Definition Type: Element
Name: AddressLine
Type: Unresolved link to stringlength1to255
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
When the address is unformatted (FormattedInd="false") these lines will contain free form address details. When the address is formatted and street number and street name must be sent independently, the street number will be sent using StreetNmbr, and the street name will be sent in the first AddressLine occurrence.
Collapse XSD Schema Diagram:
XSD Diagram of AddressLine in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AddressLine" type="StringLength1to255" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">When the address is unformatted (FormattedInd="false") these lines will contain free form address details. When the address is formatted and street number and street name must be sent independently, the street number will be sent using StreetNmbr, and the street name will be sent in the first AddressLine occurrence.</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Derivation Tree:
  • Unresolved link to stringlength1to255
    • AddressLine