|
|
|
Description |
|
|
The <container> tag inserts an object or a set of objects into a given place. The tag is used to change the data source and data target. |
|
Example |
|
|
<?xml version="1.0" encoding="utf-8"?> . . . <container input="document_code" output="InvoiceNumber"></container> <container input="issue_date" output="InvoiceDate"></container> <container input="quantity"></container> <container input="unit"></container> <container input="precision"></container> . . . |
|
Attributes |
|
|
input, output, |
|
Child elements permitted |
|
|
The child tags of the <section> tag can also be the child tags of the <container> tag. |
|
Parent elements permitted |
|
|
Any child element of the <section> tag may be the parent element except for the <section> tag itself. |
|
|
|
|
|
|
|