The line-shape type distinguishes between straight and curved lines. |
Attribute | line-shape/@line-shape |
<xs:simpleType name="line-shape"> <xs:annotation> <xs:documentation>The line-shape type distinguishes between straight and curved lines.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="straight"/> <xs:enumeration value="curved"/> </xs:restriction> </xs:simpleType> |