<xsd:simpleType name="LocationCodeEnumType"> <xsd:annotation> <xsd:documentation>A code classifying a location, such as the location associated with a telephone number.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:normalizedString"> <xsd:enumeration value="Work" /> <xsd:enumeration value="Home" /> <xsd:enumeration value="Mobile" /> </xsd:restriction> </xsd:simpleType>