<xs:simpleType name="LegProduct_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Multileg instrument s individual security s Product See Product 460 field for description
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="LegProduct" tag="607" datatype="int" ComponentType="Field" StdAbbrev="Prod" QualifiedAbbrev="Prod" 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="1" desc="AGENCY" />
<x:EnumDoc value="2" desc="COMMODITY" />
<x:EnumDoc value="3" desc="CORPORATE" />
<x:EnumDoc value="4" desc="CURRENCY" />
<x:EnumDoc value="5" desc="EQUITY" />
<x:EnumDoc value="6" desc="GOVERNMENT" />
<x:EnumDoc value="7" desc="INDEX" />
<x:EnumDoc value="8" desc="LOAN" />
<x:EnumDoc value="9" desc="MONEYMARKET" />
<x:EnumDoc value="10" desc="MORTGAGE" />
<x:EnumDoc value="11" desc="MUNICIPAL" />
<x:EnumDoc value="12" desc="OTHER" />
<x:EnumDoc value="13" desc="FINANCING" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
<xs:enumeration value="6" />
<xs:enumeration value="7" />
<xs:enumeration value="8" />
<xs:enumeration value="9" />
<xs:enumeration value="10" />
<xs:enumeration value="11" />
<xs:enumeration value="12" />
<xs:enumeration value="13" />
</xs:restriction>
</xs:simpleType>
|