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 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType abstract="true" name="AddressBaseType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Address BaseType provides the information about the address or semantic address of an
            associated entity.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ID" />
        <xsd:element minOccurs="0" ref="FormatCode" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="AttentionOfName" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="CareOfName" />
        <xsd:choice>
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="AddressLine" />
            <xsd:sequence>
                <xsd:element minOccurs="0" ref="LineOne" />
                <xsd:element minOccurs="0" ref="LineTwo" />
                <xsd:element minOccurs="0" ref="LineThree" />
                <xsd:element minOccurs="0" ref="LineFour" />
                <xsd:element minOccurs="0" ref="LineFive" />
            </xsd:sequence>
            <xsd:sequence>
                <xsd:element minOccurs="0" ref="BuildingNumber" />
                <xsd:element minOccurs="0" ref="BuildingName" />
                <xsd:element minOccurs="0" ref="StreetName" />
                <xsd:element minOccurs="0" ref="Unit" />
                <xsd:element minOccurs="0" ref="Floor" />
                <xsd:element minOccurs="0" ref="PostOfficeBox" />
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="DeliveryPointCode" />
            </xsd:sequence>
        </xsd:choice>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="CitySubDivisionName" />
        <xsd:element minOccurs="0" ref="CityName" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="CountrySubDivisionCode" />
        <xsd:element minOccurs="0" ref="CountryCode" />
        <xsd:element minOccurs="0" ref="PostalCode" />
        <xsd:element minOccurs="0" ref="Status" />
        <xsd:element minOccurs="0" ref="Preference" />
    </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 oagis:ID 0 unbounded
FormatCode oagis:FormatCode 0 (1)
AttentionOfName oagis:AttentionOfName 0 unbounded
CareOfName oagis:CareOfName 0 unbounded
AddressLine oagis:AddressLine 0 unbounded
LineOne oagis:LineOne 0 (1)
LineTwo oagis:LineTwo 0 (1)
LineThree oagis:LineThree 0 (1)
LineFour oagis:LineFour 0 (1)
LineFive oagis:LineFive 0 (1)
BuildingNumber oagis:BuildingNumber 0 (1)
BuildingName oagis:BuildingName 0 (1)
StreetName oagis:StreetName 0 (1)
Unit oagis:Unit 0 (1)
Floor oagis:Floor 0 (1)
PostOfficeBox oagis:PostOfficeBox 0 (1)
DeliveryPointCode oagis:DeliveryPointCode 0 unbounded
CitySubDivisionName oagis:CitySubDivisionName 0 unbounded
CityName oagis:CityName 0 (1)
CountrySubDivisionCode oagis:CountrySubDivisionCode 0 unbounded
CountryCode oagis:CountryCode 0 (1)
PostalCode oagis:PostalCode 0 (1)
Status oagis:Status 0 (1)
Preference oagis:Preference 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
languageCode oagis:languageCode Optional
type oagis:type (Optional)
Collapse Derivation Tree:
Collapse References:
oagis:AddressType