This appendix contains a complete example. It is provided for informative purposes only.
Code Block |
---|
|
<?xml version="1.0" encoding="utf-8"?> |
...
<gmd:MD_Metadata xsi:schemaLocation="http://www.isotc211.org/2005/gmd http://schemas.opengis.net/iso/19139/20060504/gmd/gmd.xsd" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" xmlns:gco="http://www.isotc211.org/2005/gco"> |
...
...
THIS IS AN EXAMPLE OF HOW TO ENCODE METADATA IN ORDER TO: |
...
1.SATISFY THE ICAO DATA SET METADATA REQUIREMENTS; AND |
...
2. BE VALID WITH THE MINUMUM ISO 19115 (2003) REQUIREMENTS |
...
THE EXAMPLE IS NOT BASED ON REAL DATA. |
...
...
<!-- gmd:contact is the contact point for the metadata. It is required by ISO 19115 (2003). It should be marked as "inapplicable" (<gmd:contact gco:nilReason="inapplicable"/>) or be used to give the organisation name and email address of the party who added the metadata --> |
...
...
<gmd:CI_ResponsibleParty> |
...
...
<gco:CharacterString>EAD</gco:CharacterString> |
...
...
...
...
...
...
<gmd:electronicMailAddress> |
...
<gco:CharacterString>operator@organisation.org</gco:CharacterString> |
...
</gmd:electronicMailAddress> |
...
...
...
...
...
...
<gmd:CI_RoleCode codeList="http://schemas.opengis.net/iso/19139/20060504/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode> |
...
...
</gmd:CI_ResponsibleParty> |
...
...
<!-- gmd:dateStamp is the date stamp for the metadata. It is required by ISO 19115 (2003). It should be marked as "inapplicable" (<gmd:dateStamp gco:nilReason="inapplicable"/>) or used to record a date.--> |
...
...
<gco:Date>2010-11-08</gco:Date> |
...
...
<!-- DS-META-006: start of example --> |
...
<gmd:referenceSystemInfo> |
...
...
<gmd:referenceSystemIdentifier> |
...
...
...
<gco:CharacterString>8601</gco:CharacterString> |
...
...
...
<gco:CharacterString>ISO</gco:CharacterString> |
...
...
...
</gmd:referenceSystemIdentifier> |
...
</gmd:MD_ReferenceSystem> |
...
</gmd:referenceSystemInfo> |
...
<!-- DS-META-006: end of example--> |
...
...
<gmd:MD_DataIdentification> |
...
...
...
<!--gmd:title is required by ISO 19115 (2003). This should be used to provide the name of the dataset.- |
...
...
<gco:CharacterString>SDO Update 27</gco:CharacterString> |
...
...
<!-- DS-META-002: start of example --> |
...
...
...
...
<gco:DateTime>2010-11-01T12:00:00Z</gco:DateTime> |
...
...
...
<gmd:CI_DateTypeCode codeList="http://schemas.opengis.net/iso/19139/20060504/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode> |
...
...
...
...
<!-- DS-META-002: end of example--> |
...
...
...
<!-- DS-META-004: start of example--> |
...
...
<gco:CharacterString>AIRAC updates for Belgium and Luxembourg</gco:CharacterString> |
...
...
<!-- DS-META-004: end of example--> |
...
<!-- DS-META-001: start of example --> |
...
...
<gmd:CI_ResponsibleParty> |
...
...
<gco:CharacterString>EAD</gco:CharacterString> |
...
...
...
...
...
...
...
<gco:CharacterString>+32 02...</gco:CharacterString> |
...
...
...
...
...
...
...
<gco:CharacterString>delivery point 1</gco:CharacterString> |
...
...
...
<gco:CharacterString>delivery point 2</gco:CharacterString> |
...
...
...
<gco:CharacterString>Brussels</gco:CharacterString> |
...
...
...
<gco:CharacterString>Brussels</gco:CharacterString> |
...
</gmd:administrativeArea> |
...
...
<gco:CharacterString>postal code</gco:CharacterString> |
...
...
...
<gco:CharacterString>Belgium</gco:CharacterString> |
...
...
<gmd:electronicMailAddress> |
...
<gco:CharacterString>operator@organisation.org</gco:CharacterString> |
...
</gmd:electronicMailAddress> |
...
...
...
...
...
...
<gmd:CI_RoleCode codeList="http://schemas.opengis.net/iso/19139/20060504/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider">resourceProvider</gmd:CI_RoleCode> |
...
...
</gmd:CI_ResponsibleParty> |
...
...
<!-- DS-META-001: end of example--> |
...
<!-- DS-META-005: start of example --> |
...
<gmd:resourceConstraints> |
...
...
...
<gco:CharacterString>Not for use in navigation.</gco:CharacterString> |
...
...
...
</gmd:resourceConstraints> |
...
<gmd:resourceConstraints> |
...
<gmd:MD_LegalConstraints> |
...
...
<gmd:MD_RestrictionCode codeList="http://schemas.opengis.net/iso/19139/20060504/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="license">license</gmd:MD_RestrictionCode> |
...
...
</gmd:MD_LegalConstraints> |
...
</gmd:resourceConstraints> |
...
<gmd:resourceConstraints> |
...
<gmd:MD_SecurityConstraints> |
...
...
<gmd:MD_ClassificationCode codeList="http://schemas.opengis.net/iso/19139/20060504/resources/Codelist/gmxCodelists.xml#MD_ClassificationCode" codeListValue="restricted">restricted</gmd:MD_ClassificationCode> |
...
...
</gmd:MD_SecurityConstraints> |
...
</gmd:resourceConstraints> |
...
<!-- DS-META-005: end of example --> |
...
<!-- gmd:language is required by ISO 19115 (2003). This should use the codelist value "eng" (or other code as applicable).--> |
...
...
<gmd:LanguageCode codeList="http://schemas.opengis.net/iso/19139/20060504/resources/Codelist/gmxCodelists.xml#LanguageCode" codeListValue="eng">eng</gmd:LanguageCode> |
...
...
...
<!-- gmd:MD_TopicCategoryCode is required by ISO 19115 (2003). This should use the codelist value "transportation".--> |
...
<gmd:MD_TopicCategoryCode>transportation</gmd:MD_TopicCategoryCode> |
...
...
...
...
<!-- DS-META-007: start of example --> |
...
...
<gmd:EX_GeographicDescription> |
...
<gmd:geographicIdentifier> |
...
...
...
<gco:CharacterString>Belgium and Luxembourg</gco:CharacterString> |
...
...
...
</gmd:geographicIdentifier> |
...
</gmd:EX_GeographicDescription> |
...
...
...
<gmd:EX_GeographicBoundingBox> |
...
...
<gco:Decimal>3.93</gco:Decimal> |
...
</gmd:westBoundLongitude> |
...
...
<gco:Decimal>7.57</gco:Decimal> |
...
</gmd:eastBoundLongitude> |
...
...
<gco:Decimal>52.10</gco:Decimal> |
...
</gmd:southBoundLatitude> |
...
...
<gco:Decimal>54.10</gco:Decimal> |
...
</gmd:northBoundLatitude> |
...
</gmd:EX_GeographicBoundingBox> |
...
...
...
...
...
<gml:Polygon gml:id="p1"> |
...
...
...
...
<gml:LineString gml:id="ls1"> |
...
<gml:posList>30 30 30 40 60 40 60 30</gml:posList> |
...
...
...
...
...
...
...
</gmd:EX_BoundingPolygon> |
...
...
<!-- DS-META-007: end of example--> |
...
<!-- DS-META-003: start of example --> |
...
...
...
...
<gml:TimePeriod gml:id="period1"> |
...
<gml:beginPosition>2010-11-01T00:00:00Z</gml:beginPosition> |
...
<gml:endPosition>2010-12-24T24:00:00Z</gml:endPosition> |
...
...
...
...
...
<!-- DS-META-003: end of example --> |
...
...
...
</gmd:MD_DataIdentification> |
...
</gmd:identificationInfo> |
...