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_xsd1 Drilldown into Status in schema components_xsd1 Drilldown into PostalCode in schema fields_xsd1 Drilldown into CountryCode in schema fields_xsd1 Drilldown into CountrySubDivisionCode in schema fields_xsd1 Drilldown into CityName in schema fields_xsd1 Drilldown into CitySubDivisionName in schema fields_xsd1 Drilldown into DeliveryPointCode in schema fields_xsd1 Drilldown into PostOfficeBox in schema fields_xsd1 Drilldown into Floor in schema fields_xsd1 Drilldown into Unit in schema fields_xsd1 Drilldown into StreetName in schema fields_xsd1 Drilldown into BuildingName in schema fields_xsd1 Drilldown into BuildingNumber in schema fields_xsd1 Drilldown into LineFive in schema fields_xsd1 Drilldown into LineFour in schema fields_xsd1 Drilldown into LineThree in schema fields_xsd1 Drilldown into LineTwo in schema fields_xsd1 Drilldown into LineOne in schema fields_xsd1 Drilldown into AddressLine in schema components_xsd1 Drilldown into CareOfName in schema fields_xsd1 Drilldown into AttentionOfName in schema fields_xsd1 Drilldown into FormatCode in schema fields_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into type in schema components_xsd1 Drilldown into languageCode in schema components_xsd1XSD Diagram of AddressBaseType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AddressBaseType" abstract="true">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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="LanguageCodeContentType" use="optional" />
    <xsd:attribute name="type" type="NormalizedStringType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oa:ID 0 unbounded
FormatCode oa:FormatCode 0 (1)
AttentionOfName oa:AttentionOfName 0 unbounded
CareOfName oa:CareOfName 0 unbounded
AddressLine oa:AddressLine 0 unbounded
LineOne oa:LineOne 0 (1)
LineTwo oa:LineTwo 0 (1)
LineThree oa:LineThree 0 (1)
LineFour oa:LineFour 0 (1)
LineFive oa:LineFive 0 (1)
BuildingNumber oa:BuildingNumber 0 (1)
BuildingName oa:BuildingName 0 (1)
StreetName oa:StreetName 0 (1)
Unit oa:Unit 0 (1)
Floor oa:Floor 0 (1)
PostOfficeBox oa:PostOfficeBox 0 (1)
DeliveryPointCode oa:DeliveryPointCode 0 unbounded
CitySubDivisionName oa:CitySubDivisionName 0 unbounded
CityName oa:CityName 0 (1)
CountrySubDivisionCode oa:CountrySubDivisionCode 0 unbounded
CountryCode oa:CountryCode 0 (1)
PostalCode oa:PostalCode 0 (1)
Status oa:Status 0 (1)
Preference oa:Preference 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
languageCode oa:languageCode Optional
type oa:type (Optional)
Collapse Derivation Tree:
Collapse References:
oa:AddressType