<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

<dbl> (Double Lines)

Double lines of equal width

<sng> (Single Line)

Single line: one normal width

<thickThin> (Thick Thin Double Lines)

Double lines: one thick, one thin

<thinThick> (Thin Thick Double Lines)

Double lines: one thin, one thick

<tri> (Thin Thick Thin Triple Lines)

Three lines: thin, thick, thin

Referenced By

<ln@cmpd>5.1.2.1.24); <lnB@cmpd>5.1.6.3); <lnBlToTr@cmpd>5.1.6.4); <lnL@cmpd>5.1.6.5); <lnR@cmpd>5.1.6.6); <lnT@cmpd>5.1.6.7); <lnTlToBr@cmpd>5.1.6.8); <uLn@cmpd>5.1.5.3.14)

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>