User Tools

Site Tools


en:lensinfo:version000300:complextypes:contactinfo
no way to compare when less than two revisions

Differences

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


en:lensinfo:version000300:complextypes:contactinfo [2013/06/05 14:44] (current) – created sebastianraring
Line 1: Line 1:
 +====== contact (ContactInfo) ======
  
 +[[en:lensinfo:version000300:structure|b2bOpticInfo]] -> [[en:lensinfo:version000300:complextypes:header|header]] -> [[en:lensinfo:version000300:complextypes:account|orderParties]] -> contact
 +
 +^ title ^^
 +^ type | string |
 +^ occurs | 0..1 |
 +^ description |  |
 +
 +^ firstName ^^
 +^ type | string |
 +^ occurs | 0..1 |
 +^ description |  |
 +
 +^ lastName ^^
 +^ type | string |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ phone ^^
 +^ type | string |
 +^ occurs | 0..n |
 +^ description |  |
 +
 +^ fax ^^
 +^ type | string |
 +^ occurs | 0..n |
 +^ description |  |
 +
 +^ eMail ^^
 +^ type | string |
 +^ occurs | 0..n |
 +^ description |  |
 +
 +<code xml>
 +<xs:complexType name="ContactInfo">
 +  <xs:sequence>
 +    <xs:element name="title" type="xs:string" minOccurs="0"/>
 +    <xs:element name="firstName" type="xs:string" minOccurs="0"/>
 +    <xs:element name="lastName" type="xs:string"/>
 +    <xs:element name="phone" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
 +    <xs:element name="fax" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
 +    <xs:element name="eMail" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>
en/lensinfo/version000300/complextypes/contactinfo.txt · Last modified: 2013/06/05 14:44 by sebastianraring