<xs:element name="Email" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Information on an email address for the customer.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="EmailType">
<xs:attribute name="TransferAction" type="TransferActionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates under what conditions the element will be transfered to the booking.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|