<xsd:complexType name="CT_ReflectionEffect">
<xsd:attribute name="blurRad" type="ST_PositiveCoordinate" use="optional" default="0"/>
<xsd:attribute name="stA" type="ST_PositiveFixedPercentage" use="optional" default="100%"/>
<xsd:attribute name="stPos" type="ST_PositiveFixedPercentage" use="optional" default="0%"/>
<xsd:attribute name="endA" type="ST_PositiveFixedPercentage" use="optional" default="0%"/>
<xsd:attribute name="endPos" type="ST_PositiveFixedPercentage" use="optional" default="100%"/>
<xsd:attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0"/>
<xsd:attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0"/>
<xsd:attribute name="fadeDir" type="ST_PositiveFixedAngle" use="optional" default="5400000"/>
<xsd:attribute name="sx" type="ST_Percentage" use="optional" default="100%"/>
<xsd:attribute name="sy" type="ST_Percentage" use="optional" default="100%"/>
<xsd:attribute name="kx" type="ST_FixedAngle" use="optional" default="0"/>
<xsd:attribute name="ky" type="ST_FixedAngle" use="optional" default="0"/>
<xsd:attribute name="algn" type="ST_RectAlignment" use="optional" default="b"/>
<xsd:attribute name="rotWithShape" type="xsd:boolean" use="optional" default="true"/>
</xsd:complexType> |