Definition Type: ComplexType
Name: CT_Shape
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-slide.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema pml-slide_xsd Drilldown into txBody in schema pml-slide_xsd Drilldown into style in schema pml-slide_xsd Drilldown into spPr in schema pml-slide_xsd Drilldown into nvSpPr in schema pml-slide_xsd Drilldown into useBgFill in schema pml-slide_xsdXSD Diagram of CT_Shape in schema pml-slide_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Shape">
    <xsd:sequence>
        <xsd:element name="nvSpPr" type="CT_ShapeNonVisual" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Non-Visual Properties for a Shape</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="1" maxOccurs="1" />
        <xsd:element name="style" type="a:CT_ShapeStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Shape Style</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="txBody" type="a:CT_TextBody" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Shape Text Body</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="useBgFill" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Use Background Fill</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
nvSpPr p:nvSpPr 1 1
spPr p:spPr 1 1
style p:style 0 1
txBody p:txBody 0 1
extLst p:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
useBgFill p:useBgFill false Optional
Collapse Derivation Tree:
  • CT_Shape
Collapse References:
p:sp