Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Main schema tridas-1.2.1.xsd
Namespace http://www.tridas.org/1.2.1
Properties
attribute form default: unqualified
element form default: qualified
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element createdTimestamp
Namespace http://www.tridas.org/1.2.1
Annotations
Field containing date and time when this record was created.
Diagram
Diagram tridas-1.2.11.tmp#id21 tridas-1.2.12.tmp#id20
Type dateTime
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="createdTimestamp" type="dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Field containing date and time when this record was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element lastModifiedTimestamp
Namespace http://www.tridas.org/1.2.1
Annotations
Field containing date and time when this records was last updated.
Diagram
Diagram tridas-1.2.11.tmp#id21 tridas-1.2.12.tmp#id20
Type dateTime
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="lastModifiedTimestamp" type="dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Field containing date and time when this records was last updated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element title
Namespace http://www.tridas.org/1.2.1
Annotations
Title or name of this entity.  This should be a 'human readable' name by which the entity is referred.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Source
<xs:element name="title" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Title or name of this entity. This should be a 'human readable' name by which the entity is referred.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element identifier
Namespace http://www.tridas.org/1.2.1
Annotations
Identifier for this entity which in combination with the domain should be unique.  This is typically a computer generated code such as a database primary key.
Diagram
Diagram tridas-1.2.11.tmp#id32
Type extension of xs:string
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
domain required
The domain which this identifier is applicable to. Could be the URL of the organisation's server or the 
name of the organisation as long as it is not ambiguous.
Source
<xs:element name="identifier">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Identifier for this entity which in combination with the domain should be unique. This is typically a computer generated code such as a database primary key.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="domain" use="required">
          <xs:annotation>
            <xs:documentation xml:lang="EN">The domain which this identifier is applicable to. Could be the URL of the organisation's server or the name of the organisation as long as it is not ambiguous.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element comments
Namespace http://www.tridas.org/1.2.1
Annotations
More information about this entity.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Source
<xs:element name="comments" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">More information about this entity.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element seriesLink / idRef
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.11.tmp#id36
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
ref xs:IDREF optional
Source
<xs:element name="idRef">
  <xs:complexType>
    <xs:attribute name="ref" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element seriesLink / xLink
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.13.tmp#id38
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
xlink:href anyURI optional
Source
<xs:element name="xLink">
  <xs:complexType>
    <xs:attribute ref="xlink:href"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element seriesLinks / series
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.12.tmp#id35 tridas-1.2.12.tmp#id37 tridas-1.2.12.tmp#id31 tridas-1.2.12.tmp#id34
Type seriesLink
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model idRef | xLink | identifier
Children idRef, identifier, xLink
Instance
<series>
  <idRef ref="">{1,1}</idRef>
  <xLink xlink:href="">{1,1}</xLink>
  <identifier domain="">{1,1}</identifier>
</series>
Source
<xs:element name="series" type="seriesLink" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element seriesLinksWithPreferred / preferredSeries
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.12.tmp#id35 tridas-1.2.12.tmp#id37 tridas-1.2.12.tmp#id31 tridas-1.2.12.tmp#id34
Type seriesLink
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model idRef | xLink | identifier
Children idRef, identifier, xLink
Instance
<preferredSeries>
  <idRef ref="">{1,1}</idRef>
  <xLink xlink:href="">{1,1}</xLink>
  <identifier domain="">{1,1}</identifier>
