<?xml version="1.0" encoding="utf-16"?> <xs:simpleType name="PhoneType"> <xs:restriction base="xs:string"> <xs:enumeration value="mobile" /> <xs:enumeration value="fax" /> <xs:enumeration value="landLine" /> </xs:restriction> </xs:simpleType>