<xs:simpleType name="LegInstrRegistry_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Multileg instrument s individual leg security s InstrRegistry See InstrRegistry 543 field for description
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="LegInstrRegistry" tag="599" 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>
|