| namespace | http://www.w3.org/1999/xhtml | |||||||||||||||
| type | restriction of xs:token | |||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| 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> |