<xs:simpleType name="CountryCode"> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z]{2,2}" /> </xs:restriction> </xs:simpleType>