Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Main schema tridas.xsd
Namespace http://www.tridas.org/1.2
Properties
attribute form default: unqualified
element form default: qualified
Schema location http://www.tridas.org/1.2/tridas.xsd
Element createdTimestamp
Namespace http://www.tridas.org/1.2
Annotations
Field containing date and time when this record was created.
Diagram
Diagram tridas0.tmp#id19 tridas1.tmp#id18
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 http://www.tridas.org/1.2/tridas.xsd
Element lastModifiedTimestamp
Namespace http://www.tridas.org/1.2
Annotations
Field containing date and time when this records was last updated.
Diagram
Diagram tridas0.tmp#id19 tridas1.tmp#id18
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 http://www.tridas.org/1.2/tridas.xsd
Element title
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element identifier
Namespace http://www.tridas.org/1.2
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 tridas0.tmp#id30
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 http://www.tridas.org/1.2/tridas.xsd
Element comments
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element linkSeries
Namespace http://www.tridas.org/1.2
Annotations
Fields for storing links to Series
Diagram
Diagram tridas1.tmp#id33 tridas1.tmp#id38 tridas1.tmp#id40 tridas1.tmp#id29
Properties
content: complex
Used by
Model preferredSeries{0,1} , (idRef | xLink | identifier)
Children idRef, identifier, preferredSeries, xLink
Instance
<linkSeries>
  <preferredSeries>{0,1}</preferredSeries>
</linkSeries>
Source
<xs:element name="linkSeries">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Fields for storing links to Series</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="preferredSeries" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation xml:lang="EN">Link to preferred (best/most representative) series for this entity</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:choice>
            <xs:element name="idRef">
              <xs:complexType>
                <xs:attribute name="ref" type="xs:IDREF"/>
              </xs:complexType>
            </xs:element>
            <xs:element name="xLink">
              <xs:complexType>
                <xs:attribute ref="xlink:href"/>
              </xs:complexType>
            </xs:element>
            <xs:element ref="identifier"/>
          </xs:choice>
        </xs:complexType>
      </xs:element>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="idRef">
          <xs:complexType>
            <xs:attribute name="ref" type="xs:IDREF"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="xLink">
          <xs:complexType>
            <xs:attribute ref="xlink:href"/>
          </xs:complexType>
        </xs:element>
        <xs:element ref="identifier"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element linkSeries/preferredSeries
Namespace http://www.tridas.org/1.2
Annotations
Link to preferred (best/most representative) series for this entity
Diagram
Diagram tridas1.tmp#id34 tridas1.tmp#id36 tridas1.tmp#id29
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" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Link to preferred (best/most representative) series for this entity</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element name="idRef">
        <xs:complexType>
          <xs:attribute name="ref" type="xs:IDREF"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="xLink">
        <xs:complexType>
          <xs:attribute ref="xlink:href"/>
        </xs:complexType>
      </xs:element>
      <xs:element ref="identifier"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element preferredSeries/linkSeries/idRef
Namespace http://www.tridas.org/1.2
Diagram
Diagram tridas0.tmp#id35
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 http://www.tridas.org/1.2/tridas.xsd
Element preferredSeries/linkSeries/xLink
Namespace http://www.tridas.org/1.2
Diagram
Diagram tridas3.tmp#id37
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 http://www.tridas.org/1.2/tridas.xsd
Element linkSeries/idRef
Namespace http://www.tridas.org/1.2
Diagram
Diagram tridas0.tmp#id39
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 http://www.tridas.org/1.2/tridas.xsd
Element linkSeries/xLink
Namespace http://www.tridas.org/1.2
Diagram
Diagram tridas3.tmp#id37
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 http://www.tridas.org/1.2/tridas.xsd
Element type
Namespace http://www.tridas.org/1.2
Annotations
The type of entity this is. Preferrably derived from a controlled vocabulary.
Diagram
Diagram tridas0.tmp#id11 tridas0.tmp#id12 tridas0.tmp#id13 tridas1.tmp#id10
Type controlledVoc
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
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 http://www.tridas.org/1.2/tridas.xsd
Element description
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element location
Namespace http://www.tridas.org/1.2
Annotations
Details about the geographical location of this entity.
Diagram
Diagram tridas1.tmp#id44 tridas1.tmp#id73 tridas1.tmp#id74 tridas1.tmp#id75
Properties
content: complex
Used by
Elements derivedSeries, element, object
Complex Type baseSeries
Model locationGeometry , locationType{0,1} , locationPrecision{0,1} , locationComment{0,1}
Children locationComment, locationGeometry, locationPrecision, locationType
Instance
<location>
  <locationGeometry>{1,1}</locationGeometry>
  <locationType>{0,1}</locationType>
  <locationPrecision>{0,1}</locationPrecision>
  <locationComment>{0,1}</locationComment>
</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:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element locationGeometry
Namespace http://www.tridas.org/1.2
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 tridas2.tmp#id45 tridas2.tmp#id61
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 http://www.tridas.org/1.2/tridas.xsd
Element locationType
Namespace http://www.tridas.org/1.2
Annotations
The type of location that the geometry field represents taken from the TRiDaS controlled vocabulary.
Diagram
Diagram tridas1.tmp#id5
Type normalTridasLocationType
Properties
content: simple
Facets
enumeration Growth location, Location of use (static), Location of use (mobile), Current location, Manufacture location
Used by
Element location
Source
<xs:element name="locationType" type="normalTridasLocationType">
  <xs:annotation>
    <xs:documentation>The type of location that the geometry field represents taken from the TRiDaS controlled vocabulary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element locationPrecision
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element locationComment
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element file
Namespace http://www.tridas.org/1.2
Annotations
Filename of a file associated with this entity.
Diagram
Diagram tridas3.tmp#id37
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 http://www.tridas.org/1.2/tridas.xsd
Element genericField
Namespace http://www.tridas.org/1.2
Annotations
Generic field for storing key/value pairs for data not currently supported in the TRiDaS standard
Diagram
Diagram tridas0.tmp#id78 tridas0.tmp#id79
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:integer"/>
              <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 http://www.tridas.org/1.2/tridas.xsd
Element tridas
Namespace http://www.tridas.org/1.2
Diagram
Diagram tridas1.tmp#id81
Properties
content: complex
Model project+
Children project
Instance
<tridas>
  <project>{1,unbounded}</project>
</tridas>
Source
<xs:element name="tridas">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="project" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element project
Namespace http://www.tridas.org/1.2
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 tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31 tridas1.tmp#id27 tridas1.tmp#id41 tridas1.tmp#id42 tridas1.tmp#id76 tridas1.tmp#id82 tridas1.tmp#id87 tridas1.tmp#id89 tridas1.tmp#id90 tridas1.tmp#id91 tridas1.tmp#id92 tridas1.tmp#id93 tridas1.tmp#id94 tridas1.tmp#id77 tridas1.tmp#id95 tridas1.tmp#id186
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 http://www.tridas.org/1.2/tridas.xsd
Element laboratory
Namespace http://www.tridas.org/1.2
Annotations
The dendrochronological research laboratory where this work was done.
Diagram
Diagram tridas1.tmp#id29 tridas1.tmp#id83 tridas1.tmp#id85 tridas1.tmp#id86
Properties
content: complex
Used by
Element project
Model identifier{0,1} , name , place , country
Children country, identifier, name, place
Instance
<laboratory>
  <identifier domain="">{0,1}</identifier>
  <name acronym="">{1,1}</name>
  <place>{1,1}</place>
  <country>{1,1}</country>
</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 name="place" type="xs:string">
        <xs:annotation>
          <xs:documentation xml:lang="EN">Town or city where the laboratory is located.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="country" type="xs:string">
        <xs:annotation>
          <xs:documentation xml:lang="EN">Country where the laboratory is located.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element laboratory/name
