a:Locality
Details of Locality which is a named densiliy populated area (a place) such as town, village, suburb, etc. A locality composes of many individual addresses. Many localities exist in an administrative area or a sub adminisrative area. A locality can also have sub localities. For example, a municipality locality can have many villages associated with it which are sub localities. Example: Tamil Nadu State, Erode District, Bhavani Taluk, Paruvachi Village is a valid address in India. Tamil Nadu is the Administrative Area, Erode is the sub admin area, Bhavani is the locality, and Paruvachi is the sub locality
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 locality. e.g. Full name of the locality or part of it, reference location to the locality
- a:SubLocality [0..1] A locality that is smaller and is contained within the boundaries of its parent locality. Note that not all localities have sub locality. For example, many areas within a locality where each area is a sub locality
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
a:Type | [0..1] | a:LocalityTypeList | Type of locality. e.g. suburb, area, zone, village, 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:Locality> <a:NameElement>normalizedString</a:NameElement> <a:SubLocality> <a:NameElement>normalizedString</a:NameElement> </a:SubLocality> </a:Locality>