Definition Type: ComplexType
Name: Address_Detail
Namespace: http://www.opentravel.org/OTM/Common/v4
Type: ota2-0400:Address
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
Provides address information. Unformatted addresses are captured using the simple facet.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint_Detail in schema otm_builtins_xsd Drilldown into Use in schema common_4_0_0_xsd Drilldown into Type in schema common_4_0_0_xsd Drilldown into Privacy in schema common_4_0_0_xsd Drilldown into Remark in schema common_4_0_0_xsd Drilldown into ExtensionPoint_Summary in schema otm_builtins_xsd Drilldown into PostalCode in schema common_4_0_0_xsd Drilldown into Country in schema common_4_0_0_xsd Drilldown into StateProv in schema common_4_0_0_xsd Drilldown into County in schema common_4_0_0_xsd Drilldown into City in schema common_4_0_0_xsd Drilldown into Street in schema common_4_0_0_xsd Drilldown into Number in schema common_4_0_0_xsd Drilldown into BldgRoom in schema common_4_0_0_xsd Drilldown into AddressLine in schema common_4_0_0_xsd Drilldown into role in schema common_4_0_0_xsd Drilldown into Address in schema common_4_0_0_xsd Drilldown into validInd in schema common_4_0_0_xsd Drilldown into language in schema common_4_0_0_xsdXSD Diagram of Address_Detail in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Address_Detail">
    <xsd:annotation>
        <xsd:documentation source="Description">Provides address information. Unformatted addresses are captured using the simple facet.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Address</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ota2-0400:Address">
            <xsd:sequence>
                <xsd:element minOccurs="0" name="Remark" type="ota2-0400:StringText">
                    <xsd:annotation>
                        <xsd:documentation source="Description">A remark associated with this address.</xsd:documentation>
                        <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to128</xsd:documentation>
                        <xsd:appinfo>
                            <otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Remark</otm:Equivalent>
                        </xsd:appinfo>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="Privacy" type="ota2-0400:Privacy">
                    <xsd:annotation>
                        <xsd:documentation source="Description">Allows for control of the sharing of address information between parties.</xsd:documentation>
                        <xsd:documentation source="Implementer">AttributeGroup: PrivacyGroup</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="Type" type="ota2-0300:CommunicationLocation_Enum">
                    <xsd:annotation>
                        <xsd:documentation source="Description">Defines the type of address (e.g. home, business, other). Refer to OpenTravel Code List Communication Location Type (CLT).</xsd:documentation>
                        <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}OTA_CodeType</xsd:documentation>
                        <xsd:appinfo>
                            <otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Type</otm:Equivalent>
                        </xsd:appinfo>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="Use" type="ota2-0300:AddressUse_Enum">
                    <xsd:annotation>
                        <xsd:documentation source="Description">Describes the use of the address (e.g. mailing, delivery, billing, etc.). Refer to OpenTravel Code List Address Use Type (AUT).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Detail" />
            </xsd:sequence>
            <xsd:attribute name="language" type="xsd:language" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Example: en</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}language</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Language</otm:Equivalent>
                        <otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">en</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="validInd" type="xsd:boolean" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">If true, this is a valid and complete mailing address that has been verified through an address verification service or previously mailed materials have not been returned.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressLine ota2-0400:AddressLine 0 4
BldgRoom ota2-0400:BldgRoom 0 2
Number ota2-0400:Number 0 1
Street ota2-0400:Street 0 1
City ota2-0400:City 0 1
County ota2-0400:County 0 1
StateProv ota2-0400:StateProv 0 1
Country ota2-0400:Country 0 1
PostalCode ota2-0400:PostalCode 0 1
ExtensionPoint_Summary ota2:ExtensionPoint_Summary 0 (1)
Remark ota2-0400:Remark 0 (1)
Privacy ota2-0400:Privacy 0 (1)
Type ota2-0400:Type 0 (1)
Use ota2-0400:Use 0 (1)
ExtensionPoint_Detail ota2:ExtensionPoint_Detail 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
role ota2-0400:role (Optional)
language ota2-0400:language Optional
validInd ota2-0400:validInd Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:AddressDetail