User Tools

Site Tools

Translations of this page:

en:lensinfo:version000300:complextypes:contactinfo

contact (ContactInfo)

b2bOpticInfoheaderorderParties → 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
<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>
en/lensinfo/version000300/complextypes/contactinfo.txt · Last modified: 2013/06/05 14:44 by sebastianraring