Namespace http://www.tridas.org/1.2
Diagram
Diagram tridas0.tmp#id84
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 http://www.tridas.org/1.2/tridas.xsd
Element laboratory/place
Namespace http://www.tridas.org/1.2
Annotations
Town or city where the laboratory is located.
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="place" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Town or city where the laboratory is located.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element laboratory/country
Namespace http://www.tridas.org/1.2
Annotations
Country where the laboratory is located.
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="country" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Country where the laboratory is located.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element category
Namespace http://www.tridas.org/1.2
Annotations
Category of research this project falls into.  Preferably from a controlled vocabulary.
Diagram
Diagram tridas0.tmp#id11 tridas0.tmp#id12 tridas0.tmp#id13 tridas1.tmp#id10 tridas0.tmp#id88
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Element project
Attributes
QName Type Fixed Default Use Annotation
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 http://www.tridas.org/1.2/tridas.xsd
Element investigator
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element period
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element requestDate
Namespace http://www.tridas.org/1.2
Annotations
Date of the request for dendrochronology.  If unknown it should be estimated.
Diagram
Diagram tridas0.tmp#id23 tridas1.tmp#id22
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 http://www.tridas.org/1.2/tridas.xsd
Element commissioner
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element reference
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element research
Namespace http://www.tridas.org/1.2
Annotations
National/International system in which the research project is registered.
Diagram
Diagram tridas1.tmp#id29 tridas1.tmp#id42
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 http://www.tridas.org/1.2/tridas.xsd
Element object
Namespace http://www.tridas.org/1.2
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 tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31 tridas1.tmp#id27 tridas1.tmp#id41 tridas1.tmp#id42 tridas1.tmp#id32 tridas1.tmp#id76 tridas1.tmp#id96 tridas1.tmp#id97 tridas1.tmp#id98 tridas1.tmp#id43 tridas1.tmp#id77 tridas1.tmp#id95 tridas1.tmp#id101
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 ref="linkSeries" 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 http://www.tridas.org/1.2/tridas.xsd
Element creator
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element owner
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element coverage
Namespace http://www.tridas.org/1.2
Annotations
Details on the time period this object covers.
Diagram
Diagram tridas1.tmp#id99 tridas1.tmp#id100
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 http://www.tridas.org/1.2/tridas.xsd
Element coverageTemporal
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element coverageTemporalFoundation
Namespace http://www.tridas.org/1.2
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 http://www.tridas.org/1.2/tridas.xsd
Element element
Namespace http://www.tridas.org/1.2
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 preserved in the soil; a 
living tree. The element is a specific part of exactly one object or sub object.  
An object will often consist of more than one element, e.g., when dealing with the 
staves (elements) of a barrel (object).  One or more samples can be taken from an 
element and an element may be dated using one or more derivedSeries.
Diagram
Diagram tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31 tridas1.tmp#id27 tridas1.tmp#id41 tridas1.tmp#id42 tridas1.tmp#id32 tridas1.tmp#id76 tridas1.tmp#id102 tridas1.tmp#id103 tridas1.tmp#id105 tridas1.tmp#id112 tridas1.tmp#id43 tridas1.tmp#id113 tridas1.tmp#id114 tridas1.tmp#id115 tridas1.tmp#id116 tridas1.tmp#id119 tridas1.tmp#id122 tridas1.tmp#id77 tridas1.tmp#id124
Type extension of tridasEntity
Type hierarchy
Properties
content: complex
Used by
Element object
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , type{0,1} , description{0,1} , linkSeries{0,1} , file* , taxon , shape{0,1} , dimensions{0,1} , authenticity{0,1} , location{0,1} , processing{0,1} , marks{0,1} , altitude{0,1} , slope{0,1} , soil{0,1} , bedrock{0,1} , genericField* , sample*
Children altitude, authenticity, bedrock, comments, createdTimestamp, description, dimensions, file, genericField, identifier, lastModifiedTimestamp, linkSeries, location, marks, processing, sample, shape, slope, soil, taxon, title, type
Instance
<element>
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
</element>
Source
<xs:element name="element">
  <xs:annotation>
    <xs:documentation xml:lang="EN">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 preserved in the soil; a living tree. The element is a specific part of exactly one object or sub object. An object will often consist of more than one element, e.g., when dealing with the staves (elements) of a barrel (object). One or more samples can be taken from an element and an element may be dated using one or more derivedSeries.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tridasEntity">
        <xs:sequence>
          <xs:element ref="type" minOccurs="0"/>
          <xs:element ref="description" minOccurs="0"/>
          <xs:element ref="linkSeries" minOccurs="0" maxOccurs="1"/>
          <xs:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="taxon"/>
          <xs:element ref="shape" minOccurs="0"/>
          <xs:element ref="dimensions" minOccurs="0"/>
          <xs:element ref="authenticity" minOccurs="0"/>
          <xs:element ref="location" minOccurs="0"/>
          <xs:element ref="processing" minOccurs="0"/>
          <xs:element ref="marks" minOccurs="0"/>
          <xs:element ref="altitude" minOccurs="0"/>
          <xs:element ref="slope" minOccurs="0"/>
          <xs:element ref="soil" minOccurs="0"/>
          <xs:element ref="bedrock" minOccurs="0"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="sample" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element taxon
Namespace http://www.tridas.org/1.2
Annotations
The most detailed taxonomic name known for this element (species, genus, family etc).
Preferably from the Catalogue of Life (www.catalogueoflife.org) controlled vocabulary.
Diagram
Diagram tridas0.tmp#id11 tridas0.tmp#id12 tridas0.tmp#id13 tridas1.tmp#id10
Type controlledVoc
Properties
content: complex
Used by
Element element
Attributes
QName Type Fixed Default Use Annotation
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="taxon" type="controlledVoc">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The most detailed taxonomic name known for this element (species, genus, family etc). Preferably from the Catalogue of Life (www.catalogueoflife.org) controlled vocabulary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element shape
Namespace http://www.tridas.org/1.2
Annotations
The shape of this element, as a free text description, an entry from a specificed 
controlled vocabulary, or perferably from the TRiDaS controlled vocabulary.
Diagram
Diagram tridas0.tmp#id11 tridas0.tmp#id12 tridas0.tmp#id13 tridas1.tmp#id10 tridas0.tmp#id104
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Element element
Attributes
QName Type Fixed Default Use Annotation
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 normalTridasShape optional
Source
<xs:element name="shape">
  <xs:annotation>
    <xs:documentation>The shape of this element, as a free text description, an entry from a specificed controlled vocabulary, or perferably from the TRiDaS controlled vocabulary.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="controlledVoc">
        <xs:attribute name="normalTridas" type="normalTridasShape"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element dimensions
Namespace http://www.tridas.org/1.2
Annotations
Physical dimensions of this element, either height and diameter, or height, width and depth.  The units of these measurements must also be specified.
Diagram
Diagram tridas1.tmp#id106 tridas1.tmp#id108 tridas1.tmp#id109 tridas1.tmp#id110 tridas1.tmp#id111
Properties
content: complex
Used by
Element element
Model unit , height , ((diameter) | (width , depth))
Children depth, diameter, height, unit, width
Instance
<dimensions>
  <unit normal="" normalId="" normalStd="" normalTridas="">{1,1}</unit>
  <height>{1,1}</height>
</dimensions>
Source
<xs:element name="dimensions">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Physical dimensions of this element, either height and diameter, or height, width and depth. The units of these measurements must also be specified.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="unit"/>
      <xs:element name="height" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Height of this element. Should be used in combination with either diameter, or width and depth.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice>
        <xs:sequence>
          <xs:element name="diameter" type="xs:decimal">
            <xs:annotation>
              <xs:documentation>Diameter of this element. Used in combination with height when the element is a tree.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
        <xs:sequence>
          <xs:element name="width" type="xs:decimal">
            <xs:annotation>
              <xs:documentation>Width of the element.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="depth" type="xs:decimal">
            <xs:annotation>
              <xs:documentation>Depth of the element.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element unit
Namespace http://www.tridas.org/1.2
Annotations
Measurement units used for these value, preferrably taken from the
TRiDaS controlled vocabulary
Diagram
Diagram tridas0.tmp#id11 tridas0.tmp#id12 tridas0.tmp#id13 tridas1.tmp#id10 tridas0.tmp#id107
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Elements dimensions, values
Attributes
QName Type Fixed Default Use Annotation
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 normalTridasUnit optional
Source
<xs:element name="unit">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Measurement units used for these value, preferrably taken from the TRiDaS controlled vocabulary</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="controlledVoc">
        <xs:attribute name="normalTridas" type="normalTridasUnit"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element dimensions/height
