XML representation properties
- Namespace Containers: Add namespace containers from your workspace or remove them.
- Unnamed Elements use: Select an option to handle namespaces for XML elements without a name.
- Auto fix Namespace mismatches: Select this checkbox to automatically fix namespaces that don't match the element namespace.
- Generate xsi Namespace declaration: Select this checkbox to enable the generation of the xsi namespace in the XML output structure.
- Omit XML declaration on output: Select this checkbox to generate an output without an XML declaration.
- Emit empty optional elements on output: Select this checkbox if you want to include optional elements with empty values in the output.
- Omit Group map entry/key/value on output: Select this checkbox to have a compacted syntax in the XML output structure. When this option is selected, XML element names are generated from input data values. Special characters that are invalid in XML element names ('\t', '\b', '\f', '\r', '\n', and whitespace) are automatically converted to underscores. For example Alice Smith becomes Alice_Smith.
- Omit Group map entry/key/value on input: Select this checkbox to have a compacted syntax in the XML input structure.
- Character encoding: Specify the character encoding for the data to be processed. For more information, see Character encoding.
- Trim whitespace on input?: Select this checkbox to automatically remove any leading or trailing whitespace from the input data for all elements. The non-leading or trailing whitespace is not affected.
- Pad to minimum length on output?: Select this checkbox to pad the output to the minimum size with either spaces (character) or zeros (binary).
- Enforce zero scale on output decimals?: Select this checkbox if you want to remove all fractional digits for Decimal elements with the Decimal Places property set to 0.
- Decimal sign is implied on output: Select this checkbox if you do not want the decimal sign to appear in the output.