<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>
|