<xs:simpleType name="IOIQltyInd_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Relative quality of indication Valid values: L = Low M = Medium H = High
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="IOIQltyInd" tag="25" datatype="char" ComponentType="Field" StdAbbrev="QltyInd" QualifiedAbbrev="QltyInd" 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="L" desc="Low" />
<x:EnumDoc value="M" desc="Medium" />
<x:EnumDoc value="H" desc="High" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="L" />
<xs:enumeration value="M" />
<xs:enumeration value="H" />
</xs:restriction>
</xs:simpleType>
|