Definition Type: Group
Name: EG_TextGeometry
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeGeometry.xsd
Collapse XSD Schema Diagram:
Drilldown into prstTxWarp in schema dml-shapegeometry_xsd Drilldown into custGeom in schema dml-shapegeometry_xsdXSD Diagram of EG_TextGeometry in schema dml-shapegeometry_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_TextGeometry">
    <xsd:choice>
        <xsd:element name="custGeom" type="CT_CustomGeometry2D" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Custom Geometry</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="prstTxWarp" type="CT_PresetTextShape" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Preset Text Warp</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
custGeom a:custGeom 1 1
prstTxWarp a:prstTxWarp 1 1