Namespace http://www.tridas.org/1.2
Annotations
Height of this element.  Should be used in combination with either diameter, or width and depth.
Diagram
Diagram
Type xs:decimal
Properties
content: simple
Source
<xs:element name="height" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>Height of this element. Should be used in combination with either diameter, or width and depth.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element dimensions/diameter
Namespace http://www.tridas.org/1.2
Annotations
Diameter of this element.  Used in combination with height when the element is a tree.
Diagram
Diagram
Type xs:decimal
Properties
content: simple
Source
<xs:element name="diameter" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>Diameter of this element. Used in combination with height when the element is a tree.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element dimensions/width
Namespace http://www.tridas.org/1.2
Annotations
Width of the element.
Diagram
Diagram
Type xs:decimal
Properties
content: simple
Source
<xs:element name="width" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>Width of the element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element dimensions/depth
Namespace http://www.tridas.org/1.2
Annotations
Depth of the element.
Diagram
Diagram
Type xs:decimal
Properties
content: simple
Source
<xs:element name="depth" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>Depth of the element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element authenticity
Namespace http://www.tridas.org/1.2
Annotations
Whether this element is original, a repair or later addition etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element element
Source
<xs:element name="authenticity" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Whether this element is original, a repair or later addition etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element processing
Namespace http://www.tridas.org/1.2
Annotations
Processing (carved, sawn etc.) rafting marks etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element element
Source
<xs:element name="processing" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Processing (carved, sawn etc.) rafting marks etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element marks
Namespace http://www.tridas.org/1.2
Annotations
Carpenter marks, inscriptions etc
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element element
Source
<xs:element name="marks" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Carpenter marks, inscriptions etc</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element altitude
Namespace http://www.tridas.org/1.2
Annotations
Altitude in metres if this element is a standing tree in situ.
Diagram
Diagram
Type xs:double
Properties
content: simple
Used by
Element element
Source
<xs:element name="altitude" type="xs:double">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Altitude in metres if this element is a standing tree in situ.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element slope
Namespace http://www.tridas.org/1.2
Annotations
Only relevant if this element is a standing tree. Contains details about the slope this tree was growing on.
Diagram
Diagram tridas1.tmp#id117 tridas1.tmp#id118
Properties
content: complex
Used by
Element element
Model angle{0,1} , azimuth{0,1}
Children angle, azimuth
Instance
<slope>
  <angle>{0,1}</angle>
  <azimuth>{0,1}</azimuth>
</slope>
Source
<xs:element name="slope">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Only relevant if this element is a standing tree. Contains details about the slope this tree was growing on.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="angle" type="xs:integer" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="EN">Angle of slope from horizontal in degrees</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="azimuth" type="xs:integer" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="EN">Angle in degrees from north along which the slope lies</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element slope/angle
Namespace http://www.tridas.org/1.2
Annotations
Angle of slope from horizontal in degrees
Diagram
Diagram
Type xs:integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="angle" type="xs:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Angle of slope from horizontal in degrees</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element slope/azimuth
Namespace http://www.tridas.org/1.2
Annotations
Angle in degrees from north along which the slope lies
Diagram
Diagram
Type xs:integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="azimuth" type="xs:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Angle in degrees from north along which the slope lies</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element soil
Namespace http://www.tridas.org/1.2
Annotations
Only relevant if this element is a standing tree.  Contains details of the soil the tree was growing in.
Diagram
Diagram tridas1.tmp#id120 tridas1.tmp#id121
Properties
content: complex
Used by
Element element
Model description{0,1} , depth{0,1}
Children depth, description
Instance
<soil>
  <description>{0,1}</description>
  <depth>{0,1}</depth>
</soil>
Source
<xs:element name="soil">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Only relevant if this element is a standing tree. Contains details of the soil the tree was growing in.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="description" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="EN">General description of the soil type</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="depth" type="xs:double" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="EN">Depth of soil in centimetres</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element soil/description
Namespace http://www.tridas.org/1.2
Annotations
General description of the soil type
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="description" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="EN">General description of the soil type</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element soil/depth
Namespace http://www.tridas.org/1.2
Annotations
Depth of soil in centimetres
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
Source
<xs:element name="depth" type="xs:double" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Depth of soil in centimetres</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element bedrock
Namespace http://www.tridas.org/1.2
Annotations
Only relevant if this element is a standing tree.  Contains details of the bedrock below where the tree was growing.
Diagram
Diagram tridas1.tmp#id123
Properties
content: complex
Used by
Element element
Model description{0,1}
Children description
Instance
<bedrock>
  <description>{0,1}</description>
</bedrock>
Source
<xs:element name="bedrock">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Only relevant if this element is a standing tree. Contains details of the bedrock below where the tree was growing.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="description" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="EN">General description of the underlying bedrock</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element bedrock/description
Namespace http://www.tridas.org/1.2
Annotations
General description of the underlying bedrock
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="description" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="EN">General description of the underlying bedrock</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element sample
Namespace http://www.tridas.org/1.2
Annotations
A sample is a physical specimen or non-physical representation of an element. 
Examples include: core from a living tree; core from a rafter in a church roof; 
piece of charcoal from an archaeological trench; slice from a pile used in a 
pile foundation; wax imprint of the outer end of a plank; photo of a back plate 
of a string instrument. Note that a sample always exists and that it can either 
be physical (e.g. a core) or representative (e.g. a picture). A sample is taken 
from exactly one element and can be represented by one or more radii.
Diagram
Diagram tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31 tridas1.tmp#id27 tridas1.tmp#id41 tridas1.tmp#id42 tridas1.tmp#id76 tridas1.tmp#id125 tridas1.tmp#id126 tridas1.tmp#id127 tridas1.tmp#id128 tridas1.tmp#id77 tridas1.tmp#id129 tridas1.tmp#id183
Type extension of tridasEntity
Type hierarchy
Properties
content: complex
Used by
Element element
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , type , description{0,1} , file* , samplingDate{0,1} , position{0,1} , state{0,1} , knots{0,1} , genericField* , (radius* | radiusPlaceholder{0,1})
Children comments, createdTimestamp, description, file, genericField, identifier, knots, lastModifiedTimestamp, position, radius, radiusPlaceholder, samplingDate, state, title, type
Instance
<sample>
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
</sample>
Source
<xs:element name="sample">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A sample is a physical specimen or non-physical representation of an element. Examples include: core from a living tree; core from a rafter in a church roof; piece of charcoal from an archaeological trench; slice from a pile used in a pile foundation; wax imprint of the outer end of a plank; photo of a back plate of a string instrument. Note that a sample always exists and that it can either be physical (e.g. a core) or representative (e.g. a picture). A sample is taken from exactly one element and can be represented by one or more radii.</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 ref="file" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="samplingDate" minOccurs="0"/>
          <xs:element ref="position" minOccurs="0"/>
          <xs:element ref="state" minOccurs="0"/>
          <xs:element ref="knots" minOccurs="0"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:choice>
            <xs:element ref="radius" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element ref="radiusPlaceholder" minOccurs="0"/>
          </xs:choice>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element samplingDate
Namespace http://www.tridas.org/1.2
Annotations
Date the sample was taken
Diagram
Diagram tridas0.tmp#id23 tridas1.tmp#id22
Type date
Properties
content: complex
Used by
Element sample
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="samplingDate" type="date">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Date the sample was taken</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element position
Namespace http://www.tridas.org/1.2
Annotations
Description of the position in the element where this sample was taken from
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element sample
Source
<xs:element name="position" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Description of the position in the element where this sample was taken from</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element state
Namespace http://www.tridas.org/1.2
Annotations
State of the material (dry/wet/conserved/burned, woodworm, rot, cracks) things that indicate the quality of the measurements.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element sample
Source
<xs:element name="state" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">State of the material (dry/wet/conserved/burned, woodworm, rot, cracks) things that indicate the quality of the measurements.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element knots
Namespace http://www.tridas.org/1.2
Annotations
Are knots present in the sample?
Diagram
Diagram
Type xs:boolean
Properties
content: simple
Used by
Element sample
Source
<xs:element name="knots" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Are knots present in the sample?</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element radius
Namespace http://www.tridas.org/1.2
Annotations
A radius is a line from pith to bark along which the measurements are taken. 
A radius is derived from exactly one sample. It can be measured more than once 
resulting in multiple measurementSeries.
Diagram
Diagram tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31 tridas1.tmp#id27 tridas1.tmp#id130 tridas1.tmp#id146 tridas1.tmp#id77 tridas1.tmp#id147
Type extension of tridasEntity
Type hierarchy
Properties
content: complex
Used by
Element sample
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , woodCompleteness{0,1} , azimuth{0,1} , genericField* , measurementSeries*
Children azimuth, comments, createdTimestamp, genericField, identifier, lastModifiedTimestamp, measurementSeries, title, woodCompleteness
Instance
<radius>
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
</radius>
Source
<xs:element name="radius">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A radius is a line from pith to bark along which the measurements are taken. A radius is derived from exactly one sample. It can be measured more than once resulting in multiple measurementSeries.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tridasEntity">
        <xs:sequence>
          <xs:element ref="woodCompleteness" minOccurs="0" maxOccurs="1"/>
          <xs:element ref="azimuth" minOccurs="0"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="measurementSeries" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element woodCompleteness
