cac:LocationAddress
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:AddressType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] An identifier for this address within an agreed scheme of address identifiers.
- cbc:AddressTypeCode [0..1] A mutually agreed code signifying the type of this address.
- cbc:AddressFormatCode [0..1] A mutually agreed code signifying the format of this address.
- cbc:Postbox [0..1] A post office box number registered for postal delivery by a postal service provider.
- cbc:Floor [0..1] An identifiable floor of a building.
- cbc:Room [0..1] An identifiable room, suite, or apartment of a building.
- cbc:StreetName [0..1] The name of the street, road, avenue, way, etc. to which the number of the building is attached.
- cbc:AdditionalStreetName [0..1] An additional street name used to further clarify the address.
- cbc:BlockName [0..1] The name of the block (an area surrounded by streets and usually containing several buildings) in which this address is located.
- cbc:BuildingName [0..1] The name of a building.
- cbc:BuildingNumber [0..1] The number of a building within the street.
- cbc:InhouseMail [0..1] The specific identifable location within a building where mail is delivered.
- cbc:Department [0..1] The department of the addressee.
- cbc:MarkAttention [0..1] The name, expressed as text, of a person or department in an organization to whose attention incoming mail is directed; corresponds to the printed forms "for the attention of", "FAO", and ATTN:".
- cbc:MarkCare [0..1] The name, expressed as text, of a person or organization at this address into whose care incoming mail is entrusted; corresponds to the printed forms "care of" and "c/o".
- cbc:PlotIdentification [0..1] An identifier (e.g., a parcel number) for the piece of land associated with this address.
- cbc:CitySubdivisionName [0..1] The name of the subdivision of a city, town, or village in which this address is located, such as the name of its district or borough.
- cbc:CityName [0..1] The name of a city, town, or village.
- cbc:PostalZone [0..1] The postal identifier for this address according to the relevant national postal service, such as a ZIP code or Post Code.
- cbc:CountrySubentity [0..1] The political or administrative division of a country in which this address is located, such as the name of its county, province, or state, expressed as text.
- cbc:CountrySubentityCode [0..1] The political or administrative division of a country in which this address is located, such as a county, province, or state, expressed as a code (typically nationally agreed).
- cbc:Region [0..1] The recognized geographic or economic region or group of countries in which this address is located.
- cbc:District [0..1] The district or geographical division of a country or region in which this address is located.
- cbc:TimezoneOffset [0..1] The time zone in which this address is located (as an offset from Universal Coordinated Time (UTC)) at the time of exchange.
- cac:AddressLine [0..*] An unstructured address line.
- cac:Country [0..1] The country in which this address is situated.
- cac:LocationCoordinate [0..*] The geographical coordinates of this address.
Attributes
None
Used in
- Type cac:DependentPriceReferenceType (Element cac:DependentPriceReference)
Sample instance
<cac:LocationAddress> <cbc:ID>normalizedString</cbc:ID> <cbc:AddressTypeCode>normalizedString</cbc:AddressTypeCode> <cbc:AddressFormatCode>normalizedString</cbc:AddressFormatCode> <cbc:Postbox>string</cbc:Postbox> <cbc:Floor>string</cbc:Floor> <cbc:Room>string</cbc:Room> <cbc:StreetName>string</cbc:StreetName> <cbc:AdditionalStreetName>string</cbc:AdditionalStreetName> <cbc:BlockName>string</cbc:BlockName> <cbc:BuildingName>string</cbc:BuildingName> <cbc:BuildingNumber>string</cbc:BuildingNumber> <cbc:InhouseMail>string</cbc:InhouseMail> <cbc:Department>string</cbc:Department> <cbc:MarkAttention>string</cbc:MarkAttention> <cbc:MarkCare>string</cbc:MarkCare> <cbc:PlotIdentification>string</cbc:PlotIdentification> <cbc:CitySubdivisionName>string</cbc:CitySubdivisionName> <cbc:CityName>string</cbc:CityName> <cbc:PostalZone>string</cbc:PostalZone> <cbc:CountrySubentity>string</cbc:CountrySubentity> <cbc:CountrySubentityCode>normalizedString</cbc:CountrySubentityCode> <cbc:Region>string</cbc:Region> <cbc:District>string</cbc:District> <cbc:TimezoneOffset>string</cbc:TimezoneOffset> <cac:AddressLine> <cbc:Line>string</cbc:Line> </cac:AddressLine> <cac:Country> <cbc:IdentificationCode>normalizedString</cbc:IdentificationCode> <cbc:Name>string</cbc:Name> </cac:Country> <cac:LocationCoordinate> <cbc:CoordinateSystemCode>normalizedString</cbc:CoordinateSystemCode> <cbc:LatitudeDegreesMeasure unitCode="normalizedString">1.0</cbc:LatitudeDegreesMeasure> <cbc:LatitudeMinutesMeasure unitCode="normalizedString">1.0</cbc:LatitudeMinutesMeasure> <cbc:LatitudeDirectionCode>normalizedString</cbc:LatitudeDirectionCode> <cbc:LongitudeDegreesMeasure unitCode="normalizedString">1.0</cbc:LongitudeDegreesMeasure> <cbc:LongitudeMinutesMeasure unitCode="normalizedString">1.0</cbc:LongitudeMinutesMeasure> <cbc:LongitudeDirectionCode>normalizedString</cbc:LongitudeDirectionCode> <cbc:AltitudeMeasure unitCode="normalizedString">1.0</cbc:AltitudeMeasure> </cac:LocationCoordinate> </cac:LocationAddress>