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 |
|
dbl |
|
thickThin |
|
thinThick |
|
tri |
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).