<xs:simpleType name="BidDescriptorType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Code to identify the type of BidDescriptor 400 Valid values: = Sector 2 = Country 3 = Index
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="BidDescriptorType" tag="399" datatype="int" ComponentType="Field" StdAbbrev="BidDescptrTyp" QualifiedAbbrev="BidDescptrTyp" 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="Sector" />
<x:EnumDoc value="2" desc="Country" />
<x:EnumDoc value="3" desc="Index" />
</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>
|