Name Space in BODs Published from LN
The main node for BODs that used to be published fromLN contained these XML attributes:
<SyncSalesOrder
xmlns="http://schema.infor.com/InforOAGIS/2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schema.infor.com/Trunk/InforOAGIS
http://schema.infor.com/Trunk/InforOAGIS/BODs/Developer/SyncSalesOrder.xsd"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
releaseID="2">
The values for xmlns, xsi:schemaLocation and releaseID were fixed when they were developed (September 2009). This can be a problem if they are changing:
- The values will change with a new schema version of the BOD.
- During development other values can be used (for example, a reference to a 'Trunk' location) than in the final release.
- The standards have unfortunately appeared to be volatile.
- Trunk' does not contain a specific schema version. The contents of 'Trunk' can change in the future.