simpleType Shape
namespace http://www.w3.org/1999/xhtml
type restriction of xs:token
used by
attributes a/@shape area/@shape
facets
Kind Value annotation 
enumeration rect 
enumeration circle 
enumeration poly 
enumeration default 
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy