line-type

The line-type type distinguishes between solid, dashed, dotted, and wavy lines.

Simple Type Information

Used By

Source

<xs:simpleType name="line-type">
  <xs:annotation>
    <xs:documentation>The line-type type distinguishes between solid, dashed, dotted, and wavy lines.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="solid"/>
    <xs:enumeration value="dashed"/>
    <xs:enumeration value="dotted"/>
    <xs:enumeration value="wavy"/>
  </xs:restriction>
</xs:simpleType>