Definition Type: ComplexType
Name: lineNumberType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Specifies line numbers in the left margin of the section.
Collapse XSD Schema Diagram:
Drilldown into restart in schema wordnet_xsd Drilldown into distance in schema wordnet_xsd Drilldown into start in schema wordnet_xsd Drilldown into count-by in schema wordnet_xsdXSD Diagram of lineNumberType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="lineNumberType">
    <xsd:annotation>
        <xsd:documentation>Specifies line numbers in the left margin of the section.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="count-by" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets number to count by.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="start" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets starting number.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="distance" type="twipsMeasureType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets distance between the right edge of line numbers and the left edge of the document.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="restart" type="lineNumberRestartValue" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies when to reset the line number to the start value.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
count-by W:count-by Optional
start W:start Optional
distance W:distance Optional
restart W:restart Optional
Collapse Derivation Tree:
Collapse References:
W:lnNumType