<xsd:complexType name="CT_Shadow">
<xsd:attributeGroup ref="AG_Id" />
<xsd:attribute name="on" type="ST_TrueFalse" use="optional">
<xsd:annotation>
<xsd:documentation>Shadow Toggle</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="type" type="ST_ShadowType" use="optional">
<xsd:annotation>
<xsd:documentation>Shadow Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="obscured" type="ST_TrueFalse" use="optional">
<xsd:annotation>
<xsd:documentation>Shadow Transparency</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="color" type="ST_ColorType" use="optional">
<xsd:annotation>
<xsd:documentation>Shadow Primary Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="opacity" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Shadow Opacity</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="offset" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Shadow Primary Offset</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="color2" type="ST_ColorType" use="optional">
<xsd:annotation>
<xsd:documentation>Shadow Secondary Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="offset2" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Shadow Secondary Offset</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="origin" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Shadow Origin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="matrix" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Shadow Perspective Matrix</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|