</preferredSeries>
Source
<xs:element name="preferredSeries" type="seriesLink" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element type
Namespace http://www.tridas.org/1.2.1
Annotations
The type of entity this is. Preferrably derived from a controlled vocabulary.
Diagram
Diagram tridas-1.2.11.tmp#id12 tridas-1.2.11.tmp#id13 tridas-1.2.11.tmp#id14 tridas-1.2.11.tmp#id15 tridas-1.2.12.tmp#id11
Type controlledVoc
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
Source
<xs:element name="type" type="controlledVoc">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The type of entity this is. Preferrably derived from a controlled vocabulary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element description
Namespace http://www.tridas.org/1.2.1
Annotations
General description of this entity.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Source
<xs:element name="description" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">General description of this entity.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element location
Namespace http://www.tridas.org/1.2.1
Annotations
Details about the geographical location of this entity.
Diagram
Diagram tridas-1.2.12.tmp#id46 tridas-1.2.12.tmp#id75 tridas-1.2.12.tmp#id76 tridas-1.2.12.tmp#id77 tridas-1.2.12.tmp#id78
Properties
content: complex
Used by
Elements derivedSeries, element, object
Complex Type baseSeries
Model locationGeometry , locationType{0,1} , locationPrecision{0,1} , locationComment{0,1} , address{0,1}
Children address, locationComment, locationGeometry, locationPrecision, locationType
Instance
<location>
  <locationGeometry>{1,1}</locationGeometry>
  <locationType>{0,1}</locationType>
  <locationPrecision>{0,1}</locationPrecision>
  <locationComment>{0,1}</locationComment>
  <address>{0,1}</address>
</location>
Source
<xs:element name="location">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Details about the geographical location of this entity.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="locationGeometry"/>
      <xs:element ref="locationType" minOccurs="0"/>
      <xs:element ref="locationPrecision" minOccurs="0"/>
      <xs:element ref="locationComment" minOccurs="0"/>
      <xs:element ref="address" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element locationGeometry
Namespace http://www.tridas.org/1.2.1
Annotations
GML representation of a location.  Can be either a point to 
represent a particular location or a polygon to represent
an area or a geographical extent / bounding box.
Diagram
Diagram tridas-1.2.10.tmp#id47 tridas-1.2.10.tmp#id63
Properties
content: complex
Used by
Element location
Model gml:Point | gml:Polygon
Children gml:Point, gml:Polygon
Instance
<locationGeometry>
  <gml:Point gml:id="" srsName="">{1,1}</gml:Point>
  <gml:Polygon gml:id="" srsName="">{1,1}</gml:Polygon>
</locationGeometry>
Source
<xs:element name="locationGeometry">
  <xs:annotation>
    <xs:documentation xml:lang="EN">GML representation of a location. Can be either a point to represent a particular location or a polygon to represent an area or a geographical extent / bounding box.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="gml:Point"/>
      <xs:element ref="gml:Polygon"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element locationType
Namespace http://www.tridas.org/1.2.1
Annotations
The type of location that the geometry field represents taken from the TRiDaS controlled vocabulary.
Diagram
Diagram tridas-1.2.12.tmp#id6
Type normalTridasLocationType
Properties
content: simple
Facets
enumeration Growth location
enumeration Location of use (static)
enumeration Location of use (mobile)
enumeration Current location
enumeration Manufacture location
Used by
Source
<xs:element name="locationType" type="normalTridasLocationType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The type of location that the geometry field represents taken from the TRiDaS controlled vocabulary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element locationPrecision
Namespace http://www.tridas.org/1.2.1
Annotations
Stores potential difference; number of meters difference, so 0 is exact.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element location
Source
<xs:element name="locationPrecision" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Stores potential difference; number of meters difference, so 0 is exact.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element locationComment
Namespace http://www.tridas.org/1.2.1
Annotations
Additional information about the location, for example, point taken from center or corner of area, which corner
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element location
Source
<xs:element name="locationComment" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Additional information about the location, for example, point taken from center or corner of area, which corner</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address
Namespace http://www.tridas.org/1.2.1
Annotations
Address information about this location
Diagram
Diagram tridas-1.2.12.tmp#id79 tridas-1.2.12.tmp#id80 tridas-1.2.12.tmp#id81 tridas-1.2.12.tmp#id82 tridas-1.2.12.tmp#id83 tridas-1.2.12.tmp#id84
Properties
content: complex
Used by
Elements laboratory, location
Model addressLine1{0,1} , addressLine2{0,1} , cityOrTown{0,1} , stateProvinceRegion{0,1} , postalCode{0,1} , country{0,1}
Children addressLine1, addressLine2, cityOrTown, country, postalCode, stateProvinceRegion
Instance
<address>
  <addressLine1>{0,1}</addressLine1>
  <addressLine2>{0,1}</addressLine2>
  <cityOrTown>{0,1}</cityOrTown>
  <stateProvinceRegion>{0,1}</stateProvinceRegion>
  <postalCode>{0,1}</postalCode>
  <country>{0,1}</country>
