Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Main schema tridas-1.2.2.xsd
Namespace http://www.tridas.org/1.2.2
Properties
attribute form default: unqualified
element form default: qualified
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element createdTimestamp
Namespace http://www.tridas.org/1.2.2
Annotations
Field containing date and time when this record was created.
Diagram
Diagram tridas-1.2.22.tmp#id20 tridas-1.2.20.tmp#id19
Type dateTime
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="createdTimestamp" type="dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Field containing date and time when this record was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element lastModifiedTimestamp
Namespace http://www.tridas.org/1.2.2
Annotations
Field containing date and time when this records was last updated.
Diagram
Diagram tridas-1.2.22.tmp#id20 tridas-1.2.20.tmp#id19
Type dateTime
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="lastModifiedTimestamp" type="dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Field containing date and time when this records was last updated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element title
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element identifier
Namespace http://www.tridas.org/1.2.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 tridas-1.2.22.tmp#id31
Type extension of xs:string
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
domain required
The domain which this identifier is applicable to. Could be the URL of the organisation's server or the 
name of the organisation as long as it is not ambiguous.
Source
<xs:element name="identifier">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Identifier for this entity which in combination with the domain should be unique. This is typically a computer generated code such as a database primary key.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="domain" use="required">
          <xs:annotation>
            <xs:documentation xml:lang="EN">The domain which this identifier is applicable to. Could be the URL of the organisation's server or the name of the organisation as long as it is not ambiguous.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element comments
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element seriesLink / idRef
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.22.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element seriesLink / xLink
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.23.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element seriesLinks / series
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id34 tridas-1.2.20.tmp#id36 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id33
Type seriesLink
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model idRef | xLink | identifier
Children idRef, identifier, xLink
Instance
<series>
  <idRef ref="">{1,1}</idRef>
  <xLink xlink:href="">{1,1}</xLink>
  <identifier domain="">{1,1}</identifier>
</series>
Source
<xs:element name="series" type="seriesLink" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element seriesLinksWithPreferred / preferredSeries
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id34 tridas-1.2.20.tmp#id36 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id33
Type seriesLink
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model idRef | xLink | identifier
Children idRef, identifier, xLink
Instance
<preferredSeries>
  <idRef ref="">{1,1}</idRef>
  <xLink xlink:href="">{1,1}</xLink>
  <identifier domain="">{1,1}</identifier>
</preferredSeries>
Source
<xs:element name="preferredSeries" type="seriesLink" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element type
Namespace http://www.tridas.org/1.2.2
Annotations
The type of entity this is. Preferrably derived from a controlled vocabulary.
Diagram
Diagram tridas-1.2.22.tmp#id11 tridas-1.2.22.tmp#id12 tridas-1.2.22.tmp#id13 tridas-1.2.22.tmp#id14 tridas-1.2.20.tmp#id10
Type controlledVoc
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
Source
<xs:element name="type" type="controlledVoc">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The type of entity this is. Preferrably derived from a controlled vocabulary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element description
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element location
Namespace http://www.tridas.org/1.2.2
Annotations
Details about the geographical location of this entity.
Diagram
Diagram tridas-1.2.20.tmp#id45 tridas-1.2.20.tmp#id74 tridas-1.2.20.tmp#id75 tridas-1.2.20.tmp#id76 tridas-1.2.20.tmp#id77
Properties
content: complex
Used by
Elements derivedSeries, element, object
Complex Type baseSeries
Model locationGeometry{0,1} , locationType{0,1} , locationPrecision{0,1} , locationComment{0,1} , address{0,1}
Children address, locationComment, locationGeometry, locationPrecision, locationType
Instance
<location>
  <locationGeometry>{0,1}</locationGeometry>
  <locationType>{0,1}</locationType>
  <locationPrecision>{0,1}</locationPrecision>
  <locationComment>{0,1}</locationComment>
  <address>{0,1}</address>
</location>
Source
<xs:element name="location">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Details about the geographical location of this entity.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="locationGeometry" minOccurs="0"/>
      <xs:element ref="locationType" minOccurs="0"/>
      <xs:element ref="locationPrecision" minOccurs="0"/>
      <xs:element ref="locationComment" minOccurs="0"/>
      <xs:element ref="address" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element locationGeometry
Namespace http://www.tridas.org/1.2.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 tridas-1.2.21.tmp#id46 tridas-1.2.21.tmp#id62
Properties
content: complex
Used by
Element location
Model gml:Point | gml:Polygon
Children gml:Point, gml:Polygon
Instance
<locationGeometry>
  <gml:Point gml:id="" srsName="">{1,1}</gml:Point>
  <gml:Polygon gml:id="" srsName="">{1,1}</gml:Polygon>
</locationGeometry>
Source
<xs:element name="locationGeometry">
  <xs:annotation>
    <xs:documentation xml:lang="EN">GML representation of a location. Can be either a point to represent a particular location or a polygon to represent an area or a geographical extent / bounding box.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="gml:Point"/>
      <xs:element ref="gml:Polygon"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element locationType
Namespace http://www.tridas.org/1.2.2
Annotations
The type of location that the geometry field represents taken from the TRiDaS controlled vocabulary.
Diagram
Diagram tridas-1.2.20.tmp#id6
Type normalTridasLocationType
Properties
content: simple
Facets
enumeration growth location
enumeration location of use (static)
enumeration location of use (mobile)
enumeration current location
enumeration manufacture location
enumeration find location
Used by
Source
<xs:element name="locationType" type="normalTridasLocationType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The type of location that the geometry field represents taken from the TRiDaS controlled vocabulary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element locationPrecision
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element locationComment
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element address
Namespace http://www.tridas.org/1.2.2
Annotations
Address information about this location
Diagram
Diagram tridas-1.2.20.tmp#id78 tridas-1.2.20.tmp#id79 tridas-1.2.20.tmp#id80 tridas-1.2.20.tmp#id81 tridas-1.2.20.tmp#id82 tridas-1.2.20.tmp#id83
Properties
content: complex
Used by
Elements laboratory, location
Model addressLine1{0,1} , addressLine2{0,1} , cityOrTown{0,1} , stateProvinceRegion{0,1} , postalCode{0,1} , country{0,1}
Children addressLine1, addressLine2, cityOrTown, country, postalCode, stateProvinceRegion
Instance
<address>
  <addressLine1>{0,1}</addressLine1>
  <addressLine2>{0,1}</addressLine2>
  <cityOrTown>{0,1}</cityOrTown>
  <stateProvinceRegion>{0,1}</stateProvinceRegion>
  <postalCode>{0,1}</postalCode>
  <country>{0,1}</country>
