Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Requirement




Reference

DS-META-004

Element Name

Indication that this is an AIRAC update

Obligation / Condition

Mandatory

Multiplicity

1

ISO 19115 (2003)







Number

355

Name

description

Definition

spatial and temporal extent for the referring object

XPath

gmd:MD_Metadata/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:description

Data type

CharacterString

Domain

Free text

Example

AIRAC

Implementing Instructions


Use this to record when the update is AIRAC by using the phrase "AIRAC"It is important for data users to also know if the data set is non-AIRAC. Therefore, it is mandatory in this field to indicate if the data set is "AIRAC" or "Non-AIRAC". Exactly these terms shall be used.

Code Block
languagexml
titleExample
<gmd:MD_Metadata>
 ...
  <gmd:identificationInfo>
   <gmd:MD_DataIdentification>
    ...
    <gmd:extent>
     <gmd:EX_Extent>
      <gmd:description>
       <gco:CharacterString>AIRAC</gco:CharacterString>
      </gmd:description>
     ...
     </gmd:EX_Extent>
    </gmd:extent>
   </gmd:MD_DataIdentification>
  </gmd:identificationInfo>
 ...
</gmd:MD_Metadata>