</address>
Source
<xs:element name="address">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Address information about this location</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="addressLine1" type="xs:string" minOccurs="0"/>
      <xs:element name="addressLine2" type="xs:string" minOccurs="0"/>
      <xs:element name="cityOrTown" type="xs:string" minOccurs="0"/>
      <xs:element name="stateProvinceRegion" type="xs:string" minOccurs="0"/>
      <xs:element name="postalCode" type="xs:string" minOccurs="0"/>
      <xs:element name="country" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / addressLine1
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="addressLine1" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / addressLine2
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="addressLine2" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / cityOrTown
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="cityOrTown" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / stateProvinceRegion
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="stateProvinceRegion" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / postalCode
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="postalCode" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / country
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="country" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element file
Namespace http://www.tridas.org/1.2.1
Annotations
Filename of a file associated with this entity.
Diagram
Diagram tridas-1.2.13.tmp#id38
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
xlink:href anyURI required
Source
<xs:element name="file">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Filename of a file associated with this entity.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="xlink:href" use="required"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element genericField
Namespace http://www.tridas.org/1.2.1
Annotations
Generic field for storing key/value pairs for data not currently supported in the TRiDaS standard
Diagram
Diagram tridas-1.2.11.tmp#id87 tridas-1.2.11.tmp#id88
Type extension of xs:string
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
name required
Name of the field.
type restriction of xs:string optional
The data type that this field contains.
Source
<xs:element name="genericField">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Generic field for storing key/value pairs for data not currently supported in the TRiDaS standard</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="name" use="required">
          <xs:annotation>
            <xs:documentation>Name of the field.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="type" use="optional">
          <xs:annotation>
            <xs:documentation>The data type that this field contains.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="xs:string"/>
              <xs:enumeration value="xs:boolean"/>
              <xs:enumeration value="xs:int"/>
              <xs:enumeration value="xs:float"/>
              <xs:enumeration value="xs:date"/>
              <xs:enumeration value="xs:dateTime"/>
              <xs:enumeration value="xs:duration"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element tridas
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.12.tmp#id90 tridas-1.2.12.tmp#id207
Properties
content: complex
Model project* , vocabulary{0,1}
Children project, vocabulary
Instance
<tridas>
  <project>{0,unbounded}</project>
  <vocabulary>{0,1}</vocabulary>
</tridas>
Source
<xs:element name="tridas">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="project" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="vocabulary" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element project
Namespace http://www.tridas.org/1.2.1
Annotations
A project is defined by a laboratory and encompasses dendrochronological 
research of a particular object or group of objects.  Examples include: the dating of 
a building; the research of forest dynamics in a stand of living trees; the dating of 
all Rembrandt paintings in a museum. What is considered a 'project' is up to the 
laboratory performing the research. It could be the dating of a group of objects, 
but the laboratory can also decide to define a separate project for each object. 
Therefore, a project can have one or more objects associated with it.
Diagram
Diagram tridas-1.2.12.tmp#id30 tridas-1.2.12.tmp#id31 tridas-1.2.12.tmp#id22 tridas-1.2.12.tmp#id23 tridas-1.2.12.tmp#id33 tridas-1.2.12.tmp#id29 tridas-1.2.12.tmp#id43 tridas-1.2.12.tmp#id44 tridas-1.2.12.tmp#id85 tridas-1.2.12.tmp#id91 tridas-1.2.12.tmp#id94 tridas-1.2.12.tmp#id96 tridas-1.2.12.tmp#id97 tridas-1.2.12.tmp#id98 tridas-1.2.12.tmp#id99 tridas-1.2.12.tmp#id100 tridas-1.2.12.tmp#id101 tridas-1.2.12.tmp#id86 tridas-1.2.12.tmp#id102 tridas-1.2.12.tmp#id204
Type extension of tridasEntity
Type hierarchy
Properties
content: complex
Used by
Element tridas
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , type+ , description{0,1} , file* , laboratory+ , category , investigator , period , requestDate{0,1} , commissioner{0,1} , reference* , research* , genericField* , object* , derivedSeries*
Children category, comments, commissioner, createdTimestamp, derivedSeries, description, file, genericField, identifier, investigator, laboratory, lastModifiedTimestamp, object, period, reference, requestDate, research, title, type
Instance
<project>
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
</project>
Source
<xs:element name="project">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A project is defined by a laboratory and encompasses dendrochronological research of a particular object or group of objects. Examples include: the dating of a building; the research of forest dynamics in a stand of living trees; the dating of all Rembrandt paintings in a museum. What is considered a 'project' is up to the laboratory performing the research. It could be the dating of a group of objects, but the laboratory can also decide to define a separate project for each object. Therefore, a project can have one or more objects associated with it.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tridasEntity">
        <xs:sequence>
          <xs:element ref="type" maxOccurs="unbounded"/>
          <xs:element ref="description" minOccurs="0"/>
          <xs:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="laboratory" maxOccurs="unbounded"/>
          <xs:element ref="category"/>
          <xs:element ref="investigator"/>
          <xs:element ref="period"/>
          <xs:element ref="requestDate" minOccurs="0"/>
          <xs:element ref="commissioner" minOccurs="0"/>
          <xs:element ref="reference" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="research" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="object" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="derivedSeries" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element laboratory
Namespace http://www.tridas.org/1.2.1
Annotations
The dendrochronological research laboratory where this work was done.
Diagram
Diagram tridas-1.2.12.tmp#id31 tridas-1.2.12.tmp#id92 tridas-1.2.12.tmp#id78
Properties
content: complex
Used by
Element project
Model identifier{0,1} , name , address
Children address, identifier, name
Instance
<laboratory>
  <identifier domain="">{0,1}</identifier>
  <name acronym="">{1,1}</name>
  <address>{1,1}</address>
</laboratory>
Source
<xs:element name="laboratory">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The dendrochronological research laboratory where this work was done.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="identifier" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="EN">Identifier for the laboratory.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="name">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation xml:lang="EN">Name of the laboratory.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="acronym" use="optional">
                <xs:annotation>
                  <xs:documentation>Acronym of the laboratory.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element ref="address"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element laboratory / name
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.11.tmp#id93
Type extension of xs:string
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
acronym optional
Acronym of the laboratory.
Source
<xs:element name="name">
  <xs:complexType>
    <xs:annotation>
      <xs:documentation xml:lang="EN">Name of the laboratory.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="acronym" use="optional">
          <xs:annotation>
            <xs:documentation>Acronym of the laboratory.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element category
Namespace http://www.tridas.org/1.2.1
Annotations
Category of research this project falls into.  Preferably from a controlled vocabulary.
Diagram
Diagram tridas-1.2.11.tmp#id12 tridas-1.2.11.tmp#id13 tridas-1.2.11.tmp#id14 tridas-1.2.11.tmp#id15 tridas-1.2.12.tmp#id11 tridas-1.2.11.tmp#id95
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
normalTridas normalTridasCategory optional
TRiDaS controlled vocabulary of research categories.
Source
<xs:element name="category">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Category of research this project falls into. Preferably from a controlled vocabulary.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="controlledVoc">
        <xs:attribute name="normalTridas" type="normalTridasCategory">
          <xs:annotation>
            <xs:documentation>TRiDaS controlled vocabulary of research categories.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element investigator
Namespace http://www.tridas.org/1.2.1
Annotations
Principal investigator of this project.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element project
Source
<xs:element name="investigator" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Principal investigator of this project.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element period
Namespace http://www.tridas.org/1.2.1
Annotations
When the dendrochronological project took place.  Could consist of a start- and end-date.  If unknown it should be estimated.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element project
Source
<xs:element name="period" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">When the dendrochronological project took place. Could consist of a start- and end-date. If unknown it should be estimated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element requestDate
Namespace http://www.tridas.org/1.2.1
Annotations
Date of the request for dendrochronology.  If unknown it should be estimated.
Diagram
Diagram tridas-1.2.11.tmp#id25 tridas-1.2.12.tmp#id24
Type date
Properties
content: complex
Used by
Element project
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="requestDate" type="date">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Date of the request for dendrochronology. If unknown it should be estimated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element commissioner
Namespace http://www.tridas.org/1.2.1
Annotations
The person/organisation who commissioned the project.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element project
Source
<xs:element name="commissioner" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The person/organisation who commissioned the project.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element reference
Namespace http://www.tridas.org/1.2.1
Annotations
Citations of publications relating to this project.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element project
Source
<xs:element name="reference" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Citations of publications relating to this project.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element research
Namespace http://www.tridas.org/1.2.1
Annotations
National/International system in which the research project is registered.
Diagram
Diagram tridas-1.2.12.tmp#id31 tridas-1.2.12.tmp#id44
Properties
content: complex
Used by
Element project
Model identifier , description
Children description, identifier
Instance
<research>
  <identifier domain="">{1,1}</identifier>
  <description>{1,1}</description>
</research>
Source
<xs:element name="research">
  <xs:annotation>
    <xs:documentation xml:lang="EN">National/International system in which the research project is registered.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="identifier"/>
      <xs:element ref="description"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element object
Namespace http://www.tridas.org/1.2.1
Annotations
An object is the item to be investigated.  Examples include: violin; excavation site; 
painting on a wooden panel; water well; church; carving; ship; forest. An object could 
also be more specific, for example: mast of a ship; roof of a church. Depending on the 
object type various descriptions are made possible. An object can have one or more 
elements and can also refer to another (sub) object.  For instance a single file 
may contain three objects: an archaeological site object, within which there is a 
building object, within which there is a beam object.  The list of possible object 
types is extensible and is thus flexible enough to incorporate the diversity of data 
required by the dendro community.  Only information that is essential for 
dendrochronological research is recorded here. Other related data may be provided in the 
form of a link to an external database such as a museum catalogue.
Diagram
Diagram tridas-1.2.12.tmp#id30 tridas-1.2.12.tmp#id31 tridas-1.2.12.tmp#id22 tridas-1.2.12.tmp#id23 tridas-1.2.12.tmp#id33 tridas-1.2.12.tmp#id29 tridas-1.2.12.tmp#id43 tridas-1.2.12.tmp#id44 tridas-1.2.12.tmp#id103 tridas-1.2.12.tmp#id85 tridas-1.2.12.tmp#id104 tridas-1.2.12.tmp#id105 tridas-1.2.12.tmp#id106 tridas-1.2.12.tmp#id45 tridas-1.2.12.tmp#id86 tridas-1.2.12.tmp#id102 tridas-1.2.12.tmp#id109
Type extension of tridasEntity
Type hierarchy
Properties
content: complex
Used by
Elements object, project
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , type , description{0,1} , linkSeries{0,1} , file* , creator{0,1} , owner{0,1} , coverage{0,1} , location{0,1} , genericField* , object* , element*
Children comments, coverage, createdTimestamp, creator, description, element, file, genericField, identifier, lastModifiedTimestamp, linkSeries, location, object, owner, title, type
Instance
<object>
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
</object>
Source
<xs:element name="object">
  <xs:annotation>
    <xs:documentation xml:lang="EN">An object is the item to be investigated. Examples include: violin; excavation site; painting on a wooden panel; water well; church; carving; ship; forest. An object could also be more specific, for example: mast of a ship; roof of a church. Depending on the object type various descriptions are made possible. An object can have one or more elements and can also refer to another (sub) object. For instance a single file may contain three objects: an archaeological site object, within which there is a building object, within which there is a beam object. The list of possible object types is extensible and is thus flexible enough to incorporate the diversity of data required by the dendro community. Only information that is essential for dendrochronological research is recorded here. Other related data may be provided in the form of a link to an external database such as a museum catalogue.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tridasEntity">
        <xs:sequence>
          <xs:element ref="type"/>
          <xs:element ref="description" minOccurs="0"/>
          <xs:element name="linkSeries" type="seriesLinksWithPreferred" minOccurs="0" maxOccurs="1"/>
          <xs:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="creator" minOccurs="0"/>
          <xs:element ref="owner" minOccurs="0"/>
          <xs:element ref="coverage" minOccurs="0"/>
          <xs:element ref="location" minOccurs="0"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="object" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="element" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element object / linkSeries
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.12.tmp#id42 tridas-1.2.12.tmp#id41
Type seriesLinksWithPreferred
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model preferredSeries{0,1}
Children preferredSeries
Instance
<linkSeries>
  <preferredSeries>{0,1}</preferredSeries>
