Definition Type: ComplexType
Name: CT_XmlCellPr
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-singleCellTable.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema sml-singlecelltable_xsd Drilldown into xmlPr in schema sml-singlecelltable_xsd Drilldown into uniqueName in schema sml-singlecelltable_xsd Drilldown into id in schema sml-singlecelltable_xsdXSD Diagram of CT_XmlCellPr in schema sml-singlecelltable_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_XmlCellPr">
    <xsd:sequence>
        <xsd:element name="xmlPr" type="CT_XmlPr" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Column XML Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Table Field Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="uniqueName" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>Unique Table Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
xmlPr nsM:xmlPr 1 1
extLst nsM:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
id nsM:id Required
uniqueName nsM:uniqueName Optional
Collapse Derivation Tree:
Collapse References:
nsM:xmlCellPr