2.3.3.40 CT_ShadowObscured

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: shadowObscured

A complex type that specifies whether the shadow is obscured by a shape with no fill.

Attributes:

val: A Boolean attribute ([XMLSCHEMA2/2] section 3.2.2) that specifies whether the shadow is fully obscured by the shape when the containing shape has no fill. For more details, see [MS-ODRAW] section 2.3.13.22 and [ISO/IEC29500-1:2016] section 19.3.1.44.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ShadowObscured">
   <xsd:attribute name="val" type="xsd:boolean" use="optional" default="false"/>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).