Shape

Simple Type Information

Used By

Attributes a/@shape, area/@shape

Source

<xs:simpleType name="Shape">
  <xs:restriction base="xs:token">
    <xs:enumeration value="rect"/>
    <xs:enumeration value="circle"/>
    <xs:enumeration value="poly"/>
    <xs:enumeration value="default"/>
  </xs:restriction>
</xs:simpleType>