Namespace http://www.tridas.org/1.2
Annotations
Details of the pith, heartwood, sapwood and last ring under the bark.  This is included under the radius or
measurementSeries entities.  If present in both, the measurementSeries details
supercede those of the radius.
Diagram
Diagram tridas1.tmp#id131 tridas1.tmp#id133 tridas1.tmp#id137 tridas1.tmp#id144
Properties
content: complex
Used by
Element radius
Complex Type baseSeries
Model pith , heartwood , sapwood , bark
Children bark, heartwood, pith, sapwood
Instance
<woodCompleteness>
  <pith presence="">{1,1}</pith>
  <heartwood presence="">{1,1}</heartwood>
  <sapwood presence="">{1,1}</sapwood>
  <bark presence="">{1,1}</bark>
</woodCompleteness>
Source
<xs:element name="woodCompleteness">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Details of the pith, heartwood, sapwood and last ring under the bark. This is included under the radius or measurementSeries entities. If present in both, the measurementSeries details supercede those of the radius.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="pith"/>
      <xs:element ref="heartwood"/>
      <xs:element ref="sapwood"/>
      <xs:element ref="bark"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element pith
Namespace http://www.tridas.org/1.2
Annotations
Whether the pith is present or absent
Diagram
Diagram tridas0.tmp#id132
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
presence complexPresenceAbsence required
Source
<xs:element name="pith">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Whether the pith is present or absent</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="presence" use="required" type="complexPresenceAbsence"/>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element heartwood
Namespace http://www.tridas.org/1.2
Annotations
Whether the heartwood is present or absent
Diagram
Diagram tridas0.tmp#id136 tridas1.tmp#id134 tridas1.tmp#id135
Properties
content: complex
Used by
Model missingHeartwoodRingsToPith{0,1} , missingHeartwoodRingsToPithFoundation{0,1}
Children missingHeartwoodRingsToPith, missingHeartwoodRingsToPithFoundation
Instance
<heartwood presence="">
  <missingHeartwoodRingsToPith>{0,1}</missingHeartwoodRingsToPith>
  <missingHeartwoodRingsToPithFoundation>{0,1}</missingHeartwoodRingsToPithFoundation>
</heartwood>
Attributes
QName Type Fixed Default Use Annotation
presence complexPresenceAbsence required
Source
<xs:element name="heartwood">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Whether the heartwood is present or absent</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="missingHeartwoodRingsToPith" minOccurs="0"/>
      <xs:element ref="missingHeartwoodRingsToPithFoundation" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="presence" use="required" type="complexPresenceAbsence"/>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element missingHeartwoodRingsToPith
Namespace http://www.tridas.org/1.2
Annotations
Estimated number of missing heartwood rings to the pith
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element heartwood
Source
<xs:element name="missingHeartwoodRingsToPith" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Estimated number of missing heartwood rings to the pith</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element missingHeartwoodRingsToPithFoundation
Namespace http://www.tridas.org/1.2
Annotations
Description of the way the estimation of how many heartwood rings are missing was made and what the certainty is.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element heartwood
Source
<xs:element name="missingHeartwoodRingsToPithFoundation" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Description of the way the estimation of how many heartwood rings are missing was made and what the certainty is.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element sapwood
Namespace http://www.tridas.org/1.2
Annotations
Details about the sapwood
Diagram
Diagram tridas0.tmp#id143 tridas1.tmp#id138 tridas1.tmp#id139 tridas1.tmp#id141 tridas1.tmp#id142
Properties
content: complex
Used by
Model nrOfSapwoodRings{0,1} , lastRingUnderBark{0,1} , missingSapwoodRingsToBark{0,1} , missingSapwoodRingsToBarkFoundation{0,1}
Children lastRingUnderBark, missingSapwoodRingsToBark, missingSapwoodRingsToBarkFoundation, nrOfSapwoodRings
Instance
<sapwood presence="">
  <nrOfSapwoodRings>{0,1}</nrOfSapwoodRings>
  <lastRingUnderBark presence="">{0,1}</lastRingUnderBark>
  <missingSapwoodRingsToBark>{0,1}</missingSapwoodRingsToBark>
  <missingSapwoodRingsToBarkFoundation>{0,1}</missingSapwoodRingsToBarkFoundation>
</sapwood>
Attributes
QName Type Fixed Default Use Annotation
presence complexPresenceAbsence required
Whether the sapwood is present or not
Source
<xs:element name="sapwood">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Details about the sapwood</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="nrOfSapwoodRings" minOccurs="0"/>
      <xs:element ref="lastRingUnderBark" minOccurs="0"/>
      <xs:element ref="missingSapwoodRingsToBark" minOccurs="0"/>
      <xs:element ref="missingSapwoodRingsToBarkFoundation" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="presence" use="required" type="complexPresenceAbsence">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Whether the sapwood is present or not</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element nrOfSapwoodRings
Namespace http://www.tridas.org/1.2
Annotations
Number of sapwood rings measured
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element sapwood
Source
<xs:element name="nrOfSapwoodRings" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Number of sapwood rings measured</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element lastRingUnderBark
Namespace http://www.tridas.org/1.2
Annotations
Information about the last rings under the bark. If the last ring is under 
the bark is present, include information about the completeness of this ring 
and/or season of felling.
Diagram
Diagram tridas0.tmp#id140
Properties
content: complex
mixed: true
Used by
Element sapwood
Model
Attributes
QName Type Fixed Default Use Annotation
presence presenceAbsence required
Source
<xs:element name="lastRingUnderBark">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Information about the last rings under the bark. If the last ring is under the bark is present, include information about the completeness of this ring and/or season of felling.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="presence" type="presenceAbsence" use="required"/>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element missingSapwoodRingsToBark
Namespace http://www.tridas.org/1.2
Annotations
Estimated number of missing sapwood rings to the bark
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element sapwood
Source
<xs:element name="missingSapwoodRingsToBark" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Estimated number of missing sapwood rings to the bark</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element missingSapwoodRingsToBarkFoundation
Namespace http://www.tridas.org/1.2
Annotations
Description of the way the estimation of how many sapwood rings are missing was made and what the certainty is.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element sapwood
Source
<xs:element name="missingSapwoodRingsToBarkFoundation" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Description of the way the estimation of how many sapwood rings are missing was made and what the certainty is.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element bark
Namespace http://www.tridas.org/1.2
Annotations
Bark is present or absent
Diagram
Diagram tridas0.tmp#id145
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
presence presenceAbsence required
Source
<xs:element name="bark">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Bark is present or absent</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="presence" use="required" type="presenceAbsence"/>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element azimuth
Namespace http://www.tridas.org/1.2
Annotations
Angle in degrees from north along which this radius lies.
Diagram
Diagram
Type xs:decimal
Properties
content: simple
Used by
Element radius
Source
<xs:element name="azimuth" type="xs:decimal">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Angle in degrees from north along which this radius lies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element measurementSeries
Namespace http://www.tridas.org/1.2
Annotations
A measurementSeries is a series of direct, raw measurements along a radius. A 
single measurementSeries can be standardised or a collection of 
measurementSeries can be combined into a derivedSeries.  The measurements 
themselves are stored separately as values.
Diagram
Diagram tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31 tridas1.tmp#id27 tridas0.tmp#id181 tridas1.tmp#id149 tridas1.tmp#id150 tridas1.tmp#id130 tridas1.tmp#id151 tridas1.tmp#id152 tridas1.tmp#id153 tridas1.tmp#id41 tridas1.tmp#id32 tridas1.tmp#id155 tridas1.tmp#id156 tridas1.tmp#id157 tridas1.tmp#id158 tridas1.tmp#id160 tridas1.tmp#id160 tridas1.tmp#id170 tridas1.tmp#id170 tridas1.tmp#id159 tridas1.tmp#id43 tridas1.tmp#id77 tridas1.tmp#id171 tridas1.tmp#id148 tridas0.tmp#id182 tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31 tridas1.tmp#id149 tridas1.tmp#id151 tridas1.tmp#id152 tridas1.tmp#id153 tridas1.tmp#id160 tridas1.tmp#id160 tridas1.tmp#id170 tridas1.tmp#id170 tridas1.tmp#id159 tridas1.tmp#id77 tridas1.tmp#id171
Type restriction of baseSeries
Type hierarchy
Properties
content: complex
Used by
Element radius
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , measuringDate{0,1} , analyst{0,1} , dendrochronologist{0,1} , measuringMethod , (interpretation | interpretationUnsolved) , genericField* , values*
Children analyst, comments, createdTimestamp, dendrochronologist, genericField, identifier, interpretation, interpretationUnsolved, lastModifiedTimestamp, measuringDate, measuringMethod, title, values
Instance
<measurementSeries id="">
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
  <measuringDate certainty="">{0,1}</measuringDate>
  <analyst>{0,1}</analyst>
  <dendrochronologist>{0,1}</dendrochronologist>
  <measuringMethod normal="" normalId="" normalStd="" normalTridas="">{1,1}</measuringMethod>
  <genericField name="" type="">{0,unbounded}</genericField>
  <values>{0,unbounded}</values>
