<xsd:attribute name="area-type" use="optional"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="circle" /> <xsd:enumeration value="rectangle" /> </xsd:restriction> </xsd:simpleType> </xsd:attribute>