Definition Type: Group
Name: EG_Geometry
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeGeometry.xsd
Collapse XSD Schema Diagram:
Drilldown into prstGeom in schema dml-shapegeometry_xsd Drilldown into custGeom in schema dml-shapegeometry_xsdXSD Diagram of EG_Geometry in schema dml-shapegeometry_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_Geometry">
    <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="prstGeom" type="CT_PresetGeometry2D" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Preset geometry</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
custGeom a:custGeom 1 1
prstGeom a:prstGeom 1 1