</measurementSeries>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
Source
<xs:element name="measurementSeries">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A measurementSeries is a series of direct, raw measurements along a radius. A single measurementSeries can be standardised or a collection of measurementSeries can be combined into a derivedSeries. The measurements themselves are stored separately as values.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:restriction base="baseSeries">
        <xs:sequence>
          <xs:element ref="title"/>
          <xs:element ref="identifier" minOccurs="0"/>
          <xs:element ref="createdTimestamp" minOccurs="0"/>
          <xs:element ref="lastModifiedTimestamp" minOccurs="0"/>
          <xs:element ref="comments" minOccurs="0"/>
          <xs:element ref="measuringDate" minOccurs="0" maxOccurs="1"/>
          <xs:element ref="analyst" minOccurs="0"/>
          <xs:element ref="dendrochronologist" minOccurs="0"/>
          <xs:element ref="measuringMethod" minOccurs="1"/>
          <!--<xs:element ref="usage" minOccurs="0"/>
						<xs:element ref="usageComments" minOccurs="0" maxOccurs="unbounded"/>-->
          <xs:group ref="interpretationType" minOccurs="0"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="values" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
        <xs:attribute name="id" type="xs:ID"/>
      </xs:restriction>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element measuringDate
Namespace http://www.tridas.org/1.2
Annotations
Date that the measurements where made.
Diagram
Diagram tridas0.tmp#id23 tridas1.tmp#id22
Type date
Properties
content: complex
Used by
Complex Type baseSeries
Element measurementSeries
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="measuringDate" type="date">
  <xs:annotation>
    <xs:documentation>Date that the measurements where made.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element derivationDate
Namespace http://www.tridas.org/1.2
Annotations
The date that this derivedSeries was created.
Diagram
Diagram tridas0.tmp#id23 tridas1.tmp#id22
Type date
Properties
content: complex
Used by
Complex Type baseSeries
Element derivedSeries
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="derivationDate" type="date">
  <xs:annotation>
    <xs:documentation>The date that this derivedSeries was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element analyst
Namespace http://www.tridas.org/1.2
Annotations
Name of the analyst that made the series
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type baseSeries
Element measurementSeries
Source
<xs:element name="analyst" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Name of the analyst that made the series</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element dendrochronologist
Namespace http://www.tridas.org/1.2
Annotations
Name of the dendrochronologist that oversaw the analyst
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type baseSeries
Element measurementSeries
Source
<xs:element name="dendrochronologist" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Name of the dendrochronologist that oversaw the analyst</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element measuringMethod
Namespace http://www.tridas.org/1.2
Annotations
Method that was used to measure this measurementSeries, preferably from the TRiDaS controlled vocabulary.
Diagram
Diagram tridas0.tmp#id11 tridas0.tmp#id12 tridas0.tmp#id13 tridas1.tmp#id10 tridas0.tmp#id154
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Complex Type baseSeries
Element measurementSeries
Attributes
QName Type Fixed Default Use Annotation
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 normalTridasMeasuringMethod optional
TRiDaS controlled vocabulary for the method of measuring.
Source
<xs:element name="measuringMethod">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Method that was used to measure this measurementSeries, preferably from the TRiDaS controlled vocabulary.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="controlledVoc">
        <xs:attribute name="normalTridas" type="normalTridasMeasuringMethod">
          <xs:annotation>
            <xs:documentation>TRiDaS controlled vocabulary for the method of measuring.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element objective
Namespace http://www.tridas.org/1.2
Annotations
The reason/rationale why this series was made
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type baseSeries
Element derivedSeries
Source
<xs:element name="objective" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The reason/rationale why this series was made</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element standardizingMethod
Namespace http://www.tridas.org/1.2
Annotations
Numerical method used to standardise the series
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type baseSeries
Element derivedSeries
Source
<xs:element name="standardizingMethod" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Numerical method used to standardise the series</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element author
Namespace http://www.tridas.org/1.2
Annotations
Name of the person that created this derivedSeries
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type baseSeries
Element derivedSeries
Source
<xs:element name="author" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Name of the person that created this derivedSeries</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element version
Namespace http://www.tridas.org/1.2
Annotations
Version number of this derivedSeries
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type baseSeries
Element derivedSeries
Source
<xs:element name="version" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Version number of this derivedSeries</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element interpretation
Namespace http://www.tridas.org/1.2
Annotations
Information interpreted from the series
Diagram
Diagram tridas1.tmp#id161 tridas1.tmp#id162 tridas1.tmp#id163 tridas1.tmp#id167 tridas1.tmp#id166 tridas1.tmp#id168 tridas1.tmp#id169
Properties
content: complex
Used by
Element Group interpretationType
Model firstYear{0,1} , datingReference{0,1} , statFoundation* , sproutYear{0,1} , usedSoftware{0,1} , deathYear{0,1} , provenance{0,1}
Children datingReference, deathYear, firstYear, provenance, sproutYear, statFoundation, usedSoftware
Instance
<interpretation>
  <firstYear certainty="" suffix="">{0,1}</firstYear>
  <datingReference>{0,1}</datingReference>
  <statFoundation>{0,unbounded}</statFoundation>
  <sproutYear certainty="" suffix="">{0,1}</sproutYear>
  <usedSoftware>{0,1}</usedSoftware>
  <deathYear certainty="" suffix="">{0,1}</deathYear>
  <provenance>{0,1}</provenance>
</interpretation>
Source
<xs:element name="interpretation">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Information interpreted from the series</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="firstYear" minOccurs="0"/>
      <xs:element ref="datingReference" minOccurs="0"/>
      <xs:element ref="statFoundation" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="sproutYear" minOccurs="0"/>
      <xs:element ref="usedSoftware" minOccurs="0"/>
      <xs:element ref="deathYear" minOccurs="0"/>
      <xs:element ref="provenance" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element firstYear
Namespace http://www.tridas.org/1.2
Annotations
Year of the first measured ring.  This is derived from the chronology that 
was used to date this series.  It is not to be confused with sproutYear.
Diagram
Diagram tridas0.tmp#id25 tridas0.tmp#id26 tridas1.tmp#id24
Type year
Properties
content: complex
Used by
Element interpretation
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
suffix datingSuffix required
Source
<xs:element name="firstYear" type="year">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Year of the first measured ring. This is derived from the chronology that was used to date this series. It is not to be confused with sproutYear.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element datingReference
Namespace http://www.tridas.org/1.2
Annotations
Chronology used to interpret the series
Diagram
Diagram tridas1.tmp#id32
Properties
content: complex
Used by
Element interpretation
Model linkSeries
Children linkSeries
Instance
<datingReference>
  <linkSeries>{1,1}</linkSeries>
</datingReference>
Source
<xs:element name="datingReference">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Chronology used to interpret the series</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="linkSeries"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element statFoundation
Namespace http://www.tridas.org/1.2
Annotations
Diagram
Diagram tridas1.tmp#id164 tridas1.tmp#id41 tridas1.tmp#id165 tridas1.tmp#id166
Properties
content: complex
Used by
Element interpretation
Model statValue , type , significanceLevel{0,1} , usedSoftware
Children significanceLevel, statValue, type, usedSoftware
Instance
<statFoundation>
  <statValue>{1,1}</statValue>
  <type normal="" normalId="" normalStd="">{1,1}</type>
  <significanceLevel>{0,1}</significanceLevel>
  <usedSoftware>{1,1}</usedSoftware>
</statFoundation>
Source
<xs:element name="statFoundation">
  <xs:annotation>
    <xs:documentation xml:lang="EN">
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="statValue"/>
      <xs:element ref="type"/>
      <xs:element ref="significanceLevel" minOccurs="0"/>
      <xs:element ref="usedSoftware"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element statValue
