<xs:simpleType name="prestigiousPropertyType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="NOT_PARTICIPATING" /> <xs:enumeration value="LIMIT_500" /> <xs:enumeration value="LIMIT_1000" /> <xs:enumeration value="LIMIT_1500" /> </xs:restriction> </xs:simpleType>