6.0.0.2 Schema Order.xsd

Schema Location xsd/OAGIS/9.0/Overlays/IBM/Commerce/Resources/Nouns/Order.xsd
Target Namespace http://www.ibm.com/xmlns/prod/commerce/order
Documentation This order XML schema file defines the Order noun.

Imported Schema xsd/OAGIS/9.0/Overlays/IBM/Commerce/Resources/Nouns/../Components/CommerceFoundation.xsd
Target Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Documentation This foundation XML schema file defines the common elements and types shared by the entire schema.

complex type ApplicationAreaType

Documentation Type definition of the application area of a business object document.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type extension of oa:ApplicationAreaType
Content sequence wcf:BusinessContext{0,1}
Attributes
Source
<complexType name="ApplicationAreaType">
  <complexContent>
    <extension base="oa:ApplicationAreaType">
      <sequence>
        <element ref="wcf:BusinessContext" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

 

element ApplicationArea

Documentation Element definition of the application area of a business object document. A substitution for the OAGIS application area.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:ApplicationAreaType
Substitution Group oa:ApplicationArea
Source
<element name="ApplicationArea" type="wcf:ApplicationAreaType" substitutionGroup="oa:ApplicationArea"/>

 

complex type BusinessContextType

Documentation Type definition of the business context.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence ContextData{0,unbounded}
Source
<complexType name="BusinessContextType">
  <sequence>
    <element name="ContextData" type="wcf:ContextDataType" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>

 

element BusinessContextType/ContextData

Documentation The context data.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:ContextDataType
Source
<element name="ContextData" type="wcf:ContextDataType" minOccurs="0" maxOccurs="unbounded"/>

 

element BusinessContext

Documentation Element definition of the business context.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:BusinessContextType
Source
<element name="BusinessContext" type="wcf:BusinessContextType"/>

 

complex type ContextDataType

Documentation Type definition of the context data.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type extension of string
Attributes

Name

name

Type

string
Source
<complexType name="ContextDataType">
  <simpleContent>
    <extension base="string">
      <attribute name="name" type="string"/>
    </extension>
  </simpleContent>
</complexType>

 

element ContextData

Documentation The element definition of context data.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:ContextDataType
Source
<element name="ContextData" type="wcf:ContextDataType"/>

 

complex type PersonNameType

Documentation The type definition of a person's name.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence PersonTitle{0,1}
LastName{0,1}
FirstName{0,1}
MiddleName{0,1}
Source
<complexType name="PersonNameType">
  <sequence>
    <element name="PersonTitle" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="LastName" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="FirstName" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="MiddleName" type="string" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element PersonNameType/PersonTitle

Documentation Title of the person.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="PersonTitle" type="string" minOccurs="0" maxOccurs="1"/>

 

element PersonNameType/LastName

Documentation Last name of the person.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="LastName" type="string" minOccurs="0" maxOccurs="1"/>

 

element PersonNameType/FirstName

Documentation First name of the person.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="FirstName" type="string" minOccurs="0" maxOccurs="1"/>

 

element PersonNameType/MiddleName

Documentation Middle name or initials of the person.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="MiddleName" type="string" minOccurs="0" maxOccurs="1"/>

 

element PersonName

Documentation The element definition of a person's name.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:PersonNameType
Source
<element name="PersonName" type="wcf:PersonNameType"/>

 

element ContactName

Documentation The element definition of a contact's name.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:PersonNameType
Source
<element name="ContactName" type="wcf:PersonNameType"/>

 

complex type AddressType

Documentation The type definition of an address.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes

Name

name

Type

string
Content sequence AddressLine{0,unbounded}
City{0,1}
StateOrProvinceName{0,1}
Country{0,1}
PostalCode{0,1}
wcf:UserData{0,1}
Source
<complexType name="AddressType">
  <sequence>
    <element name="AddressLine" type="string" minOccurs="0" maxOccurs="unbounded"/>
    <element name="City" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="StateOrProvinceName" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="Country" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="PostalCode" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
  <attribute name="type" type="string"/>
</complexType>

 

element AddressType/AddressLine

Documentation An address line.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="AddressLine" type="string" minOccurs="0" maxOccurs="unbounded"/>

 

element AddressType/City

Documentation The city.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="City" type="string" minOccurs="0" maxOccurs="1"/>

 

element AddressType/StateOrProvinceName

Documentation The state or province.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="StateOrProvinceName" type="string" minOccurs="0" maxOccurs="1"/>

 

element AddressType/Country

Documentation The country or region.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="Country" type="string" minOccurs="0" maxOccurs="1"/>

 

element AddressType/PostalCode

Documentation The ZIP code or postal code.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="PostalCode" type="string" minOccurs="0" maxOccurs="1"/>

 

element Address

Documentation The element definition of an address.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:AddressType
Source
<element name="Address" type="wcf:AddressType"/>

 

complex type UserDataType

Documentation The type definition of a user data area.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Content sequence wcf:UserDataField{0,unbounded}
Source
<complexType name="UserDataType">
  <sequence>
    <element ref="wcf:UserDataField" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>

 

element UserData

Documentation The element definition of a user data area.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:UserDataType
Source
<element name="UserData" type="wcf:UserDataType"/>

 

complex type UserDataFieldType

Documentation The type definition of a user data field.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type extension of string
Attributes

Name

name

Type

string

Use

required

Source
<complexType name="UserDataFieldType">
  <simpleContent>
    <extension base="string">
      <attribute name="name" type="string" use="required"/>
    </extension>
  </simpleContent>
</complexType>

 

element UserDataField

Documentation The element definition of a user data field.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:UserDataFieldType
Source
<element name="UserDataField" type="wcf:UserDataFieldType"/>

 

complex type SecurityHintType

Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence Question
Answer any{0,unbounded}
Source
<complexType name="SecurityHintType">
  <sequence>
    <element name="Question" type="string"/>
    <element name="Answer" type="string"/>
    <any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax"/>
  </sequence>
</complexType>

 

element SecurityHintType/Question

Documentation Challenge question to confirm a person's identity.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="Question" type="string"/>

 

element SecurityHintType/Answer

Documentation Answer to the challenge question.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="Answer" type="string"/>

 

element SecurityHint

Documentation The element definition of a security hint.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:SecurityHintType
Source
<element name="SecurityHint" type="wcf:SecurityHintType"/>

 

complex type AuthenticationType

