<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>
|