Definition Type: SimpleType
Name: Country
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
Stringstring field representing a country using ISO 3166 Country code (2 character) values (see Appendix 6-B).
Collapse XSD Schema Diagram:
XSD Diagram of Country in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="Country">
    <xs:annotation>
        <xs:documentation>Stringstring field representing a country using ISO 3166 Country code (2 character) values (see Appendix 6-B).</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:pattern value=".{2}" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern .{2}
Collapse Derivation Tree:
Collapse References:
nsA:Country_t, nsA:CountryOfIssue_t, nsA:DerivativeCountryOfIssue_t, nsA:InvestorCountryOfResidence_t, nsA:LegCountryOfIssue_t, nsA:UnderlyingCountryOfIssue_t