Documentation The type definition of an authentication entry.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes The person logon ID.The person logon password. Challenge question for confirmation of the person identity. The certificate.The user data area.

Name Type Use Form
expired boolean optional  
status boolean optional  
realm string optional  
Content sequence LogonID{1,1}
Password{1,1}
SecurityHint{0,unbounded}
Certificate{0,1}
wcf:UserData{0,1}
Source
<complexType name="AuthenticationType">
  <sequence>
    <element name="LogonID" type="string" minOccurs="1" maxOccurs="1"/>
    <element name="Password" type="string" minOccurs="1" maxOccurs="1"/>
    <element name="SecurityHint" type="wcf:SecurityHintType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="Certificate" type="base64Binary" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
  <attribute name="expired" type="boolean" use="optional"/>
  <attribute name="status" type="boolean" use="optional"/>
  <attribute name="realm" type="string" use="optional"/>
</complexType>

 

element AuthenticationType/LogonID

Documentation The person's logon ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="LogonID" type="string" minOccurs="1" maxOccurs="1"/>

 

element AuthenticationType/Password

Documentation The person's logon password.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="Password" type="string" minOccurs="1" maxOccurs="1"/>

 

element AuthenticationType/SecurityHint

Documentation Challenge question for confirmation of the person identity.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:SecurityHintType
Source
<element name="SecurityHint" type="wcf:SecurityHintType" minOccurs="0" maxOccurs="unbounded"/>

 

element AuthenticationType/Certificate

Documentation The certificate.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type base64Binary
Source
<element name="Certificate" type="base64Binary" minOccurs="0" maxOccurs="1"/>

 

element Authentication

Documentation The element definition of an authentication entry.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:AuthenticationType
Source
<element name="Authentication" type="wcf:AuthenticationType"/>

 

complex type TelephoneType

Documentation The type definition of a phone number.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type extension of string The phone number.
Attributes The phone number.

Name Type Use Default Fixed Form
type string optional      
publish boolean optional      
Source
<complexType name="TelephoneType">
  <simpleContent>
    <extension base="string">
      <attribute name="type" type="string" use="optional"/>
      <attribute name="publish" type="boolean" use="optional"/>
    </extension>
  </simpleContent>
</complexType>

The phone number.

 

element Telephone

Documentation The element definition of a phone number.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:TelephoneType
Source
<element name="Telephone" type="wcf:TelephoneType"/>

 

element Mobile

Documentation The element definition of a mobile number.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:TelephoneType
Source
<element name="Mobile" type="wcf:TelephoneType"/>

 

element Fax

Documentation The element definition of a fax number.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:TelephoneType
Source
<element name="Fax" type="wcf:TelephoneType"/>

 

complex type EmailType

Documentation The type definition of an e-mail address.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type extension of string The e-mail address.
Attributes The e-mail address.

Name Type Use Default Fixed Form
type string optional      
Source
<complexType name="EmailType">
  <simpleContent>
    <extension base="string">
      <attribute name="type" type="string" use="optional"/>
    </extension>
  </simpleContent>
</complexType>

The e-mail address.

 

element Email

Documentation The element definition of an e-mail address.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:EmailType
Source
<element name="Email" type="wcf:EmailType"/>

 

complex type ContactInfoType

Documentation The type definition of a contact information entry.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes The Address of the contact.The phone numbers.The mobile numbers.The fax numbers.The e-mail addresses.The user data area.

Content sequence wcf:Address{0,1}
wcf:Telephone{0,unbounded}
wcf:Mobile{0,unbounded}
wcf:Fax{0,unbounded}
wcf:Email{0,unbounded}
wcf:UserData{0,1}
Source
<complexType name="ContactInfoType">
  <sequence>
    <element ref="wcf:Address" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:Telephone" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="wcf:Mobile" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="wcf:Fax" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="wcf:Email" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element ContactInfo

Documentation The element definition of a contact information entry.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:ContactInfoType
Source
<element name="ContactInfo" type="wcf:ContactInfoType"/>

 

complex type ContactEntryType

Documentation The type definition of a contact entry.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type extension of wcf:ContactInfoType
Content sequence wcf:ContactName{1,1}
Attributes Name of the contact.

Name Type Use Default Fixed Form
contactNickName string        
Source
<complexType name="ContactEntryType">
  <complexContent>
    <extension base="wcf:ContactInfoType">
      <sequence>
        <element ref="wcf:ContactName" minOccurs="1" maxOccurs="1"/>
      </sequence>
      <attribute name="contactNickName" type="string"/>
    </extension>
  </complexContent>
</complexType>

 

element ContactEntry

Documentation The element definition of a contact entry.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:ContactEntryType
Source
<element name="ContactEntry" type="wcf:ContactEntryType"/>

 

complex type ContactListType

Documentation The type definition of a contact list.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence wcf:ContactEntry{1,unbounded}
Source
<complexType name="ContactListType">
  <sequence>
    <element ref="wcf:ContactEntry" minOccurs="1" maxOccurs="unbounded"/>
  </sequence>
</complexType>

 

element ContactList

Documentation The element definition of a contact list.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:ContactListType
Source
<element name="ContactList" type="wcf:ContactListType"/>

 

complex type AttributeValueType

Documentation The type definition of a person or organization attribute value.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence Value{1,unbounded}
StoreID{0,1}
Source
<complexType name="AttributeValueType">
  <sequence>
    <element name="Value" type="string" minOccurs="1" maxOccurs="unbounded"/>
    <element name="StoreID" type="int" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element AttributeValueType/Value

Documentation The values.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="Value" type="string" minOccurs="1" maxOccurs="unbounded"/>

 

element AttributeValueType/StoreID

Documentation Context for the attribute value.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type int
Source
<element name="StoreID" type="int" minOccurs="0" maxOccurs="1"/>

 

element AttributeValue

Documentation The element definition of a person or organization attribute value.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:AttributeValueType
Source
<element name="AttributeValue" type="wcf:AttributeValueType"/>

 

complex type AttributeType

Documentation The type definition of a person or organization attribute.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes The attribute name.The attribute value.

Name Type Use Default Fixed Form
type string optional      
Content sequence Name{1,1}
wcf:AttributeValue{1,unbounded}
Source
<complexType name="AttributeType">
  <sequence>
    <element name="Name" type="string" minOccurs="1" maxOccurs="1"/>
    <element ref="wcf:AttributeValue" minOccurs="1" maxOccurs="unbounded"/>
  </sequence>
  <attribute name="type" type="string" use="optional"/>
