[Table of Contents] [docx version]
Shared MLs Reference Material - Math
Integer value (0 to 4), representing the type of spacing between rows.
This simple type's contents are a restriction of the XML Schema integer datatype.
This simple type also specifies the following restrictions:
• This simple type has a minimum value of greater than or equal to 0.
• This simple type has a maximum value of less than or equal to 4.
Referenced By |
cGpRule@val (§7.1.2.19); rSpRule@val (§7.1.2.93) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_SpacingRule">
<restriction base="xsd:integer">
<minInclusive value="0"/>
<maxInclusive value="4"/>
</restriction>
</simpleType>