</linkSeries>
Source
<xs:element name="linkSeries" type="seriesLinksWithPreferred" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element creator
Namespace http://www.tridas.org/1.2.1
Annotations
Name of creator, place of the workshop/wharf etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element object
Source
<xs:element name="creator" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Name of creator, place of the workshop/wharf etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element owner
Namespace http://www.tridas.org/1.2.1
Annotations
Name of the owner of the physical object.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element object
Source
<xs:element name="owner" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Name of the owner of the physical object.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element coverage
Namespace http://www.tridas.org/1.2.1
Annotations
Details on the time period this object covers.
Diagram
Diagram tridas-1.2.12.tmp#id107 tridas-1.2.12.tmp#id108
Properties
content: complex
Used by
Element object
Model coverageTemporal , coverageTemporalFoundation
Children coverageTemporal, coverageTemporalFoundation
Instance
<coverage>
  <coverageTemporal>{1,1}</coverageTemporal>
  <coverageTemporalFoundation>{1,1}</coverageTemporalFoundation>
</coverage>
Source
<xs:element name="coverage">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Details on the time period this object covers.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="coverageTemporal"/>
      <xs:element ref="coverageTemporalFoundation"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element coverageTemporal
Namespace http://www.tridas.org/1.2.1
Annotations
If the date is already known in more or less detail: historical period (broad). Equivalent to Dublin Core term 'temporal'.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element coverage
Source
<xs:element name="coverageTemporal" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">If the date is already known in more or less detail: historical period (broad). Equivalent to Dublin Core term 'temporal'.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element coverageTemporalFoundation
Namespace http://www.tridas.org/1.2.1
Annotations
Method of dating support (e.g. archive sources, inscriptions, 
stratigraphic context, associated finds, typology, stylistic aspects, 
carpenter marks, radiocarbon, OSL, other methods).
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element coverage
Source
<xs:element name="coverageTemporalFoundation" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Method of dating support (e.g. archive sources, inscriptions, stratigraphic context, associated finds, typology, stylistic aspects, carpenter marks, radiocarbon, OSL, other methods).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element element
Namespace http://www.tridas.org/1.2.1
Annotations
An element is a piece of wood originating from a single tree. Examples include: 
one plank of a water well; a single wooden panel in a painting; the left-hand back 
plate of a violin; one beam in a roof; a tree trunk preser