<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>
|