6.0.0.2 Schema ShowOrder.xsd

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

element ShowOrder

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

 

complex type ShowOrderType

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

 

element ShowOrderType/DataArea

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

 

complex type ShowOrderDataAreaType

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