24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tns.tibco.com/bw/json/1689939614651" elementFormDefault="qualified" targetNamespace="http://tns.tibco.com/bw/json/1689939614651">
|
|
<complexType name="FileDispatcherInputElementType">
|
|
<sequence>
|
|
<element maxOccurs="1" minOccurs="0" name="filePath" type="string"/>
|
|
<element maxOccurs="1" minOccurs="0" name="fileName" type="string"/>
|
|
<element maxOccurs="1" minOccurs="0" name="folder" type="string"/>
|
|
<element maxOccurs="1" minOccurs="0" name="system" type="string"/>
|
|
<element maxOccurs="1" minOccurs="0" name="trackingId" type="string"/>
|
|
</sequence>
|
|
</complexType>
|
|
<element name="FileDispatcherInputElement" type="tns:FileDispatcherInputElementType"/>
|
|
|
|
<element name="FileDispatcherOutputElement"
|
|
type="tns:FileDispatcherOutputElementType">
|
|
</element>
|
|
|
|
<complexType name="FileDispatcherOutputElementType">
|
|
<sequence>
|
|
<element name="message" type="string"></element>
|
|
</sequence>
|
|
</complexType>
|
|
</schema>
|