<xs:simpleType name="IOITransType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies IOI message transaction type Valid values: N = New C = Cancel R = Replace
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="IOITransType" tag="28" datatype="char" ComponentType="Field" StdAbbrev="TransTyp" QualifiedAbbrev="TransTyp" 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="N" desc="IOINew" />
<x:EnumDoc value="C" desc="IOICancel" />
<x:EnumDoc value="R" desc="IOIReplace" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="N" />
<xs:enumeration value="C" />
<xs:enumeration value="R" />
</xs:restriction>
</xs:simpleType>
|