6.0.0.2 Schema GetOrder.xsd

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

element GetOrder

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

 

complex type GetOrderType

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

 

element GetOrderType/DataArea

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

 

complex type GetOrderDataAreaType

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