Definition Type: SimpleType
Name: Exchange
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
Stringstring field representing a market or exchange using ISO 10383 Market Identifier Code (MIC) values (see"Appendix 6-C).
Collapse XSD Schema Diagram:
XSD Diagram of Exchange in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="Exchange">
    <xs:annotation>
        <xs:documentation>Stringstring field representing a market or exchange using ISO 10383 Market Identifier Code (MIC) values (see"Appendix 6-C).</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:pattern value=".*" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern .*
Collapse Derivation Tree:
Collapse References:
nsA:DerivativeSecurityExchange_t, nsA:ExDestination_t, nsA:LastMkt_t, nsA:LegSecurityExchange_t, nsA:MarketID_t, nsA:MDMkt_t, nsA:RelationshipRiskSecurityExchange_t, nsA:RiskSecurityExchange_t, nsA:SecurityExchange_t, nsA:UnderlyingSecurityExchange_t