When the XML node type is . . .
|
The buffer field is . . .
|
"ATTRIBUTE"
|
Represented as an attribute of the temp-table element in both the XML Schema and data.
|
"ELEMENT"
|
Represented as a child element of the temp-table element in both the XML Schema and data.
|
"HIDDEN"
|
Omitted from both the XML Schema and data.
|
"TEXT"
|
Represented as a text element in both the XML Schema and data.
Note: Each table can contain only one "TEXT" field. When a table contains a "TEXT" field, it cannot contain "ELEMENT" fields; it can contain only "ATTRIBUTE" fields. A table that contains a "TEXT" field cannot be part of a nested data-relation.
|
When the XML node type is . . .
|
The ProDataSet name is . . .
|
"ELEMENT"
|
Represented as the root element in both the XML Schema and data.
|
"HIDDEN"
|
Omitted from both the XML Schema and data.
|