<xsd:complexType name="CT_TransformEffect">
<xsd:attribute name="sx" type="ST_Percentage" use="optional" default="100000">
<xsd:annotation>
<xsd:documentation>Horizontal Ratio</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sy" type="ST_Percentage" use="optional" default="100000">
<xsd:annotation>
<xsd:documentation>Vertical Ratio</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="tx" type="ST_Coordinate" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Horizontal Shift</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ty" type="ST_Coordinate" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Vertical Shift</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|