</complexType>

 

element AttributeType/Name

Documentation The attribute name.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="Name" type="string" minOccurs="1" maxOccurs="1"/>

 

element Attribute

Documentation The element definition of an attribute.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:AttributeType
Source
<element name="Attribute" type="wcf:AttributeType"/>

 

element ContextAttribute

Documentation The element definition of an context attribute.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:AttributeType
Source
<element name="ContextAttribute" type="wcf:AttributeType"/>

 

complex type PersonIdentifierType

Documentation The type definition of a person identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence UniqueID{0,1}
DistinguishedName{0,1}
wcf:UserData{0,1}
Source
<complexType name="PersonIdentifierType">
  <sequence>
    <element name="UniqueID" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="DistinguishedName" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element PersonIdentifierType/UniqueID

Documentation The unique ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="UniqueID" type="string" minOccurs="0" maxOccurs="1"/>

 

element PersonIdentifierType/DistinguishedName

Documentation The distinguished name.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="DistinguishedName" type="string" minOccurs="0" maxOccurs="1"/>

 

element PersonIdentifier

Documentation The element definition of a person identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:PersonIdentifierType
Source
<element name="PersonIdentifier" type="wcf:PersonIdentifierType"/>

 

complex type OrganizationIdentifierType

Documentation The type definition of an organization identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence UniqueID{0,1}
DistinguishedName{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrganizationIdentifierType">
  <sequence>
    <element name="UniqueID" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="DistinguishedName" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrganizationIdentifierType/UniqueID

Documentation The unique ID of the organization.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="UniqueID" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrganizationIdentifierType/DistinguishedName

Documentation The distinguished name.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="DistinguishedName" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrganizationIdentifier

Documentation The element definition of an organization identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:OrganizationIdentifierType
Source
<element name="OrganizationIdentifier" type="wcf:OrganizationIdentifierType"/>

 

element ParentIdentifier

Documentation The element definition of a parent organization identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:OrganizationIdentifierType
Source
<element name="ParentIdentifier" type="wcf:OrganizationIdentifierType"/>

 

complex type ProductIdentifierType

Documentation The type definition of a product identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence CatalogEntryID{0,1}
SKU{0,1}
wcf:UserData{0,1}
Source
<complexType name="ProductIdentifierType">
  <sequence>
    <element name="CatalogEntryID" type="long" minOccurs="0" maxOccurs="1"/>
    <element name="SKU" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element ProductIdentifierType/CatalogEntryID

Documentation The catalog entry ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type long
Source
<element name="CatalogEntryID" type="long" minOccurs="0" maxOccurs="1"/>

 

element ProductIdentifierType/SKU

Documentation The SKU.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="SKU" type="string" minOccurs="0" maxOccurs="1"/>

 

element ProductIdentifier

Documentation The element definition of a product identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:ProductIdentifierType
Source
<element name="ProductIdentifier" type="wcf:ProductIdentifierType"/>

 

complex type OrderIdentifierType

Documentation The type definition of an order identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence OrderID{0,1}
ExternalOrderID{0,1}
CustomerOrderNumber{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderIdentifierType">
  <sequence>
    <element name="OrderID" type="long" minOccurs="0" maxOccurs="1"/>
    <element name="ExternalOrderID" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="CustomerOrderNumber" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderIdentifierType/OrderID

Documentation The order ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type long
Source
<element name="OrderID" type="long" minOccurs="0" maxOccurs="1"/>

 

element OrderIdentifierType/ExternalOrderID

Documentation The external order ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="ExternalOrderID" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderIdentifierType/CustomerOrderNumber

Documentation The customer order number.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="CustomerOrderNumber" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderIdentifier

Documentation The element definition of an order identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:OrderIdentifierType
Source
<element name="OrderIdentifier" type="wcf:OrderIdentifierType"/>

 

complex type OrderItemIdentifierType

Documentation The type definition of an order item identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence OrderItemID{0,1}
ExternalOrderItemID{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderItemIdentifierType">
  <sequence>
    <element name="OrderItemID" type="long" minOccurs="0" maxOccurs="1"/>
    <element name="ExternalOrderItemID" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderItemIdentifierType/OrderItemID

Documentation The order item ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type long
Source
<element name="OrderItemID" type="long" minOccurs="0" maxOccurs="1"/>

 

element OrderItemIdentifierType/ExternalOrderItemID

Documentation The external order item ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type string
Source
<element name="ExternalOrderItemID" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderItemIdentifier

Documentation The element definition of an order item identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:OrderItemIdentifierType
Source
<element name="OrderItemIdentifier" type="wcf:OrderItemIdentifierType"/>

 

complex type ComponentType

Documentation The type definition of a product component.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence wcf:ProductIdentifier{1,1}
Quantity{1,1}
wcf:UserData{0,1}
Source
<complexType name="ComponentType">
  <sequence>
    <element ref="wcf:ProductIdentifier" minOccurs="1" maxOccurs="1"/>
    <element name="Quantity" type="wcf:QuantityType" minOccurs="1" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element ComponentType/Quantity

Documentation The quantity.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:QuantityType
Source
<element name="Quantity" type="wcf:QuantityType" minOccurs="1" maxOccurs="1"/>

 

element Component

Documentation The element definition of a product component.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:ComponentType
Source
<element name="Component" type="wcf:ComponentType"/>

 

complex type QuantityType

Documentation The type definition of a quantity.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type extension of double The quantity value.
Attributes The quantity value.

Name Type Use Default Fixed Form
uom string optional      
Source
<complexType name="QuantityType">
  <simpleContent>
    <extension base="double">
      <attribute name="uom" type="string" use="optional"/>
    </extension>
  </simpleContent>
</complexType>

The quantity value.

 

simple type DisplayLevelType

Documentation The type definition of an adjustment's display level.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type restriction of string
Facets enumeration = Order enumeration = OrderItem
Source
<simpleType name="DisplayLevelType">
  <restriction base="string">
    <enumeration value="Order"/>
    <enumeration value="OrderItem"/>
  </restriction>
</simpleType>

 

simple type InventoryStatusType

Documentation The type definition of an order item's inventory status.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type restriction of string
Facets enumeration = Available enumeration = Unavailable enumeration = Future enumeration = Allocated enumeration = Unallocated enumeration = Backordered enumeration = Released
Source
<simpleType name="InventoryStatusType">
  <restriction base="string">
    <enumeration value="Available"/>
    <enumeration value="Unavailable"/>
    <enumeration value="Future"/>
    <enumeration value="Allocated"/>
    <enumeration value="Unallocated"/>
    <enumeration value="Backordered"/>
    <enumeration value="Released"/>
  </restriction>
</simpleType>

 

simple type FulfillmentStatusType

Documentation The type definition of an order item's fulfillment status.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type restriction of string
Facets enumeration = Unreleased enumeration = Hold enumeration = Released enumeration = Shipped
Source
<simpleType name="FulfillmentStatusType">
  <restriction base="string">
    <enumeration value="Unreleased"/>
    <enumeration value="Hold"/>
    <enumeration value="Released"/>
    <enumeration value="Shipped"/>
  </restriction>
</simpleType>

 

complex type MonetaryAmountType

Documentation The type definition of a monetary amount.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type extension of decimal The value.
Attributes The value.

Name Type Use Default Fixed Form
currency string optional      
Source
<complexType name="MonetaryAmountType">
  <simpleContent>
    <extension base="decimal">
      <attribute name="currency" type="string" use="optional"/>
    </extension>
  </simpleContent>
</complexType>

The value.

 

complex type UnitPriceType

Documentation The type definition of a unit price.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence Price{1,1}
Quantity{1,1}
Source
<complexType name="UnitPriceType">
  <sequence>
    <element name="Price" type="wcf:MonetaryAmountType" minOccurs="1" maxOccurs="1"/>
    <element name="Quantity" type="wcf:QuantityType" minOccurs="1" maxOccurs="1"/>
  </sequence>
</complexType>

 

element UnitPriceType/Price

Documentation The unit price.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:MonetaryAmountType
Source
<element name="Price" type="wcf:MonetaryAmountType" minOccurs="1" maxOccurs="1"/>

 

element UnitPriceType/Quantity

Documentation The quantity of a unit.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:QuantityType
Source
<element name="Quantity" type="wcf:QuantityType" minOccurs="1" maxOccurs="1"/>

 

element UnitPrice

Documentation The element definition of a unit price.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:UnitPriceType
Source
<element name="UnitPrice" type="wcf:UnitPriceType"/>

 

complex type PaymentInstructionIdentifierType

Documentation The type definition of a payment instruction identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence PaymentInstructionID{0,1}
Source
<complexType name="PaymentInstructionIdentifierType">
  <sequence>
    <element name="PaymentInstructionID" type="long" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element PaymentInstructionIdentifierType/PaymentInstructionID

Documentation The payment instruction ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type long
Source
<element name="PaymentInstructionID" type="long" minOccurs="0" maxOccurs="1"/>

 

element PaymentInstructionIdentifier

Documentation The element definition of a payment instruction identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:PaymentInstructionIdentifierType
Source
<element name="PaymentInstructionIdentifier" type="wcf:PaymentInstructionIdentifierType"/>

 

complex type PaymentIdentifierType

Documentation The type definition of a payment.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence PaymentID{0,1}
Source
<complexType name="PaymentIdentifierType">
  <sequence>
    <element name="PaymentID" type="long" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element PaymentIdentifierType/PaymentID

Documentation The payment ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type long
Source
<element name="PaymentID" type="long" minOccurs="0" maxOccurs="1"/>

 

element PaymentIdentifier

Documentation The element definition of a payment identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:PaymentIdentifierType
Source
<element name="PaymentIdentifier" type="wcf:PaymentIdentifierType"/>

 

complex type CreditIdentifierType

Documentation The type definition of a credit identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence CreditID{0,1}
Source
<complexType name="CreditIdentifierType">
  <sequence>
    <element name="CreditID" type="long" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element CreditIdentifierType/CreditID

Documentation The credit ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type long
Source
<element name="CreditID" type="long" minOccurs="0" maxOccurs="1"/>

 

element CreditIdentifier

Documentation The element definition of a credit identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:CreditIdentifierType
Source
<element name="CreditIdentifier" type="wcf:CreditIdentifierType"/>

 

complex type FinancialTransactionIdentifierType

Documentation The type definition of a financial transaction identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence FinancialTransactionID{0,1}
Source
<complexType name="FinancialTransactionIdentifierType">
  <sequence>
    <element name="FinancialTransactionID" type="long" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element FinancialTransactionIdentifierType/FinancialTransactionID

Documentation The financial transaction ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type long
Source
<element name="FinancialTransactionID" type="long" minOccurs="0" maxOccurs="1"/>

 

element FinancialTransactionIdentifier

Documentation The element definition of a financial transaction identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:FinancialTransactionIdentifierType
Source
<element name="FinancialTransactionIdentifier" type="wcf:FinancialTransactionIdentifierType"/>

 

complex type ExtendedDataType

Documentation The type definition of an extended data entry.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type extension of string The value.
Attributes The value.

Name Type Use Default Fixed Form
name string optional      
Source
<complexType name="ExtendedDataType">
  <simpleContent>
    <extension base="string">
      <attribute name="name" type="string" use="optional"/>
    </extension>
  </simpleContent>
</complexType>

The value.

 

element ExtendedData

Documentation The element definition of an extended data entry.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:ExtendedDataType
Source
<element name="ExtendedData" type="wcf:ExtendedDataType"/>

 

complex type RMAIdentifierType

Documentation The type definition of an RMA identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Attributes
Content sequence RMAID{0,1}
Source
<complexType name="RMAIdentifierType">
  <sequence>
    <element name="RMAID" type="long" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element RMAIdentifierType/RMAID

Documentation The RMA ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type long
Source
<element name="RMAID" type="long" minOccurs="0" maxOccurs="1"/>

 

element RMAIdentifier

Documentation The element definition of an RMA identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation
Type wcf:RMAIdentifierType
Source
<element name="RMAIdentifier" type="wcf:RMAIdentifierType"/>

 

element Order

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

 

complex type OrderType

Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence ord:OrderHeader{1,1}
ord:OrderItem{0,unbounded}
Source
<complexType name="OrderType">
  <sequence>
    <element ref="ord:OrderHeader" minOccurs="1" maxOccurs="1"/>
    <element ref="ord:OrderItem" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>

 

element OrderHeader

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

 

complex type OrderHeaderType

Documentation The order header.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence wcf:OrderIdentifier{0,1}
ord:OrderReferences{0,1}
ord:OrderCharges{0,1}
ord:OrderShippingInfo{0,1}
ord:OrderPaymentInfo{0,1}
ord:OrderStatus{0,1}
Description{0,1}
CustomerComments{0,1}
ord:CSRComment{0,unbounded}
LastUpdateDateTime{0,1}
PlacedDateTime{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderHeaderType">
  <sequence>
    <element ref="wcf:OrderIdentifier" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderReferences" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderCharges" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderShippingInfo" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderPaymentInfo" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderStatus" minOccurs="0" maxOccurs="1"/>
    <element name="Description" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="CustomerComments" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:CSRComment" minOccurs="0" maxOccurs="unbounded"/>
    <element name="LastUpdateDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>
    <element name="PlacedDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderHeaderType/Description

Documentation Description of the order.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="Description" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderHeaderType/CustomerComments

Documentation Comments made by the customer.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="CustomerComments" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderHeaderType/LastUpdateDateTime

Documentation The time that the order was last updated.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type dateTime
Source
<element name="LastUpdateDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>

 

element OrderHeaderType/PlacedDateTime

Documentation The time that the order was placed.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type dateTime
Source
<element name="PlacedDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>

 

element OrderReferences

Documentation Element definition of the order's references.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderReferencesType
Source
<element name="OrderReferences" type="ord:OrderReferencesType"/>

 

complex type OrderReferencesType

Documentation Type definition of the order's references.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence StoreID{0,1}
ChannelID{0,1}
BuyerPONumber{0,1}
ord:BuyerOrganizationIdentifier{0,1}
ord:CustomerIdentifier{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderReferencesType">
  <sequence>
    <element name="StoreID" type="int" minOccurs="0" maxOccurs="1"/>
    <element name="ChannelID" type="int" minOccurs="0" maxOccurs="1"/>
    <element name="BuyerPONumber" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:BuyerOrganizationIdentifier" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:CustomerIdentifier" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderReferencesType/StoreID

Documentation The store ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type int
Source
<element name="StoreID" type="int" minOccurs="0" maxOccurs="1"/>

 

element OrderReferencesType/ChannelID

Documentation The business channel ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type int
Source
<element name="ChannelID" type="int" minOccurs="0" maxOccurs="1"/>

 

element OrderReferencesType/BuyerPONumber

Documentation The buyer PO number.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="BuyerPONumber" type="string" minOccurs="0" maxOccurs="1"/>

 

element BuyerOrganizationIdentifier

Documentation Element definition of a buyer organization identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:OrganizationIdentifierType
Source
<element name="BuyerOrganizationIdentifier" type="wcf:OrganizationIdentifierType"/>

 

element CustomerIdentifier

Documentation Element definition of a customer identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:PersonIdentifierType
Source
<element name="CustomerIdentifier" type="wcf:PersonIdentifierType"/>

 

element OrderCharges

Documentation Element definition of the order's charges.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderChargesType
Source
<element name="OrderCharges" type="ord:OrderChargesType"/>

 

complex type OrderChargesType

Documentation Type definition of the order's charges.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence TotalProductPrice{0,1}
TotalAdjustment{0,1}
TotalShippingCharge{0,1}
TotalSalesTax{0,1}
TotalShippingTax{0,1}
ord:TotalTaxByTaxCategory{0,unbounded}
wcf:UserData{0,1}
Source
<complexType name="OrderChargesType">
  <sequence>
    <element name="TotalProductPrice" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element name="TotalAdjustment" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element name="TotalShippingCharge" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element name="TotalSalesTax" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element name="TotalShippingTax" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:TotalTaxByTaxCategory" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderChargesType/TotalProductPrice

Documentation The total product price.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="TotalProductPrice" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element OrderChargesType/TotalAdjustment

Documentation The total adjustment.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="TotalAdjustment" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element OrderChargesType/TotalShippingCharge

Documentation The total shipping charge.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="TotalShippingCharge" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element OrderChargesType/TotalSalesTax

Documentation The total sales tax.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="TotalSalesTax" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element OrderChargesType/TotalShippingTax

Documentation The total shipping tax.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="TotalShippingTax" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element TotalTaxByTaxCategory

Documentation Element definition of the total tax amount for a tax category.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:TaxByTaxCategoryType
Source
<element name="TotalTaxByTaxCategory" type="ord:TaxByTaxCategoryType"/>

 

element TaxByTaxCategory

Documentation Element definition of the tax amount for a tax category.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:TaxByTaxCategoryType
Source
<element name="TaxByTaxCategory" type="ord:TaxByTaxCategoryType"/>

 

complex type TaxByTaxCategoryType

Documentation Type definition of the tax amount for a tax category.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type extension of wcf:MonetaryAmountType
Attributes

Name Type Use Default Fixed Form
taxCategoryCode string optional      
Source
<complexType name="TaxByTaxCategoryType">
  <complexContent>
    <extension base="wcf:MonetaryAmountType">
      <attribute name="taxCategoryCode" type="string" use="optional"/>
    </extension>
  </complexContent>
</complexType>

 

element OrderShippingInfo

Documentation Element definition of the order's shipping information.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderShippingInfoType
Source
<element name="OrderShippingInfo" type="ord:OrderShippingInfoType"/>

 

complex type OrderShippingInfoType

Documentation Shipping information for the order.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence wcf:ContactEntry{0,1}
ShippingModeID{0,1}
RequestedShipDateTime{0,1}
Expedite{0,1}
ShippingCarrierAccountNumber{0,1}
ShippingInstruction{0,1}
ShipAsComplete{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderShippingInfoType">
  <sequence>
    <element ref="wcf:ContactEntry" minOccurs="0" maxOccurs="1"/>
    <element name="ShippingModeID" type="int" minOccurs="0" maxOccurs="1"/>
    <element name="RequestedShipDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>
    <element name="Expedite" type="boolean" minOccurs="0" maxOccurs="1"/>
    <element name="ShippingCarrierAccountNumber" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="ShippingInstruction" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="ShipAsComplete" type="boolean" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderShippingInfoType/ShippingModeID

Documentation The shipping mode ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type int
Source
<element name="ShippingModeID" type="int" minOccurs="0" maxOccurs="1"/>

 

element OrderShippingInfoType/RequestedShipDateTime

Documentation The requested ship date.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type dateTime
Source
<element name="RequestedShipDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>

 

element OrderShippingInfoType/Expedite

Documentation Whether shipping of the order should be expedited.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type boolean
Source
<element name="Expedite" type="boolean" minOccurs="0" maxOccurs="1"/>

 

element OrderShippingInfoType/ShippingCarrierAccountNumber

Documentation The shipping carrier account number.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="ShippingCarrierAccountNumber" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderShippingInfoType/ShippingInstruction

Documentation The shipping instruction.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="ShippingInstruction" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderShippingInfoType/ShipAsComplete

Documentation Whether the order should be shipped as a complete order or a partial order.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type boolean
Source
<element name="ShipAsComplete" type="boolean" minOccurs="0" maxOccurs="1"/>

 

element OrderPaymentInfo

Documentation Element definition of the order's payment information.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderPaymentInfoType
Source
<element name="OrderPaymentInfo" type="ord:OrderPaymentInfoType"/>

 

complex type OrderPaymentInfoType

Documentation Payment information for the order.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence CouponCode{0,unbounded}
PromotionCode{0,unbounded}
ord:PaymentInstruction{0,unbounded}
wcf:UserData{0,1}
Source
<complexType name="OrderPaymentInfoType">
  <sequence>
    <element name="CouponCode" type="string" minOccurs="0" maxOccurs="unbounded"/>
    <element name="PromotionCode" type="string" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="ord:PaymentInstruction" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderPaymentInfoType/CouponCode

Documentation The coupon codes.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="CouponCode" type="string" minOccurs="0" maxOccurs="unbounded"/>

 

element OrderPaymentInfoType/PromotionCode

Documentation The promotion codes entered.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="PromotionCode" type="string" minOccurs="0" maxOccurs="unbounded"/>

 

element PaymentInstruction

Documentation Element definition of a payment instruction.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:PaymentInstructionType
Source
<element name="PaymentInstruction" type="ord:PaymentInstructionType"/>

 

complex type PaymentInstructionType

Documentation Type definition of a payment instruction.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Content sequence PaymentInstructionID{0,1}
Amount{0,1}
PaymentMethod{0,1}
ord:ProtocolData{0,unbounded}
wcf:UserData{0,1}
Source
<complexType name="PaymentInstructionType">
  <sequence>
    <element name="PaymentInstructionID" type="long" minOccurs="0" maxOccurs="1"/>
    <element name="Amount" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element name="PaymentMethod" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:ProtocolData" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element PaymentInstructionType/PaymentInstructionID

Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type long
Source
<element name="PaymentInstructionID" type="long" minOccurs="0" maxOccurs="1"/>

 

element PaymentInstructionType/Amount

Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="Amount" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element PaymentInstructionType/PaymentMethod

Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="PaymentMethod" type="string" minOccurs="0" maxOccurs="1"/>

 

element ProtocolData

Documentation Element definition of a protocol data entry.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:ProtocolDataType
Source
<element name="ProtocolData" type="ord:ProtocolDataType"/>

 

complex type ProtocolDataType

Documentation Type definition of a protocol data entry.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type extension of string
Attributes

Name Type Use Default Fixed Form
name string required      
Source
<complexType name="ProtocolDataType">
  <simpleContent>
    <extension base="string">
      <attribute name="name" type="string" use="required"/>
    </extension>
  </simpleContent>
</complexType>

 

element OrderStatus

Documentation Element definition of the order's status.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderStatusType
Source
<element name="OrderStatus" type="ord:OrderStatusType"/>

 

complex type OrderStatusType

Documentation Type definition of the order's status.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence Status{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderStatusType">
  <sequence>
    <element name="Status" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderStatusType/Status

Documentation The order status.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="Status" type="string" minOccurs="0" maxOccurs="1"/>

 

element CSRComment

Documentation Element definition of a comment made by a customer service representative.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:CSRCommentType
Source
<element name="CSRComment" type="ord:CSRCommentType"/>

 

complex type CSRCommentType

Documentation Type definition of a comment made by a customer service representative.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence CreationDateTime{0,1}
Comment{0,1}
OrderChangeReasonCode{0,1}
ord:CSRIdentifier{0,1}
ChannelID{0,1}
wcf:UserData{0,1}
Source
<complexType name="CSRCommentType">
  <sequence>
    <element name="CreationDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>
    <element name="Comment" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="OrderChangeReasonCode" type="string" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:CSRIdentifier" minOccurs="0" maxOccurs="1"/>
    <element name="ChannelID" type="int" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element CSRCommentType/CreationDateTime

Documentation Time the comment is created.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type dateTime
Source
<element name="CreationDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>

 

element CSRCommentType/Comment

Documentation The comment.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="Comment" type="string" minOccurs="0" maxOccurs="1"/>

 

element CSRCommentType/OrderChangeReasonCode

Documentation The order change reason code.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="OrderChangeReasonCode" type="string" minOccurs="0" maxOccurs="1"/>

 

element CSRCommentType/ChannelID

Documentation The business channel ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type int
Source
<element name="ChannelID" type="int" minOccurs="0" maxOccurs="1"/>

 

element CSRIdentifier

Documentation Element definition of a customer service representative identifier.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:PersonIdentifierType
Source
<element name="CSRIdentifier" type="wcf:PersonIdentifierType"/>

 

element OrderItem

Documentation Element definition of an order item.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderItemType
Source
<element name="OrderItem" type="ord:OrderItemType"/>

 

complex type OrderItemType

Documentation Type definition of an order item.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence wcf:OrderItemIdentifier{0,1}
wcf:ProductIdentifier{0,1}
ord:OrderItemComponent{0,unbounded}
Quantity{0,1}
ord:OrderItemReferences{0,1}
ord:OrderItemCharges{0,1}
ord:OrderItemShippingInfo{0,1}
ord:OrderItemStatus{0,1}
ord:OrderItemFulfillmentInfo{0,1}
Description{0,1}
CustomerComments{0,1}
LastUpdateDateTime{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderItemType">
  <sequence>
    <element ref="wcf:OrderItemIdentifier" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:ProductIdentifier" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderItemComponent" minOccurs="0" maxOccurs="unbounded"/>
    <element name="Quantity" type="wcf:QuantityType" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderItemReferences" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderItemCharges" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderItemShippingInfo" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderItemStatus" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:OrderItemFulfillmentInfo" minOccurs="0" maxOccurs="1"/>
    <element name="Description" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="CustomerComments" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="LastUpdateDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderItemType/Quantity

Documentation The quantity ordered.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:QuantityType
Source
<element name="Quantity" type="wcf:QuantityType" minOccurs="0" maxOccurs="1"/>

 

element OrderItemType/Description

Documentation Description of the order item.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="Description" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderItemType/CustomerComments

Documentation Comments made by the customer.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="CustomerComments" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderItemType/LastUpdateDateTime

Documentation Time the order is last updated.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type dateTime
Source
<element name="LastUpdateDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>

 

element OrderItemComponent

Documentation Element definition of an order item component.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderItemComponentType
Source
<element name="OrderItemComponent" type="ord:OrderItemComponentType"/>

 

complex type OrderItemComponentType

Documentation Type definition of an order item component.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence wcf:ProductIdentifier{0,1}
Quantity{0,1}
wcf:UnitPrice{0,1}
Required{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderItemComponentType">
  <sequence>
    <element ref="wcf:ProductIdentifier" minOccurs="0" maxOccurs="1"/>
    <element name="Quantity" type="wcf:QuantityType" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UnitPrice" minOccurs="0" maxOccurs="1"/>
    <element name="Required" type="boolean" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderItemComponentType/Quantity

Documentation The quantity.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:QuantityType
Source
<element name="Quantity" type="wcf:QuantityType" minOccurs="0" maxOccurs="1"/>

 

element OrderItemComponentType/Required

Documentation Whether the order item component is required.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type boolean
Source
<element name="Required" type="boolean" minOccurs="0" maxOccurs="1"/>

 

element OrderItemReferences

Documentation Element definition of the order item's references.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderItemReferencesType
Source
<element name="OrderItemReferences" type="ord:OrderItemReferencesType"/>

 

complex type OrderItemReferencesType

Documentation Type definition of the order item's references.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence ConfigurationID{0,1}
ContractID{0,1}
OfferID{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderItemReferencesType">
  <sequence>
    <element name="ConfigurationID" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="ContractID" type="long" minOccurs="0" maxOccurs="1"/>
    <element name="OfferID" type="long" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderItemReferencesType/ConfigurationID

Documentation The configuration ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="ConfigurationID" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderItemReferencesType/ContractID

Documentation The contract ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type long
Source
<element name="ContractID" type="long" minOccurs="0" maxOccurs="1"/>

 

element OrderItemReferencesType/OfferID

Documentation The offer ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type long
Source
<element name="OfferID" type="long" minOccurs="0" maxOccurs="1"/>

 

element OrderItemCharges

Documentation Element definition of the order item's charges.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderItemChargesType
Source
<element name="OrderItemCharges" type="ord:OrderItemChargesType"/>

 

complex type OrderItemChargesType

Documentation Type definition of the order item's charges.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence wcf:UnitPrice{0,1}
PriceOverride{0,1}
FreeGift{0,1}
OrderItemPrice{0,1}
ord:Adjustment{0,unbounded}
ShippingCharge{0,1}
SalesTax{0,1}
ShippingTax{0,1}
ord:TaxByTaxCategory{0,unbounded}
wcf:UserData{0,1}
Source
<complexType name="OrderItemChargesType">
  <sequence>
    <element ref="wcf:UnitPrice" minOccurs="0" maxOccurs="1"/>
    <element name="PriceOverride" type="boolean" minOccurs="0" maxOccurs="1"/>
    <element name="FreeGift" type="boolean" minOccurs="0" maxOccurs="1"/>
    <element name="OrderItemPrice" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:Adjustment" minOccurs="0" maxOccurs="unbounded"/>
    <element name="ShippingCharge" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element name="SalesTax" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element name="ShippingTax" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element ref="ord:TaxByTaxCategory" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderItemChargesType/PriceOverride

Documentation Whether the unit price of the order item has been manually entered by a customer service representative.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type boolean
Source
<element name="PriceOverride" type="boolean" minOccurs="0" maxOccurs="1"/>

 

element OrderItemChargesType/FreeGift

Documentation Whether the order item is a free gift.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type boolean
Source
<element name="FreeGift" type="boolean" minOccurs="0" maxOccurs="1"/>

 

element OrderItemChargesType/OrderItemPrice

Documentation Price of the order item (that is unit price multiplied by quantity).
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="OrderItemPrice" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element OrderItemChargesType/ShippingCharge

Documentation The shipping charge.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="ShippingCharge" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element OrderItemChargesType/SalesTax

Documentation The sales tax.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="SalesTax" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element OrderItemChargesType/ShippingTax

Documentation The shipping tax.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="ShippingTax" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element Adjustment

Documentation Element definition of an adjustment.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:AdjustmentType
Source
<element name="Adjustment" type="ord:AdjustmentType"/>

 

complex type AdjustmentType

Documentation Type definition of an adjustment.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence Type{0,1}
Code{0,1}
Description{0,unbounded}
Amount{0,1}
DisplayLevel{0,1}
wcf:UserData{0,1}
Source
<complexType name="AdjustmentType">
  <sequence>
    <element name="Type" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="Code" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="Description" type="ord:DescriptionType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="Amount" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>
    <element name="DisplayLevel" type="wcf:DisplayLevelType" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element AdjustmentType/Type

Documentation The adjustment type.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="Type" type="string" minOccurs="0" maxOccurs="1"/>

 

element AdjustmentType/Code

Documentation The adjustment code.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="Code" type="string" minOccurs="0" maxOccurs="1"/>

 

element AdjustmentType/Description

Documentation The description.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:DescriptionType
Source
<element name="Description" type="ord:DescriptionType" minOccurs="0" maxOccurs="unbounded"/>

 

element AdjustmentType/Amount

Documentation The amount.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:MonetaryAmountType
Source
<element name="Amount" type="wcf:MonetaryAmountType" minOccurs="0" maxOccurs="1"/>

 

element AdjustmentType/DisplayLevel

Documentation The display level.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:DisplayLevelType
Source
<element name="DisplayLevel" type="wcf:DisplayLevelType" minOccurs="0" maxOccurs="1"/>

 

element Description

Documentation Element definition of a language-specific description.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:DescriptionType
Source
<element name="Description" type="ord:DescriptionType"/>

 

complex type DescriptionType

Documentation Type definition of a language-specific description.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type extension of string
Attributes

Name Type Use Default Fixed Form
languageID int required      
Source
<complexType name="DescriptionType">
  <simpleContent>
    <extension base="string">
      <attribute name="languageID" type="int" use="required"/>
    </extension>
  </simpleContent>
</complexType>

 

element OrderItemShippingInfo

Documentation Element definition of the order item's shipping information.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderItemShippingInfoType
Source
<element name="OrderItemShippingInfo" type="ord:OrderItemShippingInfoType"/>

 

complex type OrderItemShippingInfoType

Documentation Shipping information for the order item.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence wcf:ContactEntry{0,1}
ShippingModeID{0,1}
RequestedShipDateTime{0,1}
Expedite{0,1}
TieCode{0,1}
ShippingChargePolicyID{0,1}
ShippingCarrierAccountNumber{0,1}
ShippingInstruction{0,1}
ShippingChargeAdjustmentPercentage{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderItemShippingInfoType">
  <sequence>
    <element ref="wcf:ContactEntry" minOccurs="0" maxOccurs="1"/>
    <element name="ShippingModeID" type="int" minOccurs="0" maxOccurs="1"/>
    <element name="RequestedShipDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>
    <element name="Expedite" type="boolean" minOccurs="0" maxOccurs="1"/>
    <element name="TieCode" type="short" minOccurs="0" maxOccurs="1"/>
    <element name="ShippingChargePolicyID" type="long" minOccurs="0" maxOccurs="1"/>
    <element name="ShippingCarrierAccountNumber" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="ShippingInstruction" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="ShippingChargeAdjustmentPercentage" type="double" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderItemShippingInfoType/ShippingModeID

Documentation The shipping mode ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type int
Source
<element name="ShippingModeID" type="int" minOccurs="0" maxOccurs="1"/>

 

element OrderItemShippingInfoType/RequestedShipDateTime

Documentation The requested ship date.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type dateTime
Source
<element name="RequestedShipDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>

 

element OrderItemShippingInfoType/Expedite

Documentation Whether shipping of the order item should be expedited.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type boolean
Source
<element name="Expedite" type="boolean" minOccurs="0" maxOccurs="1"/>

 

element OrderItemShippingInfoType/TieCode

Documentation The tie code.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type short
Source
<element name="TieCode" type="short" minOccurs="0" maxOccurs="1"/>

 

element OrderItemShippingInfoType/ShippingChargePolicyID

Documentation The shipping charge policy ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type long
Source
<element name="ShippingChargePolicyID" type="long" minOccurs="0" maxOccurs="1"/>

 

element OrderItemShippingInfoType/ShippingCarrierAccountNumber

Documentation The shipping carrier account number.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="ShippingCarrierAccountNumber" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderItemShippingInfoType/ShippingInstruction

Documentation The shipping instruction.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="ShippingInstruction" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderItemShippingInfoType/ShippingChargeAdjustmentPercentage

Documentation The shipping charge adjustment percentage.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type double
Source
<element name="ShippingChargeAdjustmentPercentage" type="double" minOccurs="0" maxOccurs="1"/>

 

element OrderItemStatus

Documentation Element definition of the order item's status.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderItemStatusType
Source
<element name="OrderItemStatus" type="ord:OrderItemStatusType"/>

 

complex type OrderItemStatusType

Documentation Type definition of the order item's status.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence Status{0,1}
InventoryStatus{0,1}
FulfillmentStatus{0,1}
Source
<complexType name="OrderItemStatusType">
  <sequence>
    <element name="Status" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="InventoryStatus" type="wcf:InventoryStatusType" minOccurs="0" maxOccurs="1"/>
    <element name="FulfillmentStatus" type="wcf:FulfillmentStatusType" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderItemStatusType/Status

Documentation The order item status.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type string
Source
<element name="Status" type="string" minOccurs="0" maxOccurs="1"/>

 

element OrderItemStatusType/InventoryStatus

Documentation The inventory status.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:InventoryStatusType
Source
<element name="InventoryStatus" type="wcf:InventoryStatusType" minOccurs="0" maxOccurs="1"/>

 

element OrderItemStatusType/FulfillmentStatus

Documentation The fulfillment status.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type wcf:FulfillmentStatusType
Source
<element name="FulfillmentStatus" type="wcf:FulfillmentStatusType" minOccurs="0" maxOccurs="1"/>

 

element OrderItemFulfillmentInfo

Documentation Element definition of the order item's fulfillment information.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type ord:OrderItemFulfillmentInfoType
Source
<element name="OrderItemFulfillmentInfo" type="ord:OrderItemFulfillmentInfoType"/>

 

complex type OrderItemFulfillmentInfoType

Documentation Type definition of the order item's fulfillment information.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Attributes
Content sequence FulfillmentCenterID{0,1}
FulfillmentCenterOverride{0,1}
AvailableDateTime{0,1}
ShipDateTime{0,1}
wcf:UserData{0,1}
Source
<complexType name="OrderItemFulfillmentInfoType">
  <sequence>
    <element name="FulfillmentCenterID" type="int" minOccurs="0" maxOccurs="1"/>
    <element name="FulfillmentCenterOverride" type="boolean" minOccurs="0" maxOccurs="1"/>
    <element name="AvailableDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>
    <element name="ShipDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>
    <element ref="wcf:UserData" minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>

 

element OrderItemFulfillmentInfoType/FulfillmentCenterID

Documentation The fulfillment center ID.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type int
Source
<element name="FulfillmentCenterID" type="int" minOccurs="0" maxOccurs="1"/>

 

element OrderItemFulfillmentInfoType/FulfillmentCenterOverride

Documentation Whether the fulfillment center ID has been manually specified.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type boolean
Source
<element name="FulfillmentCenterOverride" type="boolean" minOccurs="0" maxOccurs="1"/>

 

element OrderItemFulfillmentInfoType/AvailableDateTime

Documentation The expected availability date.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type dateTime
Source
<element name="AvailableDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>

 

element OrderItemFulfillmentInfoType/ShipDateTime

Documentation The expected ship date.
Namespace http://www.ibm.com/xmlns/prod/commerce/order
Type dateTime
Source
<element name="ShipDateTime" type="dateTime" minOccurs="0" maxOccurs="1"/>