Definition Type: ComplexType
Name: CT_GvmlTextShape
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-gvml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema dml-gvml_xsd Drilldown into xfrm in schema dml-gvml_xsd Drilldown into useSpRect in schema dml-gvml_xsd Drilldown into txBody in schema dml-gvml_xsdXSD Diagram of CT_GvmlTextShape in schema dml-gvml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
txBody a:txBody 1 1
useSpRect a:useSpRect 1 1
xfrm a:xfrm 1 1
extLst a:extLst 0 1
Collapse Derivation Tree:
Collapse References:
a:txSp, a:txSp