XML Examples
Sample XML is shipped with Distribution. For more information, see Distribution User's
Guide.
<?xml version="1.0"?>
<nodeDescriptor name="AdminReturnsNode" type="AdminReturnsNode">
<tasks>
<task name="ReturnCustomersTask"/>
<task name="ReturnReasonsTask"/>
<task name="ReturnEndpointsTask"/>
</tasks>
<connections>
<connection srcName="ReturnCustomersTask" dstName="ReturnReasonsTask" results="SUCCESS"/>
<connection srcName="ReturnReasonsTask" dstName="ReturnEndpointsTask" results="SUCCESS"/>
</connections>
</nodeDescriptor>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dataDescriptor name="ReturnCustomersTable" type="TABLE">
<viewName>Return_Customers_Table</viewName>
<fileName>ReturnCustomersTable.tbl</fileName>
<record>
<field datatype="char" length="10" name="ibmValDepositorId" type="key"/>
</record>
</dataDescriptor>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dataDescriptor name="ReturnReasonsTable" type="RTN_EXCP_TABLE">
<viewName>Return_Reasons_Table</viewName>
<fileName>ReturnReasonsTable.tbl</fileName>
<record>
<field datatype="byte" length="2" name="ibmIntPrecedence" type="payload"/>
<field datatype="char" length="32" name="ibmIntExcpFlagFieldName" type="payload"/>
<field datatype="char" length="2" name="ibmNprReturnReason" type="payload"/>
</record>
</dataDescriptor>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dataDescriptor name="ReturnEndpointsTable" type="TABLE">
<viewName>Return_Endpoints_Table</viewName>
<fileName>ReturnEndpointsTable.tbl</fileName>
<record>
<field datatype="char" length="10" name="ibmValDepositorId" type="key"/>
<field datatype="byte" length="2" name="ibmValFileInboundChannelType" type="key"/>
<field datatype="char" length="10" name="ibmNprEndpoint" type="payload"/>
</record>
</dataDescriptor>