line-shape

The line-shape type distinguishes between straight and curved lines.

Simple Type Information

Used By

Source

<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>