Definition Type: Group
Name: EG_Text3D
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shape3DStyles.xsd
Collapse XSD Schema Diagram:
Drilldown into flatTx in schema dml-shape3dstyles_xsd Drilldown into sp3d in schema dml-shape3dstyles_xsdXSD Diagram of EG_Text3D in schema dml-shape3dstyles_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_Text3D">
    <xsd:choice>
        <xsd:element name="sp3d" type="CT_Shape3D" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Apply 3D shape properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="flatTx" type="CT_FlatText" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>No text in 3D scene</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sp3d a:sp3d 1 1
flatTx a:flatTx 1 1