<xs:simpleType name="CountryOfIssue_t">
<xs:annotation>
<xs:documentation xml:lang="en">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 xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="CountryOfIssue" tag="470" datatype="Country" ComponentType="Field" StdAbbrev="Ctry" QualifiedAbbrev="IssuCtry" Category="" CategoryAbbrev="" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Country" />
</xs:simpleType>
|