User Tools

Site Tools

Translations of this page:

en:lensinfo:version000300:complextypes:header

header (Header)

b2bOpticInfo → header

msgType
type MsgTypes
use optional
default REQUEST
description
msgState
type MsgStates
use optional
default NEW
description
testIndicator
type boolean
use optional
default false
description
cultureId
type string
occurs 1
description
customersOrderId
type string
occurs 1
description
distributorsOrderId
type string
occurs 1
description
timeStamps
type TimeStamps
occurs 1..n
description list of timestamps
remark
type string
occurs 0..1
description
orderParties
type Account
occurs 1..n
description
role (attribute of orderParties)
type Roles
use required
description
software
type Software
occurs 1..n
description list of software programs that create or edit the content
productCatalog
type ProductCatalog
occurs 0..1
description
portalOrderId
type string
occurs 1
description retailer's order id
<xs:complexType name="Header">
  <xs:sequence>
    <xs:element name="cultureId" type="xs:string"/>
    <xs:element name="customersOrderId" type="xs:string"/>
    <xs:element name="distributorsOrderId" type="xs:string"/>
    <xs:element name="timeStamps" type="TimeStamps" maxOccurs="unbounded"/>
    <xs:element name="remark" type="xs:string" minOccurs="0"/>
    <xs:element name="orderParties" maxOccurs="unbounded">
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="Account">
            <xs:attribute name="role" type="Roles" use="required"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="software" type="Software" maxOccurs="unbounded"/>
    <xs:element name="productCatalog" type="ProductCatalog" minOccurs="0"/>
    <xs:element name="portalOrderId" type="xs:string"/>
  </xs:sequence>
  <xs:attribute name="msgType" type="MsgTypes" use="optional" default="REQUEST"/>
  <xs:attribute name="msgState" type="MsgStates" use="optional" default="NEW"/>
  <xs:attribute name="testIndicator" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>
en/lensinfo/version000300/complextypes/header.txt · Last modified: 2013/06/03 18:05 by sebastianraring