<xs:simpleType name="SettlInstTransType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Settlement Instructions message transaction type Valid values: N = New C = Cancel R = Replace T = Restate used where the Settlement Instruction is being used to communicate standing instructions which have not been changed or added to
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="SettlInstTransType" tag="163" datatype="char" ComponentType="Field" StdAbbrev="SettlInstTransTyp" QualifiedAbbrev="SettlInstTransTyp" 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="New" />
<x:EnumDoc value="C" desc="Cancel" />
<x:EnumDoc value="R" desc="Replace" />
<x:EnumDoc value="T" desc="Restate" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="N" />
<xs:enumeration value="C" />
<xs:enumeration value="R" />
<xs:enumeration value="T" />
</xs:restriction>
</xs:simpleType>
|