The line-type type distinguishes between solid, dashed, dotted, and wavy lines.
<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>
<xs:attribute name="line-type" type="line-type"/>
<xs:attributeGroup name="line-type"> <xs:annotation> <xs:documentation>The line-type attribute distinguishes between solid, dashed, dotted, and wavy lines.</xs:documentation> </xs:annotation> <xs:attribute name="line-type" type="line-type"/> </xs:attributeGroup>