<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 |
---|---|
|
Specifies that blank values shall be left as a gap. |
|
Specifies that blank values shall be spanned with a line. |
|
Specifies that blank values shall be treated as zero. |
Referenced By |
---|
|
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>