shape

Attribute Information

Used By

Attribute Group attlist.A

Source

<xs:attribute name="shape" default="rect">
  <xs:simpleType>
    <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>
</xs:attribute>

Sample