</address>
Source
<xs:element name="address">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Address information about this location</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="addressLine1" type="xs:string" minOccurs="0"/>
      <xs:element name="addressLine2" type="xs:string" minOccurs="0"/>
      <xs:element name="cityOrTown" type="xs:string" minOccurs="0"/>
      <xs:element name="stateProvinceRegion" type="xs:string" minOccurs="0"/>
      <xs:element name="postalCode" type="xs:string" minOccurs="0"/>
      <xs:element name="country" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element address / addressLine1
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="addressLine1" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element address / addressLine2
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="addressLine2" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element address / cityOrTown
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="cityOrTown" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element address / stateProvinceRegion
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="stateProvinceRegion" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element address / postalCode
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="postalCode" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element address / country
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="country" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element file
Namespace http://www.tridas.org/1.2.2
Annotations
Filename of a file associated with this entity.
Diagram
Diagram tridas-1.2.23.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element genericField
Namespace http://www.tridas.org/1.2.2
Annotations
Generic field for storing key/value pairs for data not currently supported in the TRiDaS standard
Diagram
Diagram tridas-1.2.22.tmp#id86 tridas-1.2.22.tmp#id87
Type extension of xs:string
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
name required
Name of the field.
type restriction of xs:string optional
The data type that this field contains.
Source
<xs:element name="genericField">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Generic field for storing key/value pairs for data not currently supported in the TRiDaS standard</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="name" use="required">
          <xs:annotation>
            <xs:documentation>Name of the field.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="type" use="optional">
          <xs:annotation>
            <xs:documentation>The data type that this field contains.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="xs:string"/>
              <xs:enumeration value="xs:boolean"/>
              <xs:enumeration value="xs:int"/>
              <xs:enumeration value="xs:float"/>
              <xs:enumeration value="xs:date"/>
              <xs:enumeration value="xs:dateTime"/>
              <xs:enumeration value="xs:duration"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element tridas
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id89 tridas-1.2.20.tmp#id202
Properties
content: complex
Model project* , vocabulary{0,1}
Children project, vocabulary
Instance
<tridas>
  <project>{0,unbounded}</project>
  <vocabulary>{0,1}</vocabulary>
</tridas>
Source
<xs:element name="tridas">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="project" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="vocabulary" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element project
Namespace http://www.tridas.org/1.2.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 tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32 tridas-1.2.20.tmp#id28 tridas-1.2.20.tmp#id42 tridas-1.2.20.tmp#id43 tridas-1.2.20.tmp#id84 tridas-1.2.20.tmp#id90 tridas-1.2.20.tmp#id93 tridas-1.2.20.tmp#id94 tridas-1.2.20.tmp#id95 tridas-1.2.20.tmp#id96 tridas-1.2.20.tmp#id97 tridas-1.2.20.tmp#id98 tridas-1.2.20.tmp#id99 tridas-1.2.20.tmp#id85 tridas-1.2.20.tmp#id100 tridas-1.2.20.tmp#id199
Type extension of tridasEntity
Type hierarchy
Properties
content: complex
Used by
Element tridas
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , type+ , description{0,1} , file* , laboratory+ , category , investigator , period , requestDate{0,1} , commissioner{0,1} , reference* , research* , genericField* , object* , derivedSeries*
Children category, comments, commissioner, createdTimestamp, derivedSeries, description, file, genericField, identifier, investigator, laboratory, lastModifiedTimestamp, object, period, reference, requestDate, research, title, type
Instance
<project>
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
</project>
Source
<xs:element name="project">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A project is defined by a laboratory and encompasses dendrochronological research of a particular object or group of objects. Examples include: the dating of a building; the research of forest dynamics in a stand of living trees; the dating of all Rembrandt paintings in a museum. What is considered a 'project' is up to the laboratory performing the research. It could be the dating of a group of objects, but the laboratory can also decide to define a separate project for each object. Therefore, a project can have one or more objects associated with it.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tridasEntity">
        <xs:sequence>
          <xs:element ref="type" maxOccurs="unbounded"/>
          <xs:element ref="description" minOccurs="0"/>
          <xs:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="laboratory" maxOccurs="unbounded"/>
          <xs:element ref="category"/>
          <xs:element ref="investigator"/>
          <xs:element ref="period"/>
          <xs:element ref="requestDate" minOccurs="0"/>
          <xs:element ref="commissioner" minOccurs="0"/>
          <xs:element ref="reference" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="research" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="object" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="derivedSeries" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element laboratory
Namespace http://www.tridas.org/1.2.2
Annotations
The dendrochronological research laboratory where this work was done.
Diagram
Diagram tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id91 tridas-1.2.20.tmp#id77
Properties
content: complex
Used by
Element project
Model identifier{0,1} , name , address
Children address, identifier, name
Instance
<laboratory>
  <identifier domain="">{0,1}</identifier>
  <name acronym="">{1,1}</name>
  <address>{1,1}</address>
</laboratory>
Source
<xs:element name="laboratory">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The dendrochronological research laboratory where this work was done.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="identifier" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="EN">Identifier for the laboratory.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="name">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation xml:lang="EN">Name of the laboratory.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="acronym" use="optional">
                <xs:annotation>
                  <xs:documentation>Acronym of the laboratory.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element ref="address"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element laboratory / name
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.22.tmp#id92
Type extension of xs:string
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
acronym optional
Acronym of the laboratory.
Source
<xs:element name="name">
  <xs:complexType>
    <xs:annotation>
      <xs:documentation xml:lang="EN">Name of the laboratory.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="acronym" use="optional">
          <xs:annotation>
            <xs:documentation>Acronym of the laboratory.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element category
Namespace http://www.tridas.org/1.2.2
Annotations
Category of research this project falls into.  Preferably from a controlled vocabulary.
Diagram
Diagram tridas-1.2.22.tmp#id11 tridas-1.2.22.tmp#id12 tridas-1.2.22.tmp#id13 tridas-1.2.22.tmp#id14 tridas-1.2.20.tmp#id10
Type controlledVoc
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
Source
<xs:element name="category" type="controlledVoc">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Category of research this project falls into. Preferably from a controlled vocabulary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element investigator
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element period
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element requestDate
Namespace http://www.tridas.org/1.2.2
Annotations
Date of the request for dendrochronology.  If unknown it should be estimated.
Diagram
Diagram tridas-1.2.22.tmp#id24 tridas-1.2.20.tmp#id23
Type date
Properties
content: complex
Used by
Element project
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="requestDate" type="date">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Date of the request for dendrochronology. If unknown it should be estimated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element commissioner
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element reference
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element research
Namespace http://www.tridas.org/1.2.2
Annotations
National/International system in which the research project is registered.
Diagram
Diagram tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id43
Properties
content: complex
Used by
Element project
Model identifier , description
Children description, identifier
Instance
<research>
  <identifier domain="">{1,1}</identifier>
  <description>{1,1}</description>
</research>
Source
<xs:element name="research">
  <xs:annotation>
    <xs:documentation xml:lang="EN">National/International system in which the research project is registered.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="identifier"/>
      <xs:element ref="description"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element object
