Definition Type: ComplexType
Name: CT_DefaultShapeDefinition
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-styleDefaults.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema dml-styledefaults_xsd Drilldown into style in schema dml-styledefaults_xsd Drilldown into lstStyle in schema dml-styledefaults_xsd Drilldown into bodyPr in schema dml-styledefaults_xsd Drilldown into spPr in schema dml-styledefaults_xsdXSD Diagram of CT_DefaultShapeDefinition in schema dml-styledefaults_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DefaultShapeDefinition">
    <xsd:sequence>
        <xsd:element name="spPr" type="CT_ShapeProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Visual Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bodyPr" type="CT_TextBodyProperties" minOccurs="1" maxOccurs="1" />
        <xsd:element name="lstStyle" type="CT_TextListStyle" minOccurs="1" maxOccurs="1" />
        <xsd:element name="style" type="CT_ShapeStyle" minOccurs="0" maxOccurs="1" />
        <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
spPr a:spPr 1 1
bodyPr a:bodyPr 1 1
lstStyle a:lstStyle 1 1
style a:style 0 1
extLst a:extLst 0 1
Collapse Derivation Tree:
Collapse References:
a:lnDef, a:spDef, a:txDef