<xsd:complexType name="CT_LineNumber">
<xsd:attribute name="countBy" type="ST_DecimalNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Line Number Increments to Display</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="start" type="ST_DecimalNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Line Numbering Starting Value</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="distance" type="ST_TwipsMeasure" use="optional">
<xsd:annotation>
<xsd:documentation>Distance Between Text and Line Numbering</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="restart" type="ST_LineNumberRestart" use="optional">
<xsd:annotation>
<xsd:documentation>Line Numbering Restart Setting</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|