Definition Type: ComplexType
Name: CT_OfficeStyleSheet
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-stylesheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema dml-stylesheet_xsd Drilldown into custClrLst in schema dml-stylesheet_xsd Drilldown into extraClrSchemeLst in schema dml-stylesheet_xsd Drilldown into objectDefaults in schema dml-stylesheet_xsd Drilldown into themeElements in schema dml-stylesheet_xsd Drilldown into name in schema dml-stylesheet_xsdXSD Diagram of CT_OfficeStyleSheet in schema dml-stylesheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_OfficeStyleSheet">
    <xsd:sequence>
        <xsd:element name="themeElements" type="CT_BaseStyles" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Theme Elements</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="objectDefaults" type="CT_ObjectStyleDefaults" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Object Defaults</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extraClrSchemeLst" type="CT_ColorSchemeList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Extra Color Scheme List</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="custClrLst" type="CT_CustomColorList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Custom Color List</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="name" type="xsd:string" use="optional" default="">
        <xsd:annotation>
            <xsd:documentation>Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
themeElements a:themeElements 1 1
objectDefaults a:objectDefaults 0 1
extraClrSchemeLst a:extraClrSchemeLst 0 1
custClrLst a:custClrLst 0 1
extLst a:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
name a:name Optional
Collapse Derivation Tree:
Collapse References:
a:theme