<xsd:complexType name="CT_Transform2D">
<xsd:sequence>
<xsd:element name="off" type="CT_Point2D" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Offset</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ext" type="CT_PositiveSize2D" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Extents</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="rot" type="ST_Angle" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Rotation</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="flipH" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Horizontal Flip</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="flipV" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Vertical Flip</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|