Definition Type: SimpleType
Name: SettlInstTransType_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
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
Collapse XSD Schema Diagram:
XSD Diagram of SettlInstTransType_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration N
Enumeration C
Enumeration R
Enumeration T
Collapse Derivation Tree:
Collapse References:
nsA:SettlInstTransType_t