<?xml version="1.0" encoding="UTF-8"?>
<gmd:MD_Metadata
 xmlns:gmd="http://www.isotc211.org/2005/gmd"
 xmlns:gco="http://www.isotc211.org/2005/gco"
 xmlns:gml="http://www.opengis.net/gml/3.2"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xlink="http://www.w3.org/1999/xlink">
 <gmd:fileIdentifier>
  <gco:CharacterString>urn:x-wmo:md:org.example::unique-id</gco:CharacterString>
 </gmd:fileIdentifier>
 <gmd:language>
  <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" 
  codeListValue="eng">eng</gmd:LanguageCode>
 </gmd:language>
 <gmd:characterSet>
 <gmd:MD_CharacterSetCode codeList="http://wis.wmo.int/2006/catalogues/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8">utf8</gmd:MD_CharacterSetCode>
 </gmd:characterSet>
 <gmd:contact>
  <gmd:CI_ResponsibleParty>
   <gmd:organisationName>
    <gco:CharacterString>(Organisation that Created the Metadata)</gco:CharacterString>
   </gmd:organisationName>
   <gmd:contactInfo>
    <gmd:CI_Contact>
     <gmd:address>
      <gmd:CI_Address>
       <gmd:electronicMailAddress>
        <gco:CharacterString>somebody@example.org</gco:CharacterString>
       </gmd:electronicMailAddress>
      </gmd:CI_Address>
     </gmd:address>
    </gmd:CI_Contact>
   </gmd:contactInfo>
   <gmd:role>
    <gmd:CI_RoleCode codeList="./resources/codeList.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode>
   </gmd:role>
  </gmd:CI_ResponsibleParty>
 </gmd:contact>
 <gmd:dateStamp>
  <gco:Date>2013-11-28</gco:Date>
 </gmd:dateStamp>
 <gmd:identificationInfo>
  <gmd:MD_DataIdentification>
   <gmd:citation>
    <gmd:CI_Citation>
     <gmd:title>
      <gco:CharacterString>(Title)</gco:CharacterString>
     </gmd:title>
     <gmd:date>
      <gmd:CI_Date>
       <gmd:date><gco:Date>2012-10-29</gco:Date></gmd:date>
       <gmd:dateType>
        <gmd:CI_DateTypeCode codeList="./resources/codeList.xml#CI_DateTypeCode" codeListValue="revision">revision</gmd:CI_DateTypeCode>
       </gmd:dateType>
      </gmd:CI_Date>
     </gmd:date>
    </gmd:CI_Citation>
   </gmd:citation>
   <gmd:abstract>
    <gco:CharacterString>(Long Description of the Data)</gco:CharacterString>
   </gmd:abstract>
   <gmd:descriptiveKeywords>
    <gmd:MD_Keywords>
     <gmd:keyword>
      <gco:CharacterString>atmosphericComposition</gco:CharacterString>
     </gmd:keyword>
     <gmd:type>
      <gmd:MD_KeywordTypeCode codeList="http://wis.wmo.int/2012/codelists/WMOCodeLists.xml#WMO_CategoryCode" codeListValue="theme">theme</gmd:MD_KeywordTypeCode>
     </gmd:type>
     <gmd:thesaurusName>
      <gmd:CI_Citation>
       <gmd:title>
        <gco:CharacterString>WMO_CategoryCode</gco:CharacterString>
       </gmd:title>
       <gmd:date>
        <gmd:CI_Date>
         <gmd:date><gco:Date>2012-09-15</gco:Date></gmd:date>
         <gmd:dateType>
          <gmd:CI_DateTypeCode codeList="http://wis.wmo.int/2012/codelists/WMOCodeLists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
         </gmd:dateType>
        </gmd:CI_Date>
       </gmd:date>
      </gmd:CI_Citation>
     </gmd:thesaurusName>
    </gmd:MD_Keywords>
   </gmd:descriptiveKeywords>
   <gmd:language>
    <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" 
    codeListValue="eng">eng</gmd:LanguageCode>
   </gmd:language>
   <gmd:characterSet>
    <gmd:MD_CharacterSetCode codeList="http://wis.wmo.int/2006/catalogues/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8">utf8</gmd:MD_CharacterSetCode>
   </gmd:characterSet>
   <gmd:topicCategory>
    <gmd:MD_TopicCategoryCode>climatologyMeteorologyAtmosphere</gmd:MD_TopicCategoryCode>
   </gmd:topicCategory>
   <gmd:extent>
    <gmd:EX_Extent>
     <gmd:geographicElement><gmd:EX_GeographicBoundingBox>
       <gmd:westBoundLongitude>
        <gco:Decimal>11.107</gco:Decimal>
       </gmd:westBoundLongitude>
       <gmd:eastBoundLongitude>
        <gco:Decimal>24.167</gco:Decimal>
       </gmd:eastBoundLongitude>
       <gmd:southBoundLatitude>
        <gco:Decimal>55.001</gco:Decimal>
       </gmd:southBoundLatitude>
       <gmd:northBoundLatitude>
        <gco:Decimal>69.063</gco:Decimal>
       </gmd:northBoundLatitude>
      </gmd:EX_GeographicBoundingBox></gmd:geographicElement>
    </gmd:EX_Extent>
   </gmd:extent>
  </gmd:MD_DataIdentification>
 </gmd:identificationInfo>
</gmd:MD_Metadata>
