Definition Type: SimpleType
Name: ResponseTransportType_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Identifies how the response to the request should be transmitted Valid values: 0 = Inband: transport the request was sent over Default = Out of Band: pre arranged out of band delivery mechanism i e FTP HTTP NDM etc between counterparties Details specified via ResponseDestination 726
Collapse XSD Schema Diagram:
XSD Diagram of ResponseTransportType_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="ResponseTransportType_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies how the response to the request should be transmitted  Valid values: 0 = Inband:  transport the request was sent over  Default   = Out of Band:  pre arranged out of band delivery mechanism  i e  FTP  HTTP  NDM  etc  between counterparties   Details specified via ResponseDestination  726   
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="ResponseTransportType" tag="725" datatype="int" ComponentType="Field" StdAbbrev="RspTransportTyp" QualifiedAbbrev="RspTransportTyp" 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="0" desc="Inband" />
            <x:EnumDoc value="1" desc="OutofBand" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="0" />
        <xs:enumeration value="1" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Collapse Derivation Tree:
Collapse References:
nsA:ResponseTransportType_t