<xs:simpleType name="BidType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Code to identify the type of Bid Request Valid values: = Non Disclosed Style e g US European 2 = Disclosed Style e g Japanese 3 = No Bidding Process
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="BidType" tag="394" datatype="int" ComponentType="Field" StdAbbrev="BidTyp" QualifiedAbbrev="BidTyp" 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="NonDisc" />
<x:EnumDoc value="2" desc="Disc" />
<x:EnumDoc value="3" desc="NoBid" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
</xs:restriction>
</xs:simpleType>
|