Schema Central > NIEM 3.2 > xAL.xsd > a:AdministrativeArea
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

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

Type: Anonymous

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
a:Type [0..1]a:AdministrativeAreaTypeListType of administrative area. e.g. state, city, town, etc
ct:DataQualityType [0..1]ct:DataQualityTypeListThis 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:dateTimeDate the data quality is valid from from group ct:grDataQuality
ct:ValidTo [0..1]xsd:dateTimeDate the data quality is valid tofrom group ct:grDataQuality
Any attribute[0..*]Namespace: ##other, Process Contents: lax

Used in

Sample instance

<a:AdministrativeArea>
   <a:NameElement>normalizedString</a:NameElement>
   <a:SubAdministrativeArea>
      <a:NameElement>normalizedString</a:NameElement>
   </a:SubAdministrativeArea>
</a:AdministrativeArea>