Namespace http://www.tridas.org/1.2.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 tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32 tridas-1.2.20.tmp#id28 tridas-1.2.20.tmp#id42 tridas-1.2.20.tmp#id43 tridas-1.2.20.tmp#id101 tridas-1.2.20.tmp#id84 tridas-1.2.20.tmp#id102 tridas-1.2.20.tmp#id103 tridas-1.2.20.tmp#id104 tridas-1.2.20.tmp#id44 tridas-1.2.20.tmp#id85 tridas-1.2.20.tmp#id100 tridas-1.2.20.tmp#id107
Type extension of tridasEntity
Type hierarchy
Properties
content: complex
Used by
Elements object, project
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , type , description{0,1} , linkSeries{0,1} , file* , creator{0,1} , owner{0,1} , coverage{0,1} , location{0,1} , genericField* , object* , element*
Children comments, coverage, createdTimestamp, creator, description, element, file, genericField, identifier, lastModifiedTimestamp, linkSeries, location, object, owner, title, type
Instance
<object>
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
</object>
Source
<xs:element name="object">
  <xs:annotation>
    <xs:documentation xml:lang="EN">An object is the item to be investigated. Examples include: violin; excavation site; painting on a wooden panel; water well; church; carving; ship; forest. An object could also be more specific, for example: mast of a ship; roof of a church. Depending on the object type various descriptions are made possible. An object can have one or more elements and can also refer to another (sub) object. For instance a single file may contain three objects: an archaeological site object, within which there is a building object, within which there is a beam object. The list of possible object types is extensible and is thus flexible enough to incorporate the diversity of data required by the dendro community. Only information that is essential for dendrochronological research is recorded here. Other related data may be provided in the form of a link to an external database such as a museum catalogue.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tridasEntity">
        <xs:sequence>
          <xs:element ref="type"/>
          <xs:element ref="description" minOccurs="0"/>
          <xs:element name="linkSeries" type="seriesLinksWithPreferred" minOccurs="0" maxOccurs="1"/>
          <xs:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="creator" minOccurs="0"/>
          <xs:element ref="owner" minOccurs="0"/>
          <xs:element ref="coverage" minOccurs="0"/>
          <xs:element ref="location" minOccurs="0"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="object" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="element" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element object / linkSeries
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id41 tridas-1.2.20.tmp#id40
Type seriesLinksWithPreferred
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model preferredSeries{0,1}
Children preferredSeries
Instance
<linkSeries>
  <preferredSeries>{0,1}</preferredSeries>
</linkSeries>
Source
<xs:element name="linkSeries" type="seriesLinksWithPreferred" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element creator
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element owner
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element coverage
Namespace http://www.tridas.org/1.2.2
Annotations
Details on the time period this object covers.
Diagram
Diagram tridas-1.2.20.tmp#id105 tridas-1.2.20.tmp#id106
Properties
content: complex
Used by
Element object
Model coverageTemporal , coverageTemporalFoundation
Children coverageTemporal, coverageTemporalFoundation
Instance
<coverage>
  <coverageTemporal>{1,1}</coverageTemporal>
  <coverageTemporalFoundation>{1,1}</coverageTemporalFoundation>
</coverage>
Source
<xs:element name="coverage">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Details on the time period this object covers.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="coverageTemporal"/>
      <xs:element ref="coverageTemporalFoundation"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element coverageTemporal
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element coverageTemporalFoundation
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element element
Namespace http://www.tridas.org/1.2.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 tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32 tridas-1.2.20.tmp#id28 tridas-1.2.20.tmp#id42 tridas-1.2.20.tmp#id43 tridas-1.2.20.tmp#id108 tridas-1.2.20.tmp#id84 tridas-1.2.20.tmp#id109 tridas-1.2.20.tmp#id110 tridas-1.2.20.tmp#id112 tridas-1.2.20.tmp#id119 tridas-1.2.20.tmp#id44 tridas-1.2.20.tmp#id120 tridas-1.2.20.tmp#id121 tridas-1.2.20.tmp#id122 tridas-1.2.20.tmp#id123 tridas-1.2.20.tmp#id126 tridas-1.2.20.tmp#id129 tridas-1.2.20.tmp#id85 tridas-1.2.20.tmp#id131
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 name="linkSeries" type="seriesLinksWithPreferred" 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element element / linkSeries
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id41 tridas-1.2.20.tmp#id40
Type seriesLinksWithPreferred
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model preferredSeries{0,1}
Children preferredSeries
Instance
<linkSeries>
  <preferredSeries>{0,1}</preferredSeries>
</linkSeries>
Source
<xs:element name="linkSeries" type="seriesLinksWithPreferred" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element taxon
Namespace http://www.tridas.org/1.2.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 tridas-1.2.22.tmp#id11 tridas-1.2.22.tmp#id12 tridas-1.2.22.tmp#id13 tridas-1.2.22.tmp#id14 tridas-1.2.20.tmp#id10
Type controlledVoc
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
Source
<xs:element name="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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element shape
Namespace http://www.tridas.org/1.2.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 tridas-1.2.22.tmp#id11 tridas-1.2.22.tmp#id12 tridas-1.2.22.tmp#id13 tridas-1.2.22.tmp#id14 tridas-1.2.20.tmp#id10 tridas-1.2.22.tmp#id111
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
normalTridas 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element dimensions
Namespace http://www.tridas.org/1.2.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 tridas-1.2.20.tmp#id113 tridas-1.2.20.tmp#id115 tridas-1.2.20.tmp#id116 tridas-1.2.20.tmp#id117 tridas-1.2.20.tmp#id118
Properties
content: complex
Used by
Element element
Model unit , height , ((diameter) | (width , depth))
Children depth, diameter, height, unit, width
Instance
<dimensions>
  <unit lang="" 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element unit
