CT_Transform2D

Complex Type Information

Model

Children: ext, off

Attributes

QName Type Fixed Default Use Inheritable Annotation
flipH xsd:boolean false optional
flipV xsd:boolean false optional
rot ST_Angle 0 optional

Used By

Source

<xsd:complexType name="CT_Transform2D">
  <xsd:sequence>
    <xsd:element name="off" type="CT_Point2D" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="ext" type="CT_PositiveSize2D" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="rot" type="ST_Angle" use="optional" default="0"/>
  <xsd:attribute name="flipH" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="flipV" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>