a:AdministrativeArea
Details of the top-level area division in the country, such as state, district, province, island, region, etc. Note that some countries do not have this
Element information
Namespace: urn:oasis:names:tc:ciq:xal:3
Schema document: external/have/1.0/xAL.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:NameElement [1..*] Data associated with the Administrative Area. e.g. Full name of administrative area or part of it. eg. MI in USA, NSW in Australia, reference location to the administrative area
- a:SubAdministrativeArea [0..1] The next level down division of the area. E.g. state / county, province / reservation. Note that not all countries have a subadministrative area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
a:Type | [0..1] | a:AdministrativeAreaTypeList | Type of administrative area. e.g. state, city, town, etc | |
ct:DataQualityType | [0..1] | ct:DataQualityTypeList | This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid" | from group ct:grDataQuality |
ct:ValidFrom | [0..1] | xsd:dateTime | Date the data quality is valid from | from group ct:grDataQuality |
ct:ValidTo | [0..1] | xsd:dateTime | Date the data quality is valid to | from group ct:grDataQuality |
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Anonymous type of element xpil:Address via extension of a:AddressType
- Type a:AddressType (Elements a:Address, xpil:AddressOnDocument, xpil:BirthPlaceDetails)
Sample instance
<a:AdministrativeArea> <a:NameElement>normalizedString</a:NameElement> <a:SubAdministrativeArea> <a:NameElement>normalizedString</a:NameElement> </a:SubAdministrativeArea> </a:AdministrativeArea>