<xsd:simpleType name="countrySimpleType"> <xsd:restriction base="xsd:string"> <xsd:length value="2"/> <xsd:pattern value="[A-Z]{2}"/> </xsd:restriction> </xsd:simpleType>