OutboundFile element
The outbound file element contains the outbound file information
element. There can be multiple outbound file information elements
for a single inbound transmission. The schema definition for outboundFile
is:
<xsd:complexType name="outboundFile">
<xsd:sequence>
<xsd:element name="outboundFileInformation" type="outboundFileInformation"
maxOccurs="unbounded" minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>Outbound File Information element
The outbound file information element of the transmission processed
notification XML provides details about the outbound notification
file. The following is the structure for this XML section:
<outboundFileInformation>
<fileName>EDX.T.REXTF.NI1.D121015.T060924</fileName>
</outboundFileInformation>Table 1 describes
the elements in the outbound file information XML.
| Node Name | Node Type | Description |
|---|---|---|
| fileName | TEXT | The name of the notification to be sent |