Tip | ||
---|---|---|
| ||
Each ICAO data set shall be provided together with metadata that indicates when the data set has been updated according to the AIRAC System. |
Requirement | Reference | DS-META-004 |
Element Name | Indication that this is an AIRAC update |
Obligation / Condition | Mandatory |
Multiplicity | 1 | |
ISO 19115 (2003) | Number | 25 |
Name | abstract |
Definition | Brief narrative summary of the content of the resource(s) |
XPath | gmd:MD_Metadata/gmd:MD_DataIdentification/gmd:abstract/gco:CharacterString |
Data type | CharacterString |
Domain | Free text |
Example | AIRAC update for Belgium and Luxembourg | |
Implementing Instructions |
Use this to record when the update is AIRAC by using the phrase "AIRAC update". |
...
Code Block |
---|
...
|
...
| |||
<gmd:MD_Metadata> |
...
... |
...
<gmd:identificationInfo> |
...
<gmd:abstract> |
...
<gco:CharacterString>AIRAC update for Belgium and Luxembourg</gco:CharacterString> |
...
</gmd:abstract> |
...
</gmd:identificationInfo> |
...
... |
...
</gmd: |
...
Metadata> |