cac:Address
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:AddressType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] An identifier for a specific address within a scheme of registered addresses.
- cbc:AddressTypeCode [0..1] A code specifying the type of this address, such as business address or home address.
- cbc:AddressFormatCode [0..1] A code specifying the format of this address.
- cbc:Postbox [0..1] A post office box number.
- cbc:Floor [0..1] An addressable floor of a building.
- cbc:Room [0..1] A room, suite, or apartment of a building.
- cbc:StreetName [0..1] The name of a street.
- cbc:AdditionalStreetName [0..1] An additional name of a street used to further specify the street name.
- cbc:BlockName [0..1] The block name, expressed as text, for an area surrounded by streets and usually containing several buildings for this address.
- cbc:BuildingName [0..1] The name of a building.
- cbc:BuildingNumber [0..1] The number of a building.
- cbc:InhouseMail [0..1] A specific location within a building.
- cbc:Department [0..1] An addressable department of an organization.
- cbc:MarkAttention [0..1] The name, expressed as text, of a person or department in the organization to whom incoming mail is marked with words such as 'for the attention of' or 'FAO' or 'ATTN' for this address.
- cbc:MarkCare [0..1] The name, expressed as text, of a person or organization at this address to whom incoming mail is marked with words such as 'care of' or 'C/O'.
- cbc:PlotIdentification [0..1] The textual expression of the unique identifier for the piece of land on which this address is located such as a plot number.
- cbc:CitySubdivisionName [0..1] A name, expressed as text, of a subdivision of a city for this address, for example, a district or borough.
- cbc:CityName [0..1] The name of a city, town, or village.
- cbc:PostalZone [0..1] The identifier for an addressable group of properties according to the relevant national postal service, such as a ZIP code or Post Code.
- cbc:CountrySubentity [0..1] A territorial division of a country, such as a county or state.
- cbc:CountrySubentityCode [0..1] A territorial division of a country, such as a county or state, expressed as a code.
- cbc:Region [0..1] An addressable region or group of countries.
- cbc:District [0..1] A geographical division of a country.
- cbc:TimezoneOffset [0..1] For the time zone in which the address is situated, the measure of time offset from Universal Coordinated Time (UTC).
- cac:AddressLine [0..*] An association to Address Line.
- cac:Country [0..1] An association to Country.
- cac:LocationCoordinate [0..1] An association to Location Coordinate.
Attributes
None
Used in
- Type cac:FinancialInstitutionType (Element cac:FinancialInstitution)
- Type cac:BranchType (Elements cac:Branch, cac:FinancialInstitutionBranch)
- Type cac:LocationType (Elements cac:DeliveryLocation, cac:FirstArrivalPortLocation, cac:LastExitPortLocation, cac:LoadingLocation, cac:LoadingPortLocation, cac:Location, cac:PhysicalLocation, cac:TransshipPortLocation, cac:UnloadingPortLocation)
Sample instance
<cac:Address> <cbc:StreetName>City Road</cbc:StreetName> <cbc:BuildingName>Banking House</cbc:BuildingName> <cbc:BuildingNumber>12</cbc:BuildingNumber> <cbc:CityName>London</cbc:CityName> <cbc:PostalZone>AQ1 6TH</cbc:PostalZone> <cbc:CountrySubentity>London </cbc:CountrySubentity> <cac:AddressLine> <cbc:Line>5th Floor</cbc:Line> </cac:AddressLine> <cac:Country> <cbc:IdentificationCode>GB</cbc:IdentificationCode> </cac:Country> </cac:Address>