<Defaults>

<Defaults> is an optional child of the <DataExport> element. Like the <Metadata> element, it can be used to define constants for use in the mapping file. It has one or more <Default> elements as children.

<Default>

Each <Default> element defines a specific default value. Note that you can use either a defaults or metadata items to define constants. The only difference is that a metadata item uses a “Name” attribute as the key, and a default uses an “Id” attribute.

This table describes each attribute of the <Default> element.

AttributeDescription
IdID used to refer to the default. Required.
ValueValue of the default. Required.