Definition Type: SimpleType
Name: CountryType
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Documentation:
Should be the three-letter country code from ISO/DIS-3166 The OFX element "COUNTRY" is of type "CountryType"
Collapse XSD Schema Diagram:
XSD Diagram of CountryType in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxLength 3
MinLength 1
Whitespace Collapse
Collapse Derivation Tree:
Collapse References:
ofx:COUNTRY, ofx:COUNTRY, ofx:COUNTRY, ofx:COUNTRY, ofx:COUNTRY, ofx:COUNTRY, ofx:COUNTRY, ofx:COUNTRY, ofx:COUNTRY