Namespace http://www.tridas.org/1.2
Annotations
Statistical value used to support match with chronology
Diagram
Diagram
Type xs:decimal
Properties
content: simple
Used by
Element statFoundation
Source
<xs:element name="statValue" type="xs:decimal">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Statistical value used to support match with chronology</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element significanceLevel
Namespace http://www.tridas.org/1.2
Annotations
Significance of the statistical match with the chronology
Diagram
Diagram
Type xs:decimal
Properties
content: simple
Used by
Element statFoundation
Source
<xs:element name="significanceLevel" type="xs:decimal">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Significance of the statistical match with the chronology</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element usedSoftware
Namespace http://www.tridas.org/1.2
Annotations
Software used to perform the statistical match with the chronology
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Source
<xs:element name="usedSoftware" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Software used to perform the statistical match with the chronology</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element sproutYear
Namespace http://www.tridas.org/1.2
Annotations
Estimated year that the tree sprouted
Diagram
Diagram tridas0.tmp#id25 tridas0.tmp#id26 tridas1.tmp#id24
Type year
Properties
content: complex
Used by
Element interpretation
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
suffix datingSuffix required
Source
<xs:element name="sproutYear" type="year">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Estimated year that the tree sprouted</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element deathYear
Namespace http://www.tridas.org/1.2
Annotations
Estimated year of death of the tree
Diagram
Diagram tridas0.tmp#id25 tridas0.tmp#id26 tridas1.tmp#id24
Type year
Properties
content: complex
Used by
Element interpretation
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
suffix datingSuffix required
Source
<xs:element name="deathYear" type="year">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Estimated year of death of the tree</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element provenance
Namespace http://www.tridas.org/1.2
Annotations
Estimated provenance derived from the matching chronology
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element interpretation
Source
<xs:element name="provenance" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Estimated provenance derived from the matching chronology</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element interpretationUnsolved
Namespace http://www.tridas.org/1.2
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element Group interpretationType
Source
<xs:element name="interpretationUnsolved" type="xs:string"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element values
Namespace http://www.tridas.org/1.2
Annotations
This is a container for a group of actual measurement values.  When appropriate this container 
includes details on the variable being represented as well as the units used. If the values
are unitless, then the special <unitless> field is used.
Diagram
Diagram tridas1.tmp#id172 tridas1.tmp#id174 tridas1.tmp#id106 tridas1.tmp#id175
Properties
content: complex
Used by
Complex Type baseSeries
Elements derivedSeries, measurementSeries
Model variable , (unitless | unit) , value+
Children unit, unitless, value, variable
Instance
<values>
  <variable normal="" normalId="" normalStd="" normalTridas="">{1,1}</variable>
  <value count="" index="" value="">{1,unbounded}</value>
</values>
Source
<xs:element name="values">
  <xs:annotation>
    <xs:documentation xml:lang="EN">This is a container for a group of actual measurement values. When appropriate this container includes details on the variable being represented as well as the units used. If the values are unitless, then the special <unitless> field is used.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="variable" minOccurs="1" maxOccurs="1"/>
      <xs:choice>
        <xs:element ref="unitless"/>
        <xs:element ref="unit"/>
      </xs:choice>
      <xs:element ref="value" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element variable
Namespace http://www.tridas.org/1.2
Annotations
Measured variable (ring width, earlywood, latewood etc) preferrably 
taken from the TRiDaS controlled vocabulary
Diagram
Diagram tridas0.tmp#id11 tridas0.tmp#id12 tridas0.tmp#id13 tridas1.tmp#id10 tridas0.tmp#id173
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Element values
Attributes
QName Type Fixed Default Use Annotation
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 normalTridasVariable optional
Source
<xs:element name="variable">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Measured variable (ring width, earlywood, latewood etc) preferrably taken from the TRiDaS controlled vocabulary</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="controlledVoc">
        <xs:attribute name="normalTridas" type="normalTridasVariable"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element unitless
Namespace http://www.tridas.org/1.2
Annotations
Presence of this field denotes that hte associated values have no
units.  Not to be used to denote *unknown* units.
Diagram
Diagram
Properties
content: complex
Used by
Element values
Source
<xs:element name="unitless">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Presence of this field denotes that hte associated values have no units. Not to be used to denote *unknown* units.</xs:documentation>
  </xs:annotation>
  <xs:complexType/>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element value
Namespace http://www.tridas.org/1.2
Diagram
Diagram tridas0.tmp#id178 tridas0.tmp#id179 tridas0.tmp#id180 tridas1.tmp#id176
Properties
content: complex
Used by
Element values
Model remark*
Children remark
Instance
<value count="" index="" value="">
  <remark normal="" normalId="" normalStd="" normalTridas="">{0,unbounded}</remark>
</value>
Attributes
QName Type Fixed Default Use Annotation
count xs:integer optional
Optional field to denote how many underlying values went to create this value in a derivedSeries
index xs:string required
Alphanumeric code to identify the sequential position of the value, e.g. nr1001, nr1002
value xs:string required
A value is the result of a single ring measurement. The type of measurement this is along with 
the units used are recorded in the 'values' container in the associated measurement- or derviedSeries.
Source
<xs:element name="value">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="remark" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="value" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="EN">A value is the result of a single ring measurement. The type of measurement this is along with the units used are recorded in the 'values' container in the associated measurement- or derviedSeries.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="index" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Alphanumeric code to identify the sequential position of the value, e.g. nr1001, nr1002</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="count" type="xs:integer" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Optional field to denote how many underlying values went to create this value in a derivedSeries</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element remark
Namespace http://www.tridas.org/1.2
Annotations
Remark about this value.  Remarks can be standardised to consistantly 
record important features like 'frost damage' - preferrably using the 
TRiDaS controlled vocabulary.
Diagram
Diagram tridas0.tmp#id11 tridas0.tmp#id12 tridas0.tmp#id13 tridas1.tmp#id10 tridas0.tmp#id177
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Element value
Attributes
QName Type Fixed Default Use Annotation
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 normalTridasRemark optional
TRiDaS controlled vocabulary for specific remarks.
Source
<xs:element name="remark">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Remark about this value. Remarks can be standardised to consistantly record important features like 'frost damage' - preferrably using the TRiDaS controlled vocabulary.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="controlledVoc">
        <xs:attribute name="normalTridas" type="normalTridasRemark">
          <xs:annotation>
            <xs:documentation>TRiDaS controlled vocabulary for specific remarks.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element radiusPlaceholder
Namespace http://www.tridas.org/1.2
Annotations
This entity is used instead of a standard 'radius' when radius details are not known.
Diagram
Diagram tridas1.tmp#id184
Properties
content: complex
Used by
Element sample
Model measurementSeriesPlaceholder
Children measurementSeriesPlaceholder
Instance
<radiusPlaceholder>
  <measurementSeriesPlaceholder id="">{1,1}</measurementSeriesPlaceholder>
</radiusPlaceholder>
Source
<xs:element name="radiusPlaceholder">
  <xs:annotation>
    <xs:documentation xml:lang="EN">This entity is used instead of a standard 'radius' when radius details are not known.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="measurementSeriesPlaceholder"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element measurementSeriesPlaceholder
Namespace http://www.tridas.org/1.2
Annotations
If no measurementSeries information is known (e.g. if describing a 
derivedSeries where no measurementSeries data is available) this 
placeholder is used instead of a standard measurementSeries entity.
Diagram
Diagram tridas0.tmp#id185
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
Source
<xs:element name="measurementSeriesPlaceholder">
  <xs:annotation>
    <xs:documentation xml:lang="EN">If no measurementSeries information is known (e.g. if describing a derivedSeries where no measurementSeries data is available) this placeholder is used instead of a standard measurementSeries entity.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="id" type="xs:ID" use="required"/>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element derivedSeries
