Definition Type: ComplexType
Name: CT_PageNumber
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into chapSep in schema wml_xsd Drilldown into chapStyle in schema wml_xsd Drilldown into start in schema wml_xsd Drilldown into fmt in schema wml_xsdXSD Diagram of CT_PageNumber in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PageNumber">
    <xsd:attribute name="fmt" type="ST_NumberFormat" use="optional">
        <xsd:annotation>
            <xsd:documentation>Page Number Format</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="start" type="ST_DecimalNumber" use="optional">
        <xsd:annotation>
            <xsd:documentation>Starting Page Number</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="chapStyle" type="ST_DecimalNumber" use="optional">
        <xsd:annotation>
            <xsd:documentation>Chapter Heading Style</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="chapSep" type="ST_ChapterSep" use="optional">
        <xsd:annotation>
            <xsd:documentation>Chapter Separator Character</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
fmt w:fmt Optional
start w:start Optional
chapStyle w:chapStyle Optional
chapSep w:chapSep Optional
Collapse Derivation Tree:
Collapse References:
w:pgNumType