Definition Type: ComplexType
Name: AddressBaseType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract True
Documentation:
Address BaseType provides the information about the address or semantic address of an associated entity.Based on OAGIS AddressBaseType. Exception:CountryCode uses the HR country code list. Example values are: "Residence Address" Residence Address is a primary, legal address that is related to a party. For a person, the Home Residence Address is used by an employer for payroll, taxation, and benefit program eligibility. "Postal Address" Set of precise and complete information on the basis of which an item can be forwarded and delivered to an addressee. An address will be considered a postal address only if it is explicitly collected as such. "Delivery Address" Delivery Address is an address which is to be used to physically deliver the related object. "Bill To" An address to which invoices are sent. "Accounts Recievable" An address to which payments are set.
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_xsd 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_xsd Drilldown into type in schema components_xsd Drilldown into languageCode in schema components_xsdXSD Diagram of AddressBaseType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AddressBaseType" abstract="true">
    <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.<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Based on OAGIS AddressBaseType.  Exception:CountryCode uses the HR country code list.</ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">
Example values are:
		
"Residence Address"   Residence Address is a primary, legal address that is related to a party.  For a person, the Home Residence Address is used by an employer for payroll, taxation, and benefit program eligibility.

"Postal Address"   Set of precise and complete information on the basis of which an item can be forwarded and delivered to an addressee.  An address will be considered a postal address only if it is explicitly collected as such.

"Delivery Address"   Delivery Address is an address which is to be used to physically deliver the related object.

"Bill To"  An address to which invoices are sent.

"Accounts Recievable"   An address to which payments are set. 
</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="oa:FormatCode" minOccurs="0" />
        <xsd:element ref="oa:AttentionOfName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="oa:CareOfName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:choice>
            <xsd:element ref="oa:AddressLine" minOccurs="0" maxOccurs="unbounded" />
            <xsd:sequence>
                <xsd:element ref="oa:LineOne" minOccurs="0" />
                <xsd:element ref="oa:LineTwo" minOccurs="0" />
                <xsd:element ref="oa:LineThree" minOccurs="0" />
                <xsd:element ref="oa:LineFour" minOccurs="0" />
                <xsd:element ref="oa:LineFive" minOccurs="0" />
            </xsd:sequence>
            <xsd:sequence>
                <xsd:element ref="oa:BuildingNumber" minOccurs="0" />
                <xsd:element ref="oa:BuildingName" minOccurs="0" />
                <xsd:element ref="oa:StreetName" minOccurs="0" />
                <xsd:element ref="oa:Unit" minOccurs="0" />
                <xsd:element ref="oa:Floor" minOccurs="0" />
                <xsd:element ref="oa:PostOfficeBox" minOccurs="0" />
                <xsd:element ref="oa:DeliveryPointCode" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:choice>
        <xsd:element ref="oa:CitySubDivisionName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="oa:CityName" minOccurs="0" />
        <xsd:element ref="oa:CountrySubDivisionCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CountryCode" minOccurs="0" />
        <xsd:element ref="oa:PostalCode" minOccurs="0" />
        <xsd:element ref="oa:Status" minOccurs="0" />
        <xsd:element ref="oa:Preference" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="languageCode" type="LanguageCodeContentType" use="optional" />
    <xsd:attribute name="type" type="oa:NormalizedStringType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA: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 nsA: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 nsA:languageCode Optional
type nsA:type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:AddressType