Definition Type: ComplexType
Name: AddressBaseType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract True
Documentation:
Address BaseType provides the information about the address or semantic address of an associated entity.
Collapse XSD Schema Diagram:
Drilldown into Preference in schema components_xsd Drilldown into Status in schema components_xsd Drilldown into PostalCode in schema fields_xsd Drilldown into CountryCode in schema fields_xsd Drilldown into CountrySubDivisionCode in schema fields_xsd Drilldown into CityName in schema fields_xsd Drilldown into CitySubDivisionName in schema fields_xsd Drilldown into DeliveryPointCode in schema fields_xsd Drilldown into PostOfficeBox in schema fields_xsd Drilldown into Floor in schema fields_xsd Drilldown into Unit in schema fields_xsd Drilldown into StreetName in schema fields_xsd Drilldown into BuildingName in schema fields_xsd Drilldown into BuildingNumber in schema fields_xsd Drilldown into LineFive in schema fields_xsd Drilldown into LineFour in schema fields_xsd Drilldown into LineThree in schema fields_xsd Drilldown into LineTwo in schema fields_xsd Drilldown into LineOne in schema fields_xsd Drilldown into AddressLine in schema components_xsd Drilldown into CareOfName in schema fields_xsd Drilldown into AttentionOfName in schema fields_xsd Drilldown into FormatCode in schema fields_xsd Drilldown into ID in schema fields_xsd Drilldown into languageCode in schema components_xsdXSD Diagram of AddressBaseType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="AddressBaseType" abstract="true">
    <xsd:annotation>
        <xsd:documentation>Address BaseType provides the information about the address or semantic address of an associated entity.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="FormatCode" minOccurs="0" />
        <xsd:element ref="AttentionOfName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CareOfName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:choice>
            <xsd:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded" />
            <xsd:sequence>
                <xsd:element ref="LineOne" minOccurs="0" />
                <xsd:element ref="LineTwo" minOccurs="0" />
                <xsd:element ref="LineThree" minOccurs="0" />
                <xsd:element ref="LineFour" minOccurs="0" />
                <xsd:element ref="LineFive" minOccurs="0" />
            </xsd:sequence>
            <xsd:sequence>
                <xsd:element ref="BuildingNumber" minOccurs="0" />
                <xsd:element ref="BuildingName" minOccurs="0" />
                <xsd:element ref="StreetName" minOccurs="0" />
                <xsd:element ref="Unit" minOccurs="0" />
                <xsd:element ref="Floor" minOccurs="0" />
                <xsd:element ref="PostOfficeBox" minOccurs="0" />
                <xsd:element ref="DeliveryPointCode" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:choice>
        <xsd:element ref="CitySubDivisionName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CityName" minOccurs="0" />
        <xsd:element ref="CountrySubDivisionCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CountryCode" minOccurs="0" />
        <xsd:element ref="PostalCode" minOccurs="0" />
        <xsd:element ref="Status" minOccurs="0" />
        <xsd:element ref="Preference" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="languageCode" type="LanguageCodeType" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 unbounded
FormatCode nsA:FormatCode 0 (1)
AttentionOfName nsA:AttentionOfName 0 unbounded
CareOfName nsA:CareOfName 0 unbounded
AddressLine nsA:AddressLine 0 unbounded
LineOne nsA:LineOne 0 (1)
LineTwo nsA:LineTwo 0 (1)
LineThree nsA:LineThree 0 (1)
LineFour nsA:LineFour 0 (1)
LineFive nsA:LineFive 0 (1)
BuildingNumber nsA:BuildingNumber 0 (1)
BuildingName nsA:BuildingName 0 (1)
StreetName nsA:StreetName 0 (1)
Unit nsA:Unit 0 (1)
Floor nsA:Floor 0 (1)
PostOfficeBox nsA:PostOfficeBox 0 (1)
DeliveryPointCode nsA:DeliveryPointCode 0 unbounded
CitySubDivisionName nsA:CitySubDivisionName 0 unbounded
CityName nsA:CityName 0 (1)
CountrySubDivisionCode nsA:CountrySubDivisionCode 0 unbounded
CountryCode nsA:CountryCode 0 (1)
PostalCode nsA:PostalCode 0 (1)
Status nsA:Status 0 (1)
Preference nsA:Preference 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
languageCode nsA:languageCode Optional
Collapse Derivation Tree:
Collapse References:
nsA:AddressType