<xsd:complexType name="CT_OuterShadowEffect">
<xsd:sequence>
<xsd:group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1">
</xsd:group>
</xsd:sequence>
<xsd:attribute name="blurRad" type="ST_PositiveCoordinate" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Blur Radius</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Shadow Offset Distance</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Shadow Direction</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sx" type="ST_Percentage" use="optional" default="100000">
<xsd:annotation>
<xsd:documentation>Horizontal Scaling Factor</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sy" type="ST_Percentage" use="optional" default="100000">
<xsd:annotation>
<xsd:documentation>Vertical Scaling Factor</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="kx" type="ST_FixedAngle" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Horizontal Skew</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ky" type="ST_FixedAngle" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Vertical Skew</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="algn" type="ST_RectAlignment" use="optional" default="b">
<xsd:annotation>
<xsd:documentation>Shadow Alignment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rotWithShape" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Rotate With Shape</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|