CountryType
XSD
<xsd:simpleType name="CountryType"> <xsd:annotation> <xsd:documentation>Should be the three-letter country code from ISO/DIS-3166. The OFX element "COUNTRY" is of type "CountryType"</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:whiteSpace value="collapse"/> <xsd:minLength value="1"/> <xsd:maxLength value="3"/> </xsd:restriction> </xsd:simpleType>