Definition Type: Group
Name: EG_Anchor
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
Containing Schema: dml-chartDrawing.xsd
Collapse XSD Schema Diagram:
Drilldown into absSizeAnchor in schema dml-chartdrawing_xsd Drilldown into relSizeAnchor in schema dml-chartdrawing_xsdXSD Diagram of EG_Anchor in schema dml-chartdrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_Anchor">
    <xsd:choice>
        <xsd:element name="relSizeAnchor" type="CT_RelSizeAnchor">
            <xsd:annotation>
                <xsd:documentation>Relative Anchor Shape Size</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="absSizeAnchor" type="CT_AbsSizeAnchor">
            <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
relSizeAnchor cdr:relSizeAnchor (1) (1)
absSizeAnchor cdr:absSizeAnchor (1) (1)