Simple Type | ServiceOfficialCategoryType |
<xsd:simpleType name="ListServiceOfficialCategory"> <xsd:restriction base="xsd:token"> <xsd:enumeration value="Certified"/> <xsd:enumeration value="Official"/> <xsd:enumeration value="Unofficial"/> </xsd:restriction> </xsd:simpleType> |