Definition Type: Group
Name: EG_Anchor
Namespace: http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
Containing Schema: dml-spreadsheetDrawing.xsd
Collapse XSD Schema Diagram:
Drilldown into absoluteAnchor in schema dml-spreadsheetdrawing_xsd Drilldown into oneCellAnchor in schema dml-spreadsheetdrawing_xsd Drilldown into twoCellAnchor in schema dml-spreadsheetdrawing_xsdXSD Diagram of EG_Anchor in schema dml-spreadsheetdrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_Anchor">
    <xsd:choice>
        <xsd:element name="twoCellAnchor" type="CT_TwoCellAnchor">
            <xsd:annotation>
                <xsd:documentation>Two Cell Anchor Shape Size</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="oneCellAnchor" type="CT_OneCellAnchor">
            <xsd:annotation>
                <xsd:documentation>One Cell Anchor Shape Size</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="absoluteAnchor" type="CT_AbsoluteAnchor">
            <xsd:annotation>
                <xsd:documentation>Absolute Anchor Shape Size</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
twoCellAnchor nsF:twoCellAnchor (1) (1)
oneCellAnchor nsF:oneCellAnchor (1) (1)
absoluteAnchor nsF:absoluteAnchor (1) (1)