Namespace http://www.tridas.org/1.2.2
Annotations
Measurement units used for these value, preferrably taken from the
TRiDaS controlled vocabulary
Diagram
Diagram tridas-1.2.22.tmp#id11 tridas-1.2.22.tmp#id12 tridas-1.2.22.tmp#id13 tridas-1.2.22.tmp#id14 tridas-1.2.20.tmp#id10 tridas-1.2.22.tmp#id114
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
normalTridas 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element dimensions / height
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element dimensions / diameter
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element dimensions / width
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element dimensions / depth
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element authenticity
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element processing
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element marks
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element altitude
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element slope
Namespace http://www.tridas.org/1.2.2
Annotations
Only relevant if this element is a standing tree. Contains details about the slope this tree was growing on.
Diagram
Diagram tridas-1.2.20.tmp#id124 tridas-1.2.20.tmp#id125
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:int" 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:int" 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element slope / angle
Namespace http://www.tridas.org/1.2.2
Annotations
Angle of slope from horizontal in degrees
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
Source
<xs:element name="angle" type="xs:int" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Angle of slope from horizontal in degrees</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element slope / azimuth
Namespace http://www.tridas.org/1.2.2
Annotations
Angle in degrees from north along which the slope lies
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
Source
<xs:element name="azimuth" type="xs:int" 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element soil
Namespace http://www.tridas.org/1.2.2
Annotations
Only relevant if this element is a standing tree.  Contains details of the soil the tree was growing in.
Diagram
Diagram tridas-1.2.20.tmp#id127 tridas-1.2.20.tmp#id128
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element soil / description
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element soil / depth
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element bedrock
Namespace http://www.tridas.org/1.2.2
Annotations
Only relevant if this element is a standing tree.  Contains details of the bedrock below where the tree was growing.
Diagram
Diagram tridas-1.2.20.tmp#id130
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element bedrock / description
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element sample
Namespace http://www.tridas.org/1.2.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 tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32 tridas-1.2.20.tmp#id28 tridas-1.2.20.tmp#id42 tridas-1.2.20.tmp#id43 tridas-1.2.20.tmp#id84 tridas-1.2.20.tmp#id132 tridas-1.2.20.tmp#id133 tridas-1.2.20.tmp#id134 tridas-1.2.20.tmp#id135 tridas-1.2.20.tmp#id85 tridas-1.2.20.tmp#id136
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*
Children comments, createdTimestamp, description, file, genericField, identifier, knots, lastModifiedTimestamp, position, radius, 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:element ref="radius" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element samplingDate
Namespace http://www.tridas.org/1.2.2
Annotations
Date the sample was taken
Diagram
Diagram tridas-1.2.22.tmp#id24 tridas-1.2.20.tmp#id23
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element position
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element state
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element knots
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element radius
Namespace http://www.tridas.org/1.2.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 tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32 tridas-1.2.20.tmp#id28 tridas-1.2.20.tmp#id137 tridas-1.2.20.tmp#id157 tridas-1.2.20.tmp#id85 tridas-1.2.20.tmp#id158
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element woodCompleteness
Namespace http://www.tridas.org/1.2.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 tridas-1.2.20.tmp#id138 tridas-1.2.20.tmp#id139 tridas-1.2.20.tmp#id140 tridas-1.2.20.tmp#id141 tridas-1.2.20.tmp#id142 tridas-1.2.20.tmp#id144 tridas-1.2.20.tmp#id148 tridas-1.2.20.tmp#id155
Properties
content: complex
Used by
Elements measurementSeries, radius
Complex Type baseSeries
Model ringCount{0,1} , averageRingWidth{0,1} , nrOfUnmeasuredInnerRings{0,1} , nrOfUnmeasuredOuterRings{0,1} , pith , heartwood , sapwood , bark
Children averageRingWidth, bark, heartwood, nrOfUnmeasuredInnerRings, nrOfUnmeasuredOuterRings, pith, ringCount, sapwood
Instance
<woodCompleteness>
  <ringCount>{0,1}</ringCount>
  <averageRingWidth>{0,1}</averageRingWidth>
  <nrOfUnmeasuredInnerRings>{0,1}</nrOfUnmeasuredInnerRings>
  <nrOfUnmeasuredOuterRings>{0,1}</nrOfUnmeasuredOuterRings>
  <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="ringCount" minOccurs="0"/>
      <xs:element ref="averageRingWidth" minOccurs="0"/>
      <xs:element ref="nrOfUnmeasuredInnerRings" minOccurs="0"/>
      <xs:element ref="nrOfUnmeasuredOuterRings" minOccurs="0"/>
      <xs:element ref="pith"/>
      <xs:element ref="heartwood"/>
      <xs:element ref="sapwood"/>
      <xs:element ref="bark"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element ringCount
Namespace http://www.tridas.org/1.2.2
Annotations
Convenience field for recording the total number of rings measured.  If there is a disparity between this field and the actual number of 'values' tags, then the number of 'values' tags should be taken as definitive.
Diagram
Diagram
Type xs:int
Properties
content: simple
Used by
Source
<xs:element name="ringCount" type="xs:int">
  <xs:annotation>
    <xs:documentation>Convenience field for recording the total number of rings measured. If there is a disparity between this field and the actual number of 'values' tags, then the number of 'values' tags should be taken as definitive.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element averageRingWidth
Namespace http://www.tridas.org/1.2.2
Annotations
Convenience field for recording the average ring width of rings measured.  If there is a disparity between this field and the actual 'values' tags, then the average of the 'values' tags should be taken as definitive.
Diagram
Diagram
Type xs:double
Properties
content: simple
Used by
Source
<xs:element name="averageRingWidth" type="xs:double">
  <xs:annotation>
    <xs:documentation>Convenience field for recording the average ring width of rings measured. If there is a disparity between this field and the actual 'values' tags, then the average of the 'values' tags should be taken as definitive.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element nrOfUnmeasuredInnerRings
Namespace http://www.tridas.org/1.2.2
Annotations
Field for recording whether there are any rings at the inner (i.e. towards pith) edge of the sample that have not been measured.  Typically used to note when rings are too damaged to measure.
Diagram
Diagram
Type xs:int
Properties
content: simple
Used by
Source
<xs:element name="nrOfUnmeasuredInnerRings" type="xs:int">
  <xs:annotation>
    <xs:documentation>Field for recording whether there are any rings at the inner (i.e. towards pith) edge of the sample that have not been measured. Typically used to note when rings are too damaged to measure.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element nrOfUnmeasuredOuterRings
Namespace http://www.tridas.org/1.2.2
Annotations
Field for recording whether there are any rings at the outer (i.e. towards bark) edge of the sample that have not been measured.  Typically used to note when rings are too damaged to measure.
Diagram
Diagram
Type xs:int
Properties
content: simple
Used by
Source
<xs:element name="nrOfUnmeasuredOuterRings" type="xs:int">
  <xs:annotation>
    <xs:documentation>Field for recording whether there are any rings at the outer (i.e. towards bark) edge of the sample that have not been measured. Typically used to note when rings are too damaged to measure.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element pith