Namespace http://www.tridas.org/1.2
Annotations
A derivedSeries is a calculated series of values and is a minor modification of the 
'v-series' concept proposed by Brewer et al (2009).  Examples include: index; average 
of a collection of measurementSeries such as a chronology. A derivedSeries is derived 
from one or more measurementSeries and has multiple values associated with it.
Diagram
Diagram tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31 tridas1.tmp#id27 tridas0.tmp#id181 tridas1.tmp#id149 tridas1.tmp#id150 tridas1.tmp#id130 tridas1.tmp#id151 tridas1.tmp#id152 tridas1.tmp#id153 tridas1.tmp#id41 tridas1.tmp#id32 tridas1.tmp#id155 tridas1.tmp#id156 tridas1.tmp#id157 tridas1.tmp#id158 tridas1.tmp#id160 tridas1.tmp#id160 tridas1.tmp#id170 tridas1.tmp#id170 tridas1.tmp#id159 tridas1.tmp#id43 tridas1.tmp#id77 tridas1.tmp#id171 tridas1.tmp#id148 tridas0.tmp#id187 tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31 tridas1.tmp#id150 tridas1.tmp#id41 tridas1.tmp#id32 tridas1.tmp#id155 tridas1.tmp#id156 tridas1.tmp#id157 tridas1.tmp#id158 tridas1.tmp#id160 tridas1.tmp#id160 tridas1.tmp#id170 tridas1.tmp#id170 tridas1.tmp#id159 tridas1.tmp#id43 tridas1.tmp#id77 tridas1.tmp#id171
Type restriction of baseSeries
Type hierarchy
Properties
content: complex
Used by
Element project
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , derivationDate{0,1} , type , linkSeries+ , objective{0,1} , standardizingMethod{0,1} , author{0,1} , version{0,1} , (interpretation | interpretationUnsolved) , location{0,1} , genericField* , values*
Children author, comments, createdTimestamp, derivationDate, genericField, identifier, interpretation, interpretationUnsolved, lastModifiedTimestamp, linkSeries, location, objective, standardizingMethod, title, type, values, version
Instance
<derivedSeries id="">
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
  <derivationDate certainty="">{0,1}</derivationDate>
  <type normal="" normalId="" normalStd="">{1,1}</type>
  <linkSeries>{1,unbounded}</linkSeries>
  <objective>{0,1}</objective>
  <standardizingMethod>{0,1}</standardizingMethod>
  <author>{0,1}</author>
  <version>{0,1}</version>
  <location>{0,1}</location>
  <genericField name="" type="">{0,unbounded}</genericField>
  <values>{0,unbounded}</values>
</derivedSeries>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
Source
<xs:element name="derivedSeries">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A derivedSeries is a calculated series of values and is a minor modification of the 'v-series' concept proposed by Brewer et al (2009). Examples include: index; average of a collection of measurementSeries such as a chronology. A derivedSeries is derived from one or more measurementSeries and has multiple values associated with it.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:restriction base="baseSeries">
        <xs:sequence>
          <xs:element ref="title"/>
          <xs:element ref="identifier" minOccurs="0"/>
          <xs:element ref="createdTimestamp" minOccurs="0"/>
          <xs:element ref="lastModifiedTimestamp" minOccurs="0"/>
          <xs:element ref="comments" minOccurs="0"/>
          <xs:element ref="derivationDate" minOccurs="0" maxOccurs="1"/>
          <xs:element ref="type" minOccurs="1"/>
          <xs:element ref="linkSeries" minOccurs="1" maxOccurs="unbounded"/>
          <xs:element ref="objective" minOccurs="0"/>
          <xs:element ref="standardizingMethod" minOccurs="0"/>
          <xs:element ref="author" minOccurs="0"/>
          <xs:element ref="version" minOccurs="0"/>
          <xs:group ref="interpretationType" minOccurs="0"/>
          <xs:element ref="location" minOccurs="0"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="values" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
        <xs:attribute name="id" type="xs:ID"/>
      </xs:restriction>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type normalTridasMeasuringMethod
Namespace http://www.tridas.org/1.2
Annotations
TriDaS specified controlled vocabulary for the method of measurement
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Measuring platform, Hand lens and graticule
Used by
Source
<xs:simpleType name="normalTridasMeasuringMethod">
  <xs:annotation>
    <xs:documentation xml:lang="EN">TriDaS specified controlled vocabulary for the method of measurement</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Measuring platform"/>
    <xs:enumeration value="Hand lens and graticule"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type normalTridasShape
Namespace http://www.tridas.org/1.2
Annotations
TriDaS specified controlled vocabulary element shape adapted from dictionary created by BIAX Consult, Zaandam (NL).
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Whole section, Half section, Third section, Quarter section, Wedge where radius is smaller than circumference, Wedge where radius equals the circumference, Wedge where radius is bigger than the circumference, Beam straightened on one side, Squared beam from whole section, Squared beam from half section, Squared beam from quarter section, Plank cut on one side, Radial plank through pith, Radial plank up to pith, Tangential plank not including pith with breadth larger than a quarter section, Plank not including pith with breadth smaller than a quarter section, Small part of section, Part of undetermined section, Unknown
Used by
Source
<xs:simpleType name="normalTridasShape">
  <xs:annotation>
    <xs:documentation xml:lang="EN">TriDaS specified controlled vocabulary element shape adapted from dictionary created by BIAX Consult, Zaandam (NL).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Whole section"/>
    <xs:enumeration value="Half section"/>
    <xs:enumeration value="Third section"/>
    <xs:enumeration value="Quarter section"/>
    <xs:enumeration value="Wedge where radius is smaller than circumference"/>
    <xs:enumeration value="Wedge where radius equals the circumference"/>
    <xs:enumeration value="Wedge where radius is bigger than the circumference"/>
    <xs:enumeration value="Beam straightened on one side"/>
    <xs:enumeration value="Squared beam from whole section"/>
    <xs:enumeration value="Squared beam from half section"/>
    <xs:enumeration value="Squared beam from quarter section"/>
    <xs:enumeration value="Plank cut on one side"/>
    <xs:enumeration value="Radial plank through pith"/>
    <xs:enumeration value="Radial plank up to pith"/>
    <xs:enumeration value="Tangential plank not including pith with breadth larger than a quarter section"/>
    <xs:enumeration value="Plank not including pith with breadth smaller than a quarter section"/>
    <xs:enumeration value="Small part of section"/>
    <xs:enumeration value="Part of undetermined section"/>
    <xs:enumeration value="Unknown"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type normalTridasLocationType
Namespace http://www.tridas.org/1.2
Annotations
TriDaS specified controlled vocabulary for the type of location
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Growth location, Location of use (static), Location of use (mobile), Current location, Manufacture location
Used by
Element locationType
Source
<xs:simpleType name="normalTridasLocationType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">TriDaS specified controlled vocabulary for the type of location</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Growth location"/>
    <xs:enumeration value="Location of use (static)"/>
    <xs:enumeration value="Location of use (mobile)"/>
    <xs:enumeration value="Current location"/>
    <xs:enumeration value="Manufacture location"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type normalTridasVariable
Namespace http://www.tridas.org/1.2
Annotations
TRiDaS specified controlled vocabulary for the measurementSeries variable
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Ring width, Earlywood width, Latewood width, Ring density, Earlywood density, Latewood density, Maximum density, Latewood percent
Used by
Source
<xs:simpleType name="normalTridasVariable">
  <xs:annotation>
    <xs:documentation xml:lang="EN">TRiDaS specified controlled vocabulary for the measurementSeries variable</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Ring width"/>
    <xs:enumeration value="Earlywood width"/>
    <xs:enumeration value="Latewood width"/>
    <xs:enumeration value="Ring density"/>
    <xs:enumeration value="Earlywood density"/>
    <xs:enumeration value="Latewood density"/>
    <xs:enumeration value="Maximum density"/>
    <xs:enumeration value="Latewood percent"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type normalTridasUnit
Namespace http://www.tridas.org/1.2
Annotations
TRiDaS specified controlled vocabulary for the units in which data are stored
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration micrometres, 1/100th millimetres, 1/10th millimetres, millimetres, centimetres, metres
Used by
Attribute unit/@normalTridas
Source
<xs:simpleType name="normalTridasUnit">
  <xs:annotation>
    <xs:documentation xml:lang="EN">TRiDaS specified controlled vocabulary for the units in which data are stored</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="micrometres"/>
    <xs:enumeration value="1/100th millimetres"/>
    <xs:enumeration value="1/10th millimetres"/>
    <xs:enumeration value="millimetres"/>
    <xs:enumeration value="centimetres"/>
    <xs:enumeration value="metres"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type normalTridasRemark
Namespace http://www.tridas.org/1.2
Annotations
TRiDaS specified controlled vocabulary for remarks attached to rings
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Fire damage, Frost damage, Crack, False ring(s), Compression wood, Tension wood, Traumatic ducts, Unspecified injury
Used by
Source
<xs:simpleType name="normalTridasRemark">
  <xs:annotation>
    <xs:documentation xml:lang="EN">TRiDaS specified controlled vocabulary for remarks attached to rings</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Fire damage"/>
    <xs:enumeration value="Frost damage"/>
    <xs:enumeration value="Crack"/>
    <xs:enumeration value="False ring(s)"/>
    <xs:enumeration value="Compression wood"/>
    <xs:enumeration value="Tension wood"/>
    <xs:enumeration value="Traumatic ducts"/>
    <xs:enumeration value="Unspecified injury"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type normalTridasCategory
