Definition Type: ComplexType
Name: SubmitterAddressType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
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 PostalCode in schema fields_xsd1 Drilldown into CountrySubDivisionCode in schema fields_xsd1 Drilldown into CityName in schema fields_xsd1 Drilldown into Unit in schema fields_xsd1 Drilldown into AddressLine in schema components_xsd1 Drilldown into type in schema components_xsd Drilldown into languageCode in schema components_xsdXSD Diagram of SubmitterAddressType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SubmitterAddressType">
    <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="oa:AddressLine" minOccurs="0" />
        <xsd:element ref="oa:Unit" minOccurs="0" />
        <xsd:element ref="oa:CityName" minOccurs="0" />
        <xsd:element ref="oa:CountrySubDivisionCode" minOccurs="0" />
        <xsd:element ref="oa:PostalCode" 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
AddressLine oa:AddressLine 0 (1)
Unit oa:Unit 0 (1)
CityName oa:CityName 0 (1)
CountrySubDivisionCode oa:CountrySubDivisionCode 0 (1)
PostalCode oa:PostalCode 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
languageCode nsA:languageCode Optional
type nsA:type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:SubmitterAddress