Definition Type: Group
Name: EG_ObjectChoices
Namespace: http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
Containing Schema: dml-spreadsheetDrawing.xsd
Collapse XSD Schema Diagram:
Drilldown into pic in schema dml-spreadsheetdrawing_xsd Drilldown into cxnSp in schema dml-spreadsheetdrawing_xsd Drilldown into graphicFrame in schema dml-spreadsheetdrawing_xsd Drilldown into grpSp in schema dml-spreadsheetdrawing_xsd Drilldown into sp in schema dml-spreadsheetdrawing_xsdXSD Diagram of EG_ObjectChoices in schema dml-spreadsheetdrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_ObjectChoices">
    <xsd:sequence>
        <xsd:choice minOccurs="1" maxOccurs="1">
            <xsd:element name="sp" type="CT_Shape">
                <xsd:annotation>
                    <xsd:documentation>Shape</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="grpSp" type="CT_GroupShape">
                <xsd:annotation>
                    <xsd:documentation>Group Shape</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="graphicFrame" type="CT_GraphicalObjectFrame">
                <xsd:annotation>
                    <xsd:documentation>Graphic Frame</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="cxnSp" type="CT_Connector">
                <xsd:annotation>
                    <xsd:documentation>Connection Shape</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="pic" type="CT_Picture" />
        </xsd:choice>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sp nsF:sp (1) (1)
grpSp nsF:grpSp (1) (1)
graphicFrame nsF:graphicFrame (1) (1)
cxnSp nsF:cxnSp (1) (1)
pic nsF:pic (1) (1)