<xs:simpleType name="CountryOfIssue_t">
<xs:annotation>
<xs:documentation>
ISO Country code of instrument issue (e.g. the country portion typically used in ISIN). Can be used in conjunction with non-ISIN SecurityID (48) (e.g. CUSIP for Municipal Bonds without ISIN) to provide uniqueness.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="CountryOfIssue" ComponentType="Field" Tag="470" Type="Country" AbbrName="IssuCtry" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Country" />
</xs:simpleType>
|