QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
countBy | ST_DecimalNumber | optional | ||||
distance | ST_TwipsMeasure | optional | ||||
restart | ST_LineNumberRestart | newPage | optional | |||
start | ST_DecimalNumber | 1 | optional |
Element | EG_SectPrContents/lnNumType |
<xsd:complexType name="CT_LineNumber"> <xsd:attribute name="countBy" type="ST_DecimalNumber" use="optional"/> <xsd:attribute name="start" type="ST_DecimalNumber" use="optional" default="1"/> <xsd:attribute name="distance" type="s:ST_TwipsMeasure" use="optional"/> <xsd:attribute name="restart" type="ST_LineNumberRestart" use="optional" default="newPage"/> </xsd:complexType> |