2.6.4.13 ST_PresetLineDashVal

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

Referenced by: CT_PresetLineDashProperties

A simple type that specifies preset line dash value.

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

Value

Meaning

solid

solid line

dot

dotted line

sysDot

sysDot line

dash

dashed line

sysDash

sysDash line

lgDash

large dashed line

dashDot

line with a dash then a dot

sysDashDot

Line with a dash then dot

lgDashDot

large dashed dotted line

lgDashDotDot

line with a large dash then two dots

sysDashDotDot

system line with a dash then two dots

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

 <xsd:simpleType name="ST_PresetLineDashVal">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="solid"/>
     <xsd:enumeration value="dot"/>
     <xsd:enumeration value="sysDot"/>
     <xsd:enumeration value="dash"/>
     <xsd:enumeration value="sysDash"/>
     <xsd:enumeration value="lgDash"/>
     <xsd:enumeration value="dashDot"/>
     <xsd:enumeration value="sysDashDot"/>
     <xsd:enumeration value="lgDashDot"/>
     <xsd:enumeration value="lgDashDotDot"/>
     <xsd:enumeration value="sysDashDotDot"/>
   </xsd:restriction>
 </xsd:simpleType>

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