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:

  1. The values will change with a new schema version of the BOD.
  2. During development other values can be used (for example, a reference to a 'Trunk' location) than in the final release.
  3. The standards have unfortunately appeared to be volatile.
  4. Trunk' does not contain a specific schema version. The contents of 'Trunk' can change in the future.