Namespace http://www.tridas.org/1.2
Annotations
Enumeration of TRiDaS recognised project categories
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration
Used by
Source
<xs:simpleType name="normalTridasCategory">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Enumeration of TRiDaS recognised project categories</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value=""/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Complex Type controlledVoc
Namespace http://www.tridas.org/1.2
Annotations
A controlled vocabulary is used to limit users to a pick list of values
Diagram
Diagram tridas0.tmp#id11 tridas0.tmp#id12 tridas0.tmp#id13
Type extension of xs:string
Used by
Attributes
QName Type Fixed Default Use Annotation
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:complexType name="controlledVoc">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A controlled vocabulary is used to limit users to a pick list of values</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="normalStd">
        <xs:annotation>
          <xs:documentation xml:lang="EN">The name of the standard used to control this vocabulary</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="normalId">
        <xs:annotation>
          <xs:documentation xml:lang="EN">The ID value in the standard dictionary corresponding to this entry</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="normal">
        <xs:annotation>
          <xs:documentation xml:lang="EN">The normalised name for this entry</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type datingSuffix
Namespace http://www.tridas.org/1.2
Annotations
Suffix to add to a year number
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration AD, BC, BP
Used by
Attribute year/@suffix
Source
<xs:simpleType name="datingSuffix">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Suffix to add to a year number</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="AD"/>
    <xs:enumeration value="BC"/>
    <xs:enumeration value="BP"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type presenceAbsence
Namespace http://www.tridas.org/1.2
Annotations
Simple presence/absence data type
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration present, absent
Used by
Source
<xs:simpleType name="presenceAbsence">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Simple presence/absence data type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="present"/>
    <xs:enumeration value="absent"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type complexPresenceAbsence
Namespace http://www.tridas.org/1.2
Annotations
Complex presence/absence data type with additional possibilities
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration unknown, not applicable, absent, complete, incomplete
Used by
Source
<xs:simpleType name="complexPresenceAbsence">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Complex presence/absence data type with additional possibilities</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="unknown"/>
    <xs:enumeration value="not applicable"/>
    <xs:enumeration value="absent"/>
    <xs:enumeration value="complete"/>
    <xs:enumeration value="incomplete"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Simple Type certainty
Namespace http://www.tridas.org/1.2
Annotations
Simple certainty data type
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration unknown, exact, approximately, after, before
Used by
Source
<xs:simpleType name="certainty">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Simple certainty data type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="unknown"/>
    <xs:enumeration value="exact"/>
    <xs:enumeration value="approximately"/>
    <xs:enumeration value="after"/>
    <xs:enumeration value="before"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Complex Type dateTime
Namespace http://www.tridas.org/1.2
Annotations
An extension to the basic dateTime type which includes an optional 'certainty' attribute.
Diagram
Diagram tridas0.tmp#id19
Type extension of xs:dateTime
Used by
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:complexType name="dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="EN">An extension to the basic dateTime type which includes an optional 'certainty' attribute.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:dateTime">
      <xs:attribute name="certainty" type="certainty" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Complex Type date
Namespace http://www.tridas.org/1.2
Annotations
An extension to the basic date type which includes an optional 'certainty' attribute.
Diagram
Diagram tridas0.tmp#id23
Type extension of xs:date
Used by
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:complexType name="date">
  <xs:annotation>
    <xs:documentation xml:lang="EN">An extension to the basic date type which includes an optional 'certainty' attribute.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:date">
      <xs:attribute name="certainty" type="certainty" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Complex Type year
Namespace http://www.tridas.org/1.2
Annotations
Data type for storing year.  Includes a separate suffix attribute and optional certainty value
Diagram
Diagram tridas0.tmp#id25 tridas0.tmp#id26
Type extension of xs:positiveInteger
Used by
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
suffix datingSuffix required
Source
<xs:complexType name="year">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Data type for storing year. Includes a separate suffix attribute and optional certainty value</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:positiveInteger">
      <xs:attribute name="certainty" type="certainty" use="optional"/>
      <xs:attribute name="suffix" use="required" type="datingSuffix"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Complex Type tridasEntity
Namespace http://www.tridas.org/1.2
Annotations
Base data type inherited by all TRiDaS entities.  Contains the fields common to all TRiDaS data entities.
Diagram
Diagram tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31
Properties
abstract: true
Used by
Elements element, object, project, radius, sample
Complex Type baseSeries
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1}
Children comments, createdTimestamp, identifier, lastModifiedTimestamp, title
Source
<xs:complexType name="tridasEntity" abstract="true">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Base data type inherited by all TRiDaS entities. Contains the fields common to all TRiDaS data entities.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="title"/>
    <xs:element ref="identifier" minOccurs="0"/>
    <xs:element ref="createdTimestamp" minOccurs="0"/>
    <xs:element ref="lastModifiedTimestamp" minOccurs="0"/>
    <xs:element ref="comments" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Complex Type baseSeries
Namespace http://www.tridas.org/1.2
Annotations
A base type inherited by measurementSeries and derivedSeries.
Diagram
Diagram tridas1.tmp#id28 tridas1.tmp#id29 tridas1.tmp#id20 tridas1.tmp#id21 tridas1.tmp#id31 tridas1.tmp#id27 tridas0.tmp#id181 tridas1.tmp#id149 tridas1.tmp#id150 tridas1.tmp#id130 tridas1.tmp#id151 tridas1.tmp#id152 tridas1.tmp#id153 tridas1.tmp#id41 tridas1.tmp#id32 tridas1.tmp#id155 tridas1.tmp#id156 tridas1.tmp#id157 tridas1.tmp#id158 tridas1.tmp#id160 tridas1.tmp#id170 tridas1.tmp#id159 tridas1.tmp#id43 tridas1.tmp#id77 tridas1.tmp#id171
Type extension of tridasEntity
Type hierarchy
Properties
abstract: true
Used by
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , measuringDate{0,1} , derivationDate{0,1} , woodCompleteness{0,1} , analyst{0,1} , dendrochronologist{0,1} , measuringMethod{0,1} , type{0,1} , linkSeries* , objective{0,1} , standardizingMethod{0,1} , author{0,1} , version{0,1} , (interpretation | interpretationUnsolved) , location{0,1} , genericField* , values*
Children analyst, author, comments, createdTimestamp, dendrochronologist, derivationDate, genericField, identifier, interpretation, interpretationUnsolved, lastModifiedTimestamp, linkSeries, location, measuringDate, measuringMethod, objective, standardizingMethod, title, type, values, version, woodCompleteness
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
Source
<xs:complexType name="baseSeries" abstract="true">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A base type inherited by measurementSeries and derivedSeries.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tridasEntity">
      <xs:sequence>
        <xs:element ref="measuringDate" minOccurs="0" maxOccurs="1"/>
        <xs:element ref="derivationDate" minOccurs="0" maxOccurs="1"/>
        <xs:element ref="woodCompleteness" minOccurs="0" maxOccurs="1"/>
        <xs:element ref="analyst" minOccurs="0"/>
        <xs:element ref="dendrochronologist" minOccurs="0"/>
        <xs:element ref="measuringMethod" minOccurs="0" maxOccurs="1"/>
        <xs:element ref="type" minOccurs="0" maxOccurs="1"/>
        <xs:element ref="linkSeries" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="objective" minOccurs="0"/>
        <xs:element ref="standardizingMethod" minOccurs="0"/>
        <xs:element ref="author" minOccurs="0"/>
        <xs:element ref="version" minOccurs="0"/>
        <xs:group ref="interpretationType" minOccurs="0"/>
        <xs:element ref="location" minOccurs="0"/>
        <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="values" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:attribute name="id" type="xs:ID"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.tridas.org/1.2/tridas.xsd
Element Group interpretationType
Namespace http://www.tridas.org/1.2
Diagram
Diagram tridas1.tmp#id160 tridas1.tmp#id170
Used by
Complex Type baseSeries
Elements derivedSeries, measurementSeries
Model interpretation | interpretationUnsolved
Children interpretation, interpretationUnsolved
Source
<xs:group name="interpretationType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Contains either the 'interpretation' of the series or an 'interpretationUnsolved' placeholder</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element ref="interpretation"/>
    <xs:element ref="interpretationUnsolved"/>
  </xs:choice>
</xs:group>
Schema location http://www.tridas.org/1.2/tridas.xsd