Namespace http://www.tridas.org/1.2.2
Annotations
Whether the pith is present or absent
Diagram
Diagram tridas-1.2.22.tmp#id143
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element heartwood
Namespace http://www.tridas.org/1.2.2
Annotations
This field records whether the outer (youngest) heartwood is present and if so whether it is complete.  If the sample includes the last heartwood ring before the sapwood then it is 'complete' otherwise it is 'incomplete' or 'absent'.
Diagram
Diagram tridas-1.2.22.tmp#id147 tridas-1.2.20.tmp#id145 tridas-1.2.20.tmp#id146
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">This field records whether the outer (youngest) heartwood is present and if so whether it is complete. If the sample includes the last heartwood ring before the sapwood then it is 'complete' otherwise it is 'incomplete' 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element missingHeartwoodRingsToPith
Namespace http://www.tridas.org/1.2.2
Annotations
Estimated number of missing heartwood rings to the pith
Diagram
Diagram
Type xs:int
Properties
content: simple
Used by
Element heartwood
Source
<xs:element name="missingHeartwoodRingsToPith" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Estimated number of missing heartwood rings to the pith</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element missingHeartwoodRingsToPithFoundation
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element sapwood
Namespace http://www.tridas.org/1.2.2
Annotations
Details about the sapwood
Diagram
Diagram tridas-1.2.22.tmp#id154 tridas-1.2.20.tmp#id149 tridas-1.2.20.tmp#id150 tridas-1.2.20.tmp#id152 tridas-1.2.20.tmp#id153
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element nrOfSapwoodRings
Namespace http://www.tridas.org/1.2.2
Annotations
Number of sapwood rings measured
Diagram
Diagram
Type xs:int
Properties
content: simple
Used by
Element sapwood
Source
<xs:element name="nrOfSapwoodRings" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Number of sapwood rings measured</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element lastRingUnderBark
Namespace http://www.tridas.org/1.2.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 tridas-1.2.22.tmp#id151
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element missingSapwoodRingsToBark
Namespace http://www.tridas.org/1.2.2
Annotations
Estimated number of missing sapwood rings to the bark
Diagram
Diagram
Type xs:int
Properties
content: simple
Used by
Element sapwood
Source
<xs:element name="missingSapwoodRingsToBark" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Estimated number of missing sapwood rings to the bark</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element missingSapwoodRingsToBarkFoundation
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element bark
Namespace http://www.tridas.org/1.2.2
Annotations
Bark is present or absent
Diagram
Diagram tridas-1.2.22.tmp#id156
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element azimuth
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element measurementSeries
Namespace http://www.tridas.org/1.2.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 tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32 tridas-1.2.20.tmp#id28 tridas-1.2.22.tmp#id197 tridas-1.2.20.tmp#id160 tridas-1.2.20.tmp#id161 tridas-1.2.20.tmp#id137 tridas-1.2.20.tmp#id162 tridas-1.2.20.tmp#id163 tridas-1.2.20.tmp#id164 tridas-1.2.20.tmp#id42 tridas-1.2.20.tmp#id166 tridas-1.2.20.tmp#id167 tridas-1.2.20.tmp#id168 tridas-1.2.20.tmp#id169 tridas-1.2.20.tmp#id170 tridas-1.2.20.tmp#id172 tridas-1.2.20.tmp#id172 tridas-1.2.20.tmp#id186 tridas-1.2.20.tmp#id186 tridas-1.2.20.tmp#id171 tridas-1.2.20.tmp#id44 tridas-1.2.20.tmp#id85 tridas-1.2.20.tmp#id187 tridas-1.2.20.tmp#id159 tridas-1.2.22.tmp#id198 tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32 tridas-1.2.20.tmp#id160 tridas-1.2.20.tmp#id137 tridas-1.2.20.tmp#id162 tridas-1.2.20.tmp#id163 tridas-1.2.20.tmp#id164 tridas-1.2.20.tmp#id172 tridas-1.2.20.tmp#id172 tridas-1.2.20.tmp#id186 tridas-1.2.20.tmp#id186 tridas-1.2.20.tmp#id171 tridas-1.2.20.tmp#id85 tridas-1.2.20.tmp#id187
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} , woodCompleteness{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, woodCompleteness
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>
  <woodCompleteness>{0,1}</woodCompleteness>
  <analyst>{0,1}</analyst>
  <dendrochronologist>{0,1}</dendrochronologist>
  <measuringMethod lang="" 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="woodCompleteness" minOccurs="0" maxOccurs="1"/>
          <xs:element ref="analyst" minOccurs="0"/>
          <xs:element ref="dendrochronologist" minOccurs="0"/>
          <xs:element ref="measuringMethod" minOccurs="1"/>
          <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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element measuringDate
Namespace http://www.tridas.org/1.2.2
Annotations
Date that the measurements where made.
Diagram
Diagram tridas-1.2.22.tmp#id24 tridas-1.2.20.tmp#id23
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element derivationDate
Namespace http://www.tridas.org/1.2.2
Annotations
The date that this derivedSeries was created.
Diagram
Diagram tridas-1.2.22.tmp#id24 tridas-1.2.20.tmp#id23
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 xml:lang="EN">The date that this derivedSeries was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element analyst
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element dendrochronologist
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element measuringMethod
Namespace http://www.tridas.org/1.2.2
Annotations
Method that was used to measure this measurementSeries, preferably from the TRiDaS controlled vocabulary.
Diagram
Diagram tridas-1.2.22.tmp#id11 tridas-1.2.22.tmp#id12 tridas-1.2.22.tmp#id13 tridas-1.2.22.tmp#id14 tridas-1.2.20.tmp#id10 tridas-1.2.22.tmp#id165
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
normalTridas 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element baseSeries / linkSeries
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id39 tridas-1.2.20.tmp#id38
Type seriesLinks
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model series*
Children series
Instance
<linkSeries>
  <series>{0,unbounded}</series>
</linkSeries>
Source
<xs:element name="linkSeries" type="seriesLinks" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element objective
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element standardizingMethod
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element author
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element version
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element interpretation
Namespace http://www.tridas.org/1.2.2
Annotations
Information interpreted from the series
Diagram
Diagram tridas-1.2.20.tmp#id173 tridas-1.2.20.tmp#id175 tridas-1.2.20.tmp#id176 tridas-1.2.20.tmp#id177 tridas-1.2.20.tmp#id179 tridas-1.2.20.tmp#id183 tridas-1.2.20.tmp#id184 tridas-1.2.20.tmp#id185
Properties
content: complex
Used by
Element Group interpretationType
Model dating{0,1} , firstYear{0,1} , lastYear{0,1} , datingReference{0,1} , statFoundation* , pithYear{0,1} , deathYear{0,1} , provenance{0,1}
Children dating, datingReference, deathYear, firstYear, lastYear, pithYear, provenance, statFoundation
Instance
<interpretation>
  <dating type="">{0,1}</dating>
  <firstYear certainty="" suffix="">{0,1}</firstYear>
  <lastYear certainty="" suffix="">{0,1}</lastYear>
  <datingReference>{0,1}</datingReference>
  <statFoundation>{0,unbounded}</statFoundation>
  <pithYear certainty="" suffix="">{0,1}</pithYear>
  <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="dating" minOccurs="0"/>
      <xs:element ref="firstYear" minOccurs="0"/>
      <xs:element ref="lastYear" minOccurs="0"/>
      <xs:element ref="datingReference" minOccurs="0"/>
      <xs:element ref="statFoundation" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="pithYear" minOccurs="0"/>
      <xs:element ref="deathYear" minOccurs="0"/>
      <xs:element ref="provenance" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element dating
Namespace http://www.tridas.org/1.2.2
Annotations
Information about dating
Diagram
Diagram tridas-1.2.22.tmp#id174
Properties
content: complex
Used by
Element interpretation
Attributes
QName Type Fixed Default Use Annotation
type normalTridasDatingType required
Field to denote dating type
Source
<xs:element name="dating">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Information about dating</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="type" type="normalTridasDatingType" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Field to denote dating type</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element firstYear
Namespace http://www.tridas.org/1.2.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 tridas-1.2.22.tmp#id26 tridas-1.2.22.tmp#id27 tridas-1.2.20.tmp#id25
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element lastYear
Namespace http://www.tridas.org/1.2.2
Annotations
Year of the last measured ring.  It is not to be confused with deathYear which might also include unmeasured or hypothetical rings
Diagram
Diagram tridas-1.2.22.tmp#id26 tridas-1.2.22.tmp#id27 tridas-1.2.20.tmp#id25
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="lastYear" type="year">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Year of the last measured ring. It is not to be confused with deathYear which might also include unmeasured or hypothetical rings</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element datingReference
Namespace http://www.tridas.org/1.2.2
Annotations
Chronology used to interpret the series
Diagram
Diagram tridas-1.2.20.tmp#id178
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 name="linkSeries" type="seriesLink"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element datingReference / linkSeries
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id34 tridas-1.2.20.tmp#id36 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id33
Type seriesLink
Properties
content: complex
Model idRef | xLink | identifier
Children idRef, identifier, xLink
Instance
<linkSeries>
  <idRef ref="">{1,1}</idRef>
  <xLink xlink:href="">{1,1}</xLink>
  <identifier domain="">{1,1}</identifier>
</linkSeries>
Source
<xs:element name="linkSeries" type="seriesLink"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element statFoundation
Namespace http://www.tridas.org/1.2.2
Annotations
Container for fields that describe the statistical method used for crossdating
Diagram
Diagram tridas-1.2.20.tmp#id180 tridas-1.2.20.tmp#id42 tridas-1.2.20.tmp#id181 tridas-1.2.20.tmp#id182
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 lang="" 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">Container for fields that describe the statistical method used for crossdating</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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element statValue
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element significanceLevel
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element usedSoftware
Namespace http://www.tridas.org/1.2.2
Annotations
Software used to perform the statistical match with the chronology
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element statFoundation
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element pithYear
Namespace http://www.tridas.org/1.2.2
Annotations
Estimated year that the tree sprouted
Diagram
Diagram tridas-1.2.22.tmp#id26 tridas-1.2.22.tmp#id27 tridas-1.2.20.tmp#id25
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="pithYear" type="year">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Estimated year that the tree sprouted</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element deathYear
Namespace http://www.tridas.org/1.2.2
Annotations
Estimated year of death of the tree
Diagram
Diagram tridas-1.2.22.tmp#id26 tridas-1.2.22.tmp#id27 tridas-1.2.20.tmp#id25
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element provenance
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element interpretationUnsolved
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram
Properties
content: complex
Used by
Element Group interpretationType
Source
<xs:element name="interpretationUnsolved">
  <xs:complexType/>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element values
Namespace http://www.tridas.org/1.2.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 tridas-1.2.20.tmp#id188 tridas-1.2.20.tmp#id190 tridas-1.2.20.tmp#id113 tridas-1.2.20.tmp#id191
Properties
content: complex
Used by
Complex Type baseSeries
Elements derivedSeries, measurementSeries
Model variable , (unitless | unit) , value*
Children unit, unitless, value, variable
Instance
<values>
  <variable lang="" normal="" normalId="" normalStd="" normalTridas="">{1,1}</variable>
  <value count="" value="">{0,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" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element variable
Namespace http://www.tridas.org/1.2.2
Annotations
Measured variable (ring width, earlywood, latewood etc) preferrably 
taken from the TRiDaS controlled vocabulary
Diagram
Diagram tridas-1.2.22.tmp#id11 tridas-1.2.22.tmp#id12 tridas-1.2.22.tmp#id13 tridas-1.2.22.tmp#id14 tridas-1.2.20.tmp#id10 tridas-1.2.22.tmp#id189
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
normalTridas 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element unitless
Namespace http://www.tridas.org/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element value
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.22.tmp#id195 tridas-1.2.22.tmp#id196 tridas-1.2.20.tmp#id192
Properties
content: complex
Used by
Element values
Model remark*
Children remark
Instance
<value count="" value="">
  <remark inheritedCount="" lang="" normal="" normalId="" normalStd="" normalTridas="">{0,unbounded}</remark>
</value>
Attributes
QName Type Fixed Default Use Annotation
count xs:int optional
Optional field to denote how many underlying values went to create this value in a derivedSeries
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="count" type="xs:int" 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element remark
Namespace http://www.tridas.org/1.2.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 tridas-1.2.22.tmp#id11 tridas-1.2.22.tmp#id12 tridas-1.2.22.tmp#id13 tridas-1.2.22.tmp#id14 tridas-1.2.20.tmp#id10 tridas-1.2.22.tmp#id193 tridas-1.2.22.tmp#id194
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
inheritedCount xs:int optional
In derivedSeries this shows the number of constituent measurementSeries that this remark is found in.
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
normalTridas 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 xml:lang="EN">TRiDaS controlled vocabulary for specific remarks.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="inheritedCount" type="xs:int">
          <xs:annotation>
            <xs:documentation xml:lang="EN">In derivedSeries this shows the number of constituent measurementSeries that this remark is found in.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element derivedSeries
Namespace http://www.tridas.org/1.2.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 tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32 tridas-1.2.20.tmp#id28 tridas-1.2.22.tmp#id197 tridas-1.2.20.tmp#id160 tridas-1.2.20.tmp#id161 tridas-1.2.20.tmp#id137 tridas-1.2.20.tmp#id162 tridas-1.2.20.tmp#id163 tridas-1.2.20.tmp#id164 tridas-1.2.20.tmp#id42 tridas-1.2.20.tmp#id166 tridas-1.2.20.tmp#id167 tridas-1.2.20.tmp#id168 tridas-1.2.20.tmp#id169 tridas-1.2.20.tmp#id170 tridas-1.2.20.tmp#id172 tridas-1.2.20.tmp#id172 tridas-1.2.20.tmp#id186 tridas-1.2.20.tmp#id186 tridas-1.2.20.tmp#id171 tridas-1.2.20.tmp#id44 tridas-1.2.20.tmp#id85 tridas-1.2.20.tmp#id187 tridas-1.2.20.tmp#id159 tridas-1.2.22.tmp#id201 tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32 tridas-1.2.20.tmp#id161 tridas-1.2.20.tmp#id42 tridas-1.2.20.tmp#id200 tridas-1.2.20.tmp#id167 tridas-1.2.20.tmp#id168 tridas-1.2.20.tmp#id169 tridas-1.2.20.tmp#id170 tridas-1.2.20.tmp#id172 tridas-1.2.20.tmp#id172 tridas-1.2.20.tmp#id186 tridas-1.2.20.tmp#id186 tridas-1.2.20.tmp#id171 tridas-1.2.20.tmp#id44 tridas-1.2.20.tmp#id85 tridas-1.2.20.tmp#id187
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 lang="" normal="" normalId="" normalStd="">{1,1}</type>
  <linkSeries>{1,1}</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 name="linkSeries" type="seriesLinks" minOccurs="1" maxOccurs="1"/>
          <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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element derivedSeries / linkSeries
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id39 tridas-1.2.20.tmp#id38
Type seriesLinks
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model series*
Children series
Instance
<linkSeries>
  <series>{0,unbounded}</series>
</linkSeries>
Source
<xs:element name="linkSeries" type="seriesLinks" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary
Namespace http://www.tridas.org/1.2.2
Annotations
Collection of one or more vocabulary dictionaries
Diagram
Diagram tridas-1.2.20.tmp#id203 tridas-1.2.20.tmp#id204 tridas-1.2.20.tmp#id205 tridas-1.2.20.tmp#id206 tridas-1.2.20.tmp#id207 tridas-1.2.20.tmp#id208 tridas-1.2.20.tmp#id209 tridas-1.2.20.tmp#id210 tridas-1.2.20.tmp#id211 tridas-1.2.20.tmp#id212 tridas-1.2.20.tmp#id213 tridas-1.2.20.tmp#id214 tridas-1.2.20.tmp#id215
Properties
content: complex
Used by
Element tridas
Model ALL(project.category{0,1} project.type{0,1} object.type{0,1} element.type{0,1} sample.type{0,1} derivedSeries.type{0,1} element.taxon{0,1} element.shape{0,1} measurementSeries.measuringMethod{0,1} values.variable{0,1} values.remark{0,1} location.type{0,1} global.unit{0,1})
Children derivedSeries.type, element.shape, element.taxon, element.type, global.unit, location.type, measurementSeries.measuringMethod, object.type, project.category, project.type, sample.type, values.remark, values.variable
Instance
<vocabulary>
  <project.category>{0,1}</project.category>
  <project.type>{0,1}</project.type>
  <object.type>{0,1}</object.type>
  <element.type>{0,1}</element.type>
  <sample.type>{0,1}</sample.type>
  <derivedSeries.type>{0,1}</derivedSeries.type>
  <element.taxon>{0,1}</element.taxon>
  <element.shape>{0,1}</element.shape>
  <measurementSeries.measuringMethod>{0,1}</measurementSeries.measuringMethod>
  <values.variable>{0,1}</values.variable>
  <values.remark>{0,1}</values.remark>
  <location.type>{0,1}</location.type>
  <global.unit>{0,1}</global.unit>
</vocabulary>
Source
<xs:element name="vocabulary">
  <xs:annotation>
    <xs:documentation>Collection of one or more vocabulary dictionaries</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:all>
      <xs:element name="project.category" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="category" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="project.type" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="type" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="object.type" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="type" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="element.type" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="type" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="sample.type" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="type" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="derivedSeries.type" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="type" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="element.taxon" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="taxon" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="element.shape" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="shape" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="measurementSeries.measuringMethod" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="measuringMethod" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="values.variable" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="variable" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="values.remark" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="remark" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="location.type" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="locationType" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="global.unit" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="unit" minOccurs="1" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / project.category
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id93
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model category+
Children category
Instance
<project.category>
  <category lang="" normal="" normalId="" normalStd="">{1,unbounded}</category>
</project.category>
Source
<xs:element name="project.category" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="category" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / project.type
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id42
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model type+
Children type
Instance
<project.type>
  <type lang="" normal="" normalId="" normalStd="">{1,unbounded}</type>
</project.type>
Source
<xs:element name="project.type" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="type" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / object.type
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id42
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model type+
Children type
Instance
<object.type>
  <type lang="" normal="" normalId="" normalStd="">{1,unbounded}</type>
</object.type>
Source
<xs:element name="object.type" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="type" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / element.type
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id42
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model type+
Children type
Instance
<element.type>
  <type lang="" normal="" normalId="" normalStd="">{1,unbounded}</type>
</element.type>
Source
<xs:element name="element.type" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="type" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / sample.type
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id42
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model type+
Children type
Instance
<sample.type>
  <type lang="" normal="" normalId="" normalStd="">{1,unbounded}</type>
</sample.type>
Source
<xs:element name="sample.type" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="type" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / derivedSeries.type
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id42
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model type+
Children type
Instance
<derivedSeries.type>
  <type lang="" normal="" normalId="" normalStd="">{1,unbounded}</type>
</derivedSeries.type>
Source
<xs:element name="derivedSeries.type" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="type" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / element.taxon
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id109
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model taxon+
Children taxon
Instance
<element.taxon>
  <taxon lang="" normal="" normalId="" normalStd="">{1,unbounded}</taxon>
</element.taxon>
Source
<xs:element name="element.taxon" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="taxon" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / element.shape
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id110
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model shape+
Children shape
Instance
<element.shape>
  <shape lang="" normal="" normalId="" normalStd="" normalTridas="">{1,unbounded}</shape>
</element.shape>
Source
<xs:element name="element.shape" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="shape" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / measurementSeries.measuringMethod
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id164
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model measuringMethod+
Children measuringMethod
Instance
<measurementSeries.measuringMethod>
  <measuringMethod lang="" normal="" normalId="" normalStd="" normalTridas="">{1,unbounded}</measuringMethod>
</measurementSeries.measuringMethod>
Source
<xs:element name="measurementSeries.measuringMethod" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="measuringMethod" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / values.variable
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id188
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model variable+
Children variable
Instance
<values.variable>
  <variable lang="" normal="" normalId="" normalStd="" normalTridas="">{1,unbounded}</variable>
</values.variable>
Source
<xs:element name="values.variable" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="variable" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / values.remark
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id192
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model remark+
Children remark
Instance
<values.remark>
  <remark inheritedCount="" lang="" normal="" normalId="" normalStd="" normalTridas="">{1,unbounded}</remark>
</values.remark>
Source
<xs:element name="values.remark" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="remark" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / location.type
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id74
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model locationType+
Children locationType
Instance
<location.type>
  <locationType>{1,unbounded}</locationType>
</location.type>
Source
<xs:element name="location.type" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="locationType" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element vocabulary / global.unit
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id113
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model unit+
Children unit
Instance
<global.unit>
  <unit lang="" normal="" normalId="" normalStd="" normalTridas="">{1,unbounded}</unit>
</global.unit>
Source
<xs:element name="global.unit" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="unit" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type normalTridasDatingType
Namespace http://www.tridas.org/1.2.2
Annotations
TriDaS specified controlled vocabulary for the type of dating
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration absolute
enumeration dated with uncertainty
enumeration relative
enumeration radiocarbon
Used by
Attribute dating/@type
Source
<xs:simpleType name="normalTridasDatingType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">TriDaS specified controlled vocabulary for the type of dating</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="absolute"/>
    <xs:enumeration value="dated with uncertainty"/>
    <xs:enumeration value="relative"/>
    <xs:enumeration value="radiocarbon"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type normalTridasMeasuringMethod
Namespace http://www.tridas.org/1.2.2
Annotations
TriDaS specified controlled vocabulary for the method of measurement
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration measuring platform
enumeration hand lens and graticule
enumeration onscreen measuring
enumeration visual estimate
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:enumeration value="onscreen measuring"/>
    <xs:enumeration value="visual estimate"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type normalTridasShape
Namespace http://www.tridas.org/1.2.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
enumeration half section
enumeration third section
enumeration quarter section
enumeration wedge where radius is smaller than circumference
enumeration wedge where radius equals the circumference
enumeration wedge where radius is bigger than the circumference
enumeration beam straightened on one side
enumeration squared beam from whole section
enumeration squared beam from half section
enumeration squared beam from quarter section
enumeration plank cut on one side
enumeration radial plank through pith
enumeration radial plank up to pith
enumeration tangential plank not including pith with breadth larger than a quarter section
enumeration plank not including pith with breadth smaller than a quarter section
enumeration small part of section
enumeration part of undetermined section
enumeration unknown
enumeration other
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:enumeration value="other"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type normalTridasLocationType
Namespace http://www.tridas.org/1.2.2
Annotations
TriDaS specified controlled vocabulary for the type of location
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration growth location
enumeration location of use (static)
enumeration location of use (mobile)
enumeration current location
enumeration manufacture location
enumeration find 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:enumeration value="find location"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type normalTridasVariable
Namespace http://www.tridas.org/1.2.2
Annotations
TRiDaS specified controlled vocabulary for the measurementSeries variable
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ring width
enumeration earlywood width
enumeration latewood width
enumeration ring density
enumeration earlywood density
enumeration latewood density
enumeration maximum density
enumeration latewood percent
enumeration vessel size
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:enumeration value="vessel size"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type normalTridasUnit
Namespace http://www.tridas.org/1.2.2
Annotations
TRiDaS specified controlled vocabulary for the units in which data are stored
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration micrometres
enumeration 1/100th millimetres
enumeration 1/50th millimetres
enumeration 1/20th millimetres
enumeration 1/10th millimetres
enumeration millimetres
enumeration centimetres
enumeration 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/50th millimetres"/>
    <xs:enumeration value="1/20th 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type normalTridasRemark
Namespace http://www.tridas.org/1.2.2
Annotations
TRiDaS specified controlled vocabulary for remarks attached to rings
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration fire damage
enumeration frost damage
enumeration crack
enumeration false ring(s)
enumeration compression wood
enumeration tension wood
enumeration traumatic ducts
enumeration unspecified injury
enumeration single pinned
enumeration double pinned
enumeration triple pinned
enumeration missing ring
enumeration radius shift up
enumeration radius shift down
enumeration moon ring(s)
enumeration diffuse latewood
enumeration density fluctuation
enumeration wide late wood
enumeration wide early wood
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:enumeration value="single pinned"/>
    <xs:enumeration value="double pinned"/>
    <xs:enumeration value="triple pinned"/>
    <xs:enumeration value="missing ring"/>
    <xs:enumeration value="radius shift up"/>
    <xs:enumeration value="radius shift down"/>
    <xs:enumeration value="moon ring(s)"/>
    <xs:enumeration value="diffuse latewood"/>
    <xs:enumeration value="density fluctuation"/>
    <xs:enumeration value="wide late wood"/>
    <xs:enumeration value="wide early wood"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Complex Type controlledVoc
Namespace http://www.tridas.org/1.2.2
Annotations
A controlled vocabulary is used to limit users to a pick list of values.
Diagram
Diagram tridas-1.2.22.tmp#id11 tridas-1.2.22.tmp#id12 tridas-1.2.22.tmp#id13 tridas-1.2.22.tmp#id14
Type extension of xs:string
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
Source
<xs: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:appinfo>Programmers note that if using controlled vocabularies, then normal, normalId and normalStd should all be present. There is no way to describe optionality of attribute groups in xsd schemas so this must be done by you!</xs:appinfo>
  </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:attribute name="lang" type="xs:language" use="optional">
        <xs:annotation>
          <xs:documentation xml:lang="EN">The language this term is in. Default is EN if not specified.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type datingSuffix
Namespace http://www.tridas.org/1.2.2
Annotations
Suffix to add to a year number
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration AD
enumeration BC
enumeration 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type presenceAbsence
Namespace http://www.tridas.org/1.2.2
Annotations
Simple presence/absence data type
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration present
enumeration absent
enumeration unknown
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:enumeration value="unknown"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type complexPresenceAbsence
Namespace http://www.tridas.org/1.2.2
Annotations
Complex presence/absence data type with additional possibilities
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration unknown
enumeration not applicable
enumeration absent
enumeration complete
enumeration 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Simple Type certainty
Namespace http://www.tridas.org/1.2.2
Annotations
Simple certainty data type
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration unknown
enumeration exact
enumeration approximately
enumeration after
enumeration 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Complex Type dateTime
Namespace http://www.tridas.org/1.2.2
Annotations
An extension to the basic dateTime type which includes an optional 'certainty' attribute.
Diagram
Diagram tridas-1.2.22.tmp#id20
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Complex Type date
Namespace http://www.tridas.org/1.2.2
Annotations
An extension to the basic date type which includes an optional 'certainty' attribute.
Diagram
Diagram tridas-1.2.22.tmp#id24
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Complex Type year
Namespace http://www.tridas.org/1.2.2
Annotations
Data type for storing year.  Includes a separate suffix attribute and optional certainty value
Diagram
Diagram tridas-1.2.22.tmp#id26 tridas-1.2.22.tmp#id27
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Complex Type tridasEntity
Namespace http://www.tridas.org/1.2.2
Annotations
Base data type inherited by all TRiDaS entities.  Contains the fields common to all TRiDaS data entities.
Diagram
Diagram tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Complex Type seriesLink
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id34 tridas-1.2.20.tmp#id36 tridas-1.2.20.tmp#id30
Used by
Model idRef | xLink | identifier
Children idRef, identifier, xLink
Source
<xs:complexType name="seriesLink">
  <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>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Complex Type seriesLinks
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id39
Used by
Model series*
Children series
Source
<xs:complexType name="seriesLinks">
  <xs:sequence>
    <xs:element name="series" type="seriesLink" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Complex Type seriesLinksWithPreferred
Namespace http://www.tridas.org/1.2.2
Diagram
Diagram tridas-1.2.20.tmp#id41
Used by
Model preferredSeries{0,1}
Children preferredSeries
Source
<xs:complexType name="seriesLinksWithPreferred">
  <xs:sequence>
    <xs:element name="preferredSeries" type="seriesLink" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Complex Type baseSeries
Namespace http://www.tridas.org/1.2.2
Annotations
A base type inherited by measurementSeries and derivedSeries.
Diagram
Diagram tridas-1.2.20.tmp#id29 tridas-1.2.20.tmp#id30 tridas-1.2.20.tmp#id21 tridas-1.2.20.tmp#id22 tridas-1.2.20.tmp#id32 tridas-1.2.20.tmp#id28 tridas-1.2.22.tmp#id197 tridas-1.2.20.tmp#id160 tridas-1.2.20.tmp#id161 tridas-1.2.20.tmp#id137 tridas-1.2.20.tmp#id162 tridas-1.2.20.tmp#id163 tridas-1.2.20.tmp#id164 tridas-1.2.20.tmp#id42 tridas-1.2.20.tmp#id166 tridas-1.2.20.tmp#id167 tridas-1.2.20.tmp#id168 tridas-1.2.20.tmp#id169 tridas-1.2.20.tmp#id170 tridas-1.2.20.tmp#id172 tridas-1.2.20.tmp#id186 tridas-1.2.20.tmp#id171 tridas-1.2.20.tmp#id44 tridas-1.2.20.tmp#id85 tridas-1.2.20.tmp#id187
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{0,1} , 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 name="linkSeries" type="seriesLinks" minOccurs="0" maxOccurs="1"/>
        <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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Element Group interpretationType
Namespace http://www.tridas.org/1.2.2
Annotations
Contains either the 'interpretation' of the series or an 'interpretationUnsolved' placeholder
Diagram
Diagram tridas-1.2.20.tmp#id172 tridas-1.2.20.tmp#id186
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd