This is an old revision of the document!


XML format for dataset descriptions

<dataset xmlns="" ...>                       // Ref. to XML namespace etc.
   <info status="..."                        // Value: active/deleted 
         ownertag="..."
         creationdate="..."                  // YYYY-MM-DDZHH:TT
         drpath="..." />                     // Unique identification
   (EMBEDDED PART - see below)
</dataset>

The EMBEDDED PART has varying content depending on the source of the metadata. If the metadata are produced by the UPLOAD module or the QUEST module, an internal (METAMOD specific) format is used:

   <metamod xmlns="" ...>                          // Ref. to XML namespace etc. (if needed)
         <datacollection_period from="..." to="..." />
         <quadtree>
            ...
         </quadtree>
         <metadata name="...">value</metadata>     // To be repeated. One element
                                                   // for each name,value pair.
   </metamod>

If the source of the metadata is based on some known XML format (like DIF), this format is used in the EMBEDDED PART:

   <DIF xmlns="" ...>
      ...
   </DIF>
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • metamod/xml-format.1225287429.txt.gz
  • Last modified: 2022-05-31 09:23:19
  • (external edit)