6.0.0.2 Schema ProcessOrder.xsd

Schema Location xsd/OAGIS/9.0/Overlays/IBM/Commerce/BODs/ProcessOrder.xsd
Target Namespace http://www.ibm.com/xmlns/prod/commerce/order
Documentation This order XML schema file defines the ProcessOrder BOD which is used to process an order.

element ProcessOrder

Documentation Element definition of the ProcessOrder BOD.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:ProcessOrderType
Source
<element name="ProcessOrder" type="ord:ProcessOrderType"/>

 

complex type ProcessOrderType

Documentation Type definition of the ProcessOrder BOD.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type extension of oa:BusinessObjectDocumentType
Content sequence DataArea
Attributes
Source
<complexType name="ProcessOrderType">
  <complexContent>
    <extension base="oa:BusinessObjectDocumentType">
      <sequence>
        <element name="DataArea" type="ord:ProcessOrderDataAreaType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

 

element ProcessOrderType/DataArea

Documentation Data area of the ProcessOrder BOD.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:ProcessOrderDataAreaType
Source
<element name="DataArea" type="ord:ProcessOrderDataAreaType"/>

 

complex type ProcessOrderDataAreaType

Documentation Type definition of the ProcessOrder BOD's data area.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence oa:Process ord:Order{0,unbounded}
Source
<complexType name="ProcessOrderDataAreaType">
  <sequence>
    <element ref="oa:Process"/>
    <element ref="_ord:Order" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>