Namespaces
In output instance documents all used namespaces will be declared in the document’s root tag.
BOD instance example:
<SyncProductionOrder xmlns="http://schema.infor.com/InforOAGIS/2" releaseID="9.2" versionID="2.7.0">
If the output instance document contains mapped elements that are declared in custom namespaces these namespaces will also be declared.
BOD instance example:
<SyncProductionOrder xmlns="http://schema.infor.com/InforOAGIS/2" xmlns:cust="http://schema.infor.com/InforOAGIS/Custom" releaseID="9.2" versionID="2.7.0">
For more information about custom namespaces, see Business Document Mapper User Guide.