<xsd:complexType name="CT_PresetShadowEffect">
<xsd:sequence>
<xsd:group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1">
</xsd:group>
</xsd:sequence>
<xsd:attribute name="prst" type="ST_PresetShadowVal" use="required">
<xsd:annotation>
<xsd:documentation>Preset Shadow</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Distance</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Direction</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|