User Tools

Site Tools


en:lensinfo:version000300:complextypes:account

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:lensinfo:version000300:complextypes:account [2013/06/05 14:11] – created sebastianraringen:lensinfo:version000300:complextypes:account [2013/06/05 14:12] (current) sebastianraring
Line 1: Line 1:
 +====== orderParties (Account) ======
 +
 +[[en:lensinfo:version000300:structure|b2bOpticInfo]] -> [[en:lensinfo:version000300:complextypes:header|header]] -> 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 |  |
 +
 +^ [[en:lensinfo:version000300:complextypes:address|address]] ^^
 +^ type | [[en:lensinfo:version000300:complextypes:address|Address]] |
 +^ occurs | 0..1 |
 +^ description | address of the party |
 +
 +^ [[en:lensinfo:version000300:complextypes:contactinfo|contact]] ^^
 +^ type | [[en:lensinfo:version000300:complextypes:contactinfo|ContactInfo]] |
 +^ occurs | 0..1 |
 +^ description | contact info of the party |
 +
 +<code xml>
 +<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>
 +</code>
  
en/lensinfo/version000300/complextypes/account.txt · Last modified: 2013/06/05 14:12 by sebastianraring