|
AttributesAsElements | | Data values, which are normally expressed as attributes in XML, may be represented as elements with text nodes.
When AttributesAsElements="True", values are contained in elements, for example:
123451.12
The default is "False", outputting data as attributes.
|
DataRowElementName | | Specifies the name for elements which represents each of the data rows.
The default is the XmlData element's ID attribute. |
DocumentElementName | | Specifies the name of the output XML's root element.
The default is the XmlData element's ID attribute. |
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |