Graphical design component

r5 - 06 Jul 2006 - 06:05:26 - Main.DonovanSharpYou are here: TWiki >  SDD/Primer Web > SddContents > TechnicalMetadata

SDD Part 0: Introduction and Primer to the SDD Standard

3.2 Technical metadata

Each SDD instance document must include some metadata about the document. The <TechnicalMetadata> element provides information about the processor that created the SDD document.

technicalmetadata.jpg

Example 3.2.1 - Technical Metadata for an SDD document

<?xml version="1.0" encoding="UTF-8"?>
<Datasets xmlns="http://ns.tdwg.org/UBIF/2006" 
    xmlns:sea="http://www.bgbm.org/biodivinf/Schema/sea" 
   xmlns:html="http://www.w3.org/1999/xhtml" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xsi:schemaLocation="http://ns.tdwg.org/UBIF/2006">
  <TechnicalMetadata created="2003-07-18T22:16:38">
    <Generator name="Lucid3 Builder" version="3.2.0"/>
    <TechnicalContact label="tech1" name="Principal Lucid Programmer" 
   email="support@lucid.org" phone="+62 7 66553333" 
   address="5164 Silicon Boulevard, Sunset Hills, Mytopia 30665"/>
    <AdministrativeContact label="admin1" 
   name="The Manager, IT Services" 
   email="support@lucid.org" phone="+62 7 66553333" 
   address="5164 Silicon Boulevard, Sunset Hills, Mytopia 30665"/>
  </TechnicalMetadata>
    <Dataset xml:lang="en">
      <Representation>
        <Label>Technical metadata example</Label>
      </Representation>
    </Dataset>
</Datasets>

<TechnicalMetadata> includes a date and time stamp for the creation of the document.

The <Generator> element provides a name, version number and routine for the program that generated the SDD document. In the rare instance that a document is authored by hand, the name of the generator should read 'By Hand'.

<TechnicalContact> and <AdministrativeContact> are used to provide names and contact details for people responsible for the generating application. Note that SDD documents are long-lived, so transient staff should not be named here. The purpose of these is to allow a recipient of the document to contact support staff for the generating application with technical or administrative queries. Note that these contacts are responsible for the generating application, not necessarily for the data generated by the application.

-- Main.DonovanSharp - 01 Jun 2006

Show attachmentsHide attachments
Topic attachments
I Attachment Action Size Date Who Comment
jpgjpg technicalmetadata.jpg manage 7.0 K 07 Jun 2006 - 03:42 Main.DonovanSharp  
Edit | Attach | Printable | Backlinks: Web, All Webs | History: r5 < r4 < r3 < r2 < r1 | More topic actions
 
Back to TDWG Homepage TDWG Wiki > SDD/Primer
This site is powered by the TWiki collaboration platform

Valid XHTML 1.0 Transitional
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback