<xsd:complexType name="CT_GvmlTextShape">
<xsd:sequence>
<xsd:element name="txBody" type="CT_TextBody" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Shape Text Body</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="useSpRect" type="CT_GvmlUseShapeRectangle" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Use Shape Text Rectangle</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="xfrm" type="CT_Transform2D" minOccurs="1" maxOccurs="1">
</xsd:element>
</xsd:choice>
<xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|