Definition Type: Group
Name: EG_FillModeProperties
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeEffects.xsd
Collapse XSD Schema Diagram:
Drilldown into stretch in schema dml-shapeeffects_xsd Drilldown into tile in schema dml-shapeeffects_xsdXSD Diagram of EG_FillModeProperties in schema dml-shapeeffects_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_FillModeProperties">
    <xsd:choice>
        <xsd:element name="tile" type="CT_TileInfoProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Tile</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="stretch" type="CT_StretchInfoProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Stretch</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tile a:tile 1 1
stretch a:stretch 1 1