[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_DispBlanksAs (Display Blanks As)
This simple type specifies the possible ways to display blanks.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
gap (Gap) |
Specifies that blank values shall be left as a gap. |
span (Span) |
Specifies that blank values shall be spanned with a line. |
zero (Zero) |
Specifies that blank values shall be treated as zero. |
Referenced By |
dispBlanksAs@val (§5.7.2.42) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_DispBlanksAs">
<restriction base="xsd:string">
<enumeration value="span"/>
<enumeration value="gap"/>
<enumeration value="zero"/>
</restriction>
</simpleType>