cac:JurisdictionRegionAddress
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:CorporateRegistrationSchemeType (Element cac:CorporateRegistrationScheme)
- Type cac:TaxSchemeType (Element cac:TaxScheme)
Sample instance
<cac:JurisdictionRegionAddress> <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="04">1.0</cbc:LatitudeDegreesMeasure> <cbc:LatitudeMinutesMeasure unitCode="04">1.0</cbc:LatitudeMinutesMeasure> <cbc:LatitudeDirectionCode>normalizedString</cbc:LatitudeDirectionCode> <cbc:LongitudeDegreesMeasure unitCode="04">1.0</cbc:LongitudeDegreesMeasure> <cbc:LongitudeMinutesMeasure unitCode="04">1.0</cbc:LongitudeMinutesMeasure> <cbc:LongitudeDirectionCode>normalizedString</cbc:LongitudeDirectionCode> </cac:LocationCoordinate> </cac:JurisdictionRegionAddress>