<xs:element name="Address" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Detailed information on an address for the customer.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="AddressInfoType">
<xs:sequence>
<xs:element name="CompanyName" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a company.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="EffectiveExpireOptionalDateGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The first and last dates between which this address is in effect.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="ValidationStatus" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates if the address has been validated or not and if it has been successful or not.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="SystemValidated">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the address has been validated automatically.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UserValidated">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the address has been validated by the agent.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NotChecked">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the address has not been validated.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<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>
|