Definition Type: SimpleType
Name: lineNumberRestartValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies when to reset the line number to the start value.
Collapse XSD Schema Diagram:
XSD Diagram of lineNumberRestartValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="lineNumberRestartValue">
    <xsd:annotation>
        <xsd:documentation>Specifies when to reset the line number to the start value.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="new-page">
            <xsd:annotation>
                <xsd:documentation>Starts line numbering at the beginning of each page with the 'start' value.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="new-section">
            <xsd:annotation>
                <xsd:documentation>Starts line numbering at the beginning of each section with the 'start' value.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="continuous">
            <xsd:annotation>
                <xsd:documentation>Starts line numbering at the beginning of the document with the 'start' value and numbers lines continuously through the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration new-page
Enumeration new-section
Enumeration continuous
Collapse Derivation Tree:
Collapse References:
W:restart