User Tools

Site Tools

Translations of this page:

en:lensinfo:version000300:complextypes:account

orderParties (Account)

b2bOpticInfoheader → orderParties

id
type string
occurs 1
description customer number
memberShipID (attribute of id)
type long
use optional
default 1
description obsolete id for a brand of Zeiss, if old customer numbers are used
name
type string
occurs 0..1
description name of the party
gender
type string
occurs 0..1
description
address
type Address
occurs 0..1
description address of the party
contact
type ContactInfo
occurs 0..1
description contact info of the party
<xs:complexType name="Account">
  <xs:sequence>
    <xs:element name="id">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:string">
            <xs:attribute default="1" name="memberShipID" type="xs:long" use="optional" />
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element minOccurs="0" name="name" type="xs:string" />
    <xs:element minOccurs="0" name="gender" type="xs:string" />
    <xs:element minOccurs="0" name="address" type="Address" />
    <xs:element minOccurs="0" name="contact" type="ContactInfo" />
  </xs:sequence>
</xs:complexType>
en/lensinfo/version000300/complextypes/account.txt · Last modified: 2013/06/05 14:12 by sebastianraring