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