<xs:simpleType name="InstrRegistry_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">The location at which records of ownership are maintained for this instrument and at which ownership changes must be recorded Valid values: BIC Bank Identification Code Swift managed = the depository or custodian who maintains ownership Records ISO Country Code = country in which registry is kept ZZ = physical or bearer
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="InstrRegistry" tag="543" datatype="String" ComponentType="Field" StdAbbrev="Rgstry" QualifiedAbbrev="Rgstry" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="BIC" desc="Custodian" />
<x:EnumDoc value="ISO" desc="Country" />
<x:EnumDoc value="ZZ" desc="Physical" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="BIC" />
<xs:enumeration value="ISO" />
<xs:enumeration value="ZZ" />
</xs:restriction>
</xs:simpleType>
|