<ST_CompoundLine>
(Compound Line Type)
This type specifies the compound line type that is to be used for lines with text such as underlines.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Double lines of equal width |
|
Single line: one normal width |
|
Double lines: one thick, one thin |
|
Double lines: one thin, one thick |
|
Three lines: thin, thick, thin |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_CompoundLine">
<restriction base="xsd:token">
<enumeration value="sng"/>
<enumeration value="dbl"/>
<enumeration value="thickThin"/>
<enumeration value="thinThick"/>
<enumeration value="tri"/>
</restriction>
</simpleType>