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