Attributes | xhtml.a.csim.attlist/@shape, xhtml.area.attlist/@shape |
<xs:simpleType name="xhtml.Shape.Datatype"> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="rect"/> <xs:enumeration value="circle"/> <xs:enumeration value="poly"/> <xs:enumeration value="default"/> </xs:restriction> </xs:simpleType> |