en:lensorder:version010604:complextypes:contactinfo:patient
contact (ContactInfo)
b2boptic → items → item → pair → patient → 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 | |
| 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/lensorder/version010604/complextypes/contactinfo/patient.txt · Last modified: 2017/06/19 12:39 by sebastianraring
