2.6.4.2 ST_CompoundLine

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: CT_TextOutlineEffect

A simple type that specifies the compound line type.

Possible values for this type are listed in the following table.

Value

Meaning

sng

Single line: one normal width.

dbl

Double lines of equal width.

thickThin

Double lines: one thick, one thin.

thinThick

Double lines: one thin, one thick.

tri

Three lines: thin, thick, thin.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_CompoundLine">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="sng"/>
     <xsd:enumeration value="dbl"/>
     <xsd:enumeration value="thickThin"/>
     <xsd:enumeration value="thinThick"/>
     <xsd:enumeration value="tri"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).