Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Main schema tridas-1.2.1.xsd
Namespace http://www.tridas.org/1.2.1
Properties
attribute form default: unqualified
element form default: qualified
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element createdTimestamp
Namespace http://www.tridas.org/1.2.1
Annotations
Field containing date and time when this record was created.
Diagram
Diagram tridas-1.2.10.tmp#id21 tridas-1.2.11.tmp#id20
Type dateTime
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="createdTimestamp" type="dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Field containing date and time when this record was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element lastModifiedTimestamp
Namespace http://www.tridas.org/1.2.1
Annotations
Field containing date and time when this records was last updated.
Diagram
Diagram tridas-1.2.10.tmp#id21 tridas-1.2.11.tmp#id20
Type dateTime
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="lastModifiedTimestamp" type="dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Field containing date and time when this records was last updated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element title
Namespace http://www.tridas.org/1.2.1
Annotations
Title or name of this entity.  This should be a 'human readable' name by which the entity is referred.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Source
<xs:element name="title" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Title or name of this entity. This should be a 'human readable' name by which the entity is referred.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element identifier
Namespace http://www.tridas.org/1.2.1
Annotations
Identifier for this entity which in combination with the domain should be unique.  This is typically a computer generated code such as a database primary key.
Diagram
Diagram tridas-1.2.10.tmp#id32
Type extension of xs:string
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
domain required
The domain which this identifier is applicable to. Could be the URL of the organisation's server or the 
name of the organisation as long as it is not ambiguous.
Source
<xs:element name="identifier">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Identifier for this entity which in combination with the domain should be unique. This is typically a computer generated code such as a database primary key.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="domain" use="required">
          <xs:annotation>
            <xs:documentation xml:lang="EN">The domain which this identifier is applicable to. Could be the URL of the organisation's server or the name of the organisation as long as it is not ambiguous.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element comments
Namespace http://www.tridas.org/1.2.1
Annotations
More information about this entity.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Source
<xs:element name="comments" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">More information about this entity.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element seriesLink / idRef
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.10.tmp#id36
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
ref xs:IDREF optional
Source
<xs:element name="idRef">
  <xs:complexType>
    <xs:attribute name="ref" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element seriesLink / xLink
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.13.tmp#id38
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
xlink:href anyURI optional
Source
<xs:element name="xLink">
  <xs:complexType>
    <xs:attribute ref="xlink:href"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element seriesLinks / series
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.11.tmp#id35 tridas-1.2.11.tmp#id37 tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id34
Type seriesLink
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model idRef | xLink | identifier
Children idRef, identifier, xLink
Instance
<series>
  <idRef ref="">{1,1}</idRef>
  <xLink xlink:href="">{1,1}</xLink>
  <identifier domain="">{1,1}</identifier>
</series>
Source
<xs:element name="series" type="seriesLink" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element seriesLinksWithPreferred / preferredSeries
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.11.tmp#id35 tridas-1.2.11.tmp#id37 tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id34
Type seriesLink
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model idRef | xLink | identifier
Children idRef, identifier, xLink
Instance
<preferredSeries>
  <idRef ref="">{1,1}</idRef>
  <xLink xlink:href="">{1,1}</xLink>
  <identifier domain="">{1,1}</identifier>
</preferredSeries>
Source
<xs:element name="preferredSeries" type="seriesLink" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element type
Namespace http://www.tridas.org/1.2.1
Annotations
The type of entity this is. Preferrably derived from a controlled vocabulary.
Diagram
Diagram tridas-1.2.10.tmp#id12 tridas-1.2.10.tmp#id13 tridas-1.2.10.tmp#id14 tridas-1.2.10.tmp#id15 tridas-1.2.11.tmp#id11
Type controlledVoc
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
Source
<xs:element name="type" type="controlledVoc">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The type of entity this is. Preferrably derived from a controlled vocabulary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element description
Namespace http://www.tridas.org/1.2.1
Annotations
General description of this entity.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Source
<xs:element name="description" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">General description of this entity.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element location
Namespace http://www.tridas.org/1.2.1
Annotations
Details about the geographical location of this entity.
Diagram
Diagram tridas-1.2.11.tmp#id46 tridas-1.2.11.tmp#id75 tridas-1.2.11.tmp#id76 tridas-1.2.11.tmp#id77 tridas-1.2.11.tmp#id78
Properties
content: complex
Used by
Elements derivedSeries, element, object
Complex Type baseSeries
Model locationGeometry , locationType{0,1} , locationPrecision{0,1} , locationComment{0,1} , address{0,1}
Children address, locationComment, locationGeometry, locationPrecision, locationType
Instance
<location>
  <locationGeometry>{1,1}</locationGeometry>
  <locationType>{0,1}</locationType>
  <locationPrecision>{0,1}</locationPrecision>
  <locationComment>{0,1}</locationComment>
  <address>{0,1}</address>
</location>
Source
<xs:element name="location">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Details about the geographical location of this entity.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="locationGeometry"/>
      <xs:element ref="locationType" minOccurs="0"/>
      <xs:element ref="locationPrecision" minOccurs="0"/>
      <xs:element ref="locationComment" minOccurs="0"/>
      <xs:element ref="address" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element locationGeometry
Namespace http://www.tridas.org/1.2.1
Annotations
GML representation of a location.  Can be either a point to 
represent a particular location or a polygon to represent
an area or a geographical extent / bounding box.
Diagram
Diagram tridas-1.2.12.tmp#id47 tridas-1.2.12.tmp#id63
Properties
content: complex
Used by
Element location
Model gml:Point | gml:Polygon
Children gml:Point, gml:Polygon
Instance
<locationGeometry>
  <gml:Point gml:id="" srsName="">{1,1}</gml:Point>
  <gml:Polygon gml:id="" srsName="">{1,1}</gml:Polygon>
</locationGeometry>
Source
<xs:element name="locationGeometry">
  <xs:annotation>
    <xs:documentation xml:lang="EN">GML representation of a location. Can be either a point to represent a particular location or a polygon to represent an area or a geographical extent / bounding box.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="gml:Point"/>
      <xs:element ref="gml:Polygon"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element locationType
Namespace http://www.tridas.org/1.2.1
Annotations
The type of location that the geometry field represents taken from the TRiDaS controlled vocabulary.
Diagram
Diagram tridas-1.2.11.tmp#id6
Type normalTridasLocationType
Properties
content: simple
Facets
enumeration Growth location
enumeration Location of use (static)
enumeration Location of use (mobile)
enumeration Current location
enumeration Manufacture location
Used by
Source
<xs:element name="locationType" type="normalTridasLocationType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The type of location that the geometry field represents taken from the TRiDaS controlled vocabulary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element locationPrecision
Namespace http://www.tridas.org/1.2.1
Annotations
Stores potential difference; number of meters difference, so 0 is exact.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element location
Source
<xs:element name="locationPrecision" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Stores potential difference; number of meters difference, so 0 is exact.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element locationComment
Namespace http://www.tridas.org/1.2.1
Annotations
Additional information about the location, for example, point taken from center or corner of area, which corner
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element location
Source
<xs:element name="locationComment" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Additional information about the location, for example, point taken from center or corner of area, which corner</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address
Namespace http://www.tridas.org/1.2.1
Annotations
Address information about this location
Diagram
Diagram tridas-1.2.11.tmp#id79 tridas-1.2.11.tmp#id80 tridas-1.2.11.tmp#id81 tridas-1.2.11.tmp#id82 tridas-1.2.11.tmp#id83 tridas-1.2.11.tmp#id84
Properties
content: complex
Used by
Elements laboratory, location
Model addressLine1{0,1} , addressLine2{0,1} , cityOrTown{0,1} , stateProvinceRegion{0,1} , postalCode{0,1} , country{0,1}
Children addressLine1, addressLine2, cityOrTown, country, postalCode, stateProvinceRegion
Instance
<address>
  <addressLine1>{0,1}</addressLine1>
  <addressLine2>{0,1}</addressLine2>
  <cityOrTown>{0,1}</cityOrTown>
  <stateProvinceRegion>{0,1}</stateProvinceRegion>
  <postalCode>{0,1}</postalCode>
  <country>{0,1}</country>
</address>
Source
<xs:element name="address">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Address information about this location</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="addressLine1" type="xs:string" minOccurs="0"/>
      <xs:element name="addressLine2" type="xs:string" minOccurs="0"/>
      <xs:element name="cityOrTown" type="xs:string" minOccurs="0"/>
      <xs:element name="stateProvinceRegion" type="xs:string" minOccurs="0"/>
      <xs:element name="postalCode" type="xs:string" minOccurs="0"/>
      <xs:element name="country" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / addressLine1
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="addressLine1" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / addressLine2
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="addressLine2" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / cityOrTown
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="cityOrTown" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / stateProvinceRegion
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="stateProvinceRegion" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / postalCode
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="postalCode" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element address / country
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="country" type="xs:string" minOccurs="0"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element file
Namespace http://www.tridas.org/1.2.1
Annotations
Filename of a file associated with this entity.
Diagram
Diagram tridas-1.2.13.tmp#id38
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
xlink:href anyURI required
Source
<xs:element name="file">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Filename of a file associated with this entity.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="xlink:href" use="required"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element genericField
Namespace http://www.tridas.org/1.2.1
Annotations
Generic field for storing key/value pairs for data not currently supported in the TRiDaS standard
Diagram
Diagram tridas-1.2.10.tmp#id87 tridas-1.2.10.tmp#id88
Type extension of xs:string
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
name required
Name of the field.
type restriction of xs:string optional
The data type that this field contains.
Source
<xs:element name="genericField">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Generic field for storing key/value pairs for data not currently supported in the TRiDaS standard</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="name" use="required">
          <xs:annotation>
            <xs:documentation>Name of the field.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="type" use="optional">
          <xs:annotation>
            <xs:documentation>The data type that this field contains.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="xs:string"/>
              <xs:enumeration value="xs:boolean"/>
              <xs:enumeration value="xs:int"/>
              <xs:enumeration value="xs:float"/>
              <xs:enumeration value="xs:date"/>
              <xs:enumeration value="xs:dateTime"/>
              <xs:enumeration value="xs:duration"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element tridas
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.11.tmp#id90 tridas-1.2.11.tmp#id207
Properties
content: complex
Model project* , vocabulary{0,1}
Children project, vocabulary
Instance
<tridas>
  <project>{0,unbounded}</project>
  <vocabulary>{0,1}</vocabulary>
</tridas>
Source
<xs:element name="tridas">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="project" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="vocabulary" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element project
Namespace http://www.tridas.org/1.2.1
Annotations
A project is defined by a laboratory and encompasses dendrochronological 
research of a particular object or group of objects.  Examples include: the dating of 
a building; the research of forest dynamics in a stand of living trees; the dating of 
all Rembrandt paintings in a museum. What is considered a 'project' is up to the 
laboratory performing the research. It could be the dating of a group of objects, 
but the laboratory can also decide to define a separate project for each object. 
Therefore, a project can have one or more objects associated with it.
Diagram
Diagram tridas-1.2.11.tmp#id30 tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id22 tridas-1.2.11.tmp#id23 tridas-1.2.11.tmp#id33 tridas-1.2.11.tmp#id29 tridas-1.2.11.tmp#id43 tridas-1.2.11.tmp#id44 tridas-1.2.11.tmp#id85 tridas-1.2.11.tmp#id91 tridas-1.2.11.tmp#id94 tridas-1.2.11.tmp#id96 tridas-1.2.11.tmp#id97 tridas-1.2.11.tmp#id98 tridas-1.2.11.tmp#id99 tridas-1.2.11.tmp#id100 tridas-1.2.11.tmp#id101 tridas-1.2.11.tmp#id86 tridas-1.2.11.tmp#id102 tridas-1.2.11.tmp#id204
Type extension of tridasEntity
Type hierarchy
Properties
content: complex
Used by
Element tridas
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , type+ , description{0,1} , file* , laboratory+ , category , investigator , period , requestDate{0,1} , commissioner{0,1} , reference* , research* , genericField* , object* , derivedSeries*
Children category, comments, commissioner, createdTimestamp, derivedSeries, description, file, genericField, identifier, investigator, laboratory, lastModifiedTimestamp, object, period, reference, requestDate, research, title, type
Instance
<project>
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
</project>
Source
<xs:element name="project">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A project is defined by a laboratory and encompasses dendrochronological research of a particular object or group of objects. Examples include: the dating of a building; the research of forest dynamics in a stand of living trees; the dating of all Rembrandt paintings in a museum. What is considered a 'project' is up to the laboratory performing the research. It could be the dating of a group of objects, but the laboratory can also decide to define a separate project for each object. Therefore, a project can have one or more objects associated with it.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tridasEntity">
        <xs:sequence>
          <xs:element ref="type" maxOccurs="unbounded"/>
          <xs:element ref="description" minOccurs="0"/>
          <xs:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="laboratory" maxOccurs="unbounded"/>
          <xs:element ref="category"/>
          <xs:element ref="investigator"/>
          <xs:element ref="period"/>
          <xs:element ref="requestDate" minOccurs="0"/>
          <xs:element ref="commissioner" minOccurs="0"/>
          <xs:element ref="reference" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="research" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="object" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="derivedSeries" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element laboratory
Namespace http://www.tridas.org/1.2.1
Annotations
The dendrochronological research laboratory where this work was done.
Diagram
Diagram tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id92 tridas-1.2.11.tmp#id78
Properties
content: complex
Used by
Element project
Model identifier{0,1} , name , address
Children address, identifier, name
Instance
<laboratory>
  <identifier domain="">{0,1}</identifier>
  <name acronym="">{1,1}</name>
  <address>{1,1}</address>
</laboratory>
Source
<xs:element name="laboratory">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The dendrochronological research laboratory where this work was done.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="identifier" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="EN">Identifier for the laboratory.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="name">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation xml:lang="EN">Name of the laboratory.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="acronym" use="optional">
                <xs:annotation>
                  <xs:documentation>Acronym of the laboratory.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element ref="address"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element laboratory / name
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.10.tmp#id93
Type extension of xs:string
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
acronym optional
Acronym of the laboratory.
Source
<xs:element name="name">
  <xs:complexType>
    <xs:annotation>
      <xs:documentation xml:lang="EN">Name of the laboratory.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="acronym" use="optional">
          <xs:annotation>
            <xs:documentation>Acronym of the laboratory.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element category
Namespace http://www.tridas.org/1.2.1
Annotations
Category of research this project falls into.  Preferably from a controlled vocabulary.
Diagram
Diagram tridas-1.2.10.tmp#id12 tridas-1.2.10.tmp#id13 tridas-1.2.10.tmp#id14 tridas-1.2.10.tmp#id15 tridas-1.2.11.tmp#id11 tridas-1.2.10.tmp#id95
Type extension of controlledVoc
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
normalTridas normalTridasCategory optional
TRiDaS controlled vocabulary of research categories.
Source
<xs:element name="category">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Category of research this project falls into. Preferably from a controlled vocabulary.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="controlledVoc">
        <xs:attribute name="normalTridas" type="normalTridasCategory">
          <xs:annotation>
            <xs:documentation>TRiDaS controlled vocabulary of research categories.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element investigator
Namespace http://www.tridas.org/1.2.1
Annotations
Principal investigator of this project.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element project
Source
<xs:element name="investigator" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Principal investigator of this project.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element period
Namespace http://www.tridas.org/1.2.1
Annotations
When the dendrochronological project took place.  Could consist of a start- and end-date.  If unknown it should be estimated.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element project
Source
<xs:element name="period" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">When the dendrochronological project took place. Could consist of a start- and end-date. If unknown it should be estimated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element requestDate
Namespace http://www.tridas.org/1.2.1
Annotations
Date of the request for dendrochronology.  If unknown it should be estimated.
Diagram
Diagram tridas-1.2.10.tmp#id25 tridas-1.2.11.tmp#id24
Type date
Properties
content: complex
Used by
Element project
Attributes
QName Type Fixed Default Use Annotation
certainty certainty optional
Source
<xs:element name="requestDate" type="date">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Date of the request for dendrochronology. If unknown it should be estimated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element commissioner
Namespace http://www.tridas.org/1.2.1
Annotations
The person/organisation who commissioned the project.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element project
Source
<xs:element name="commissioner" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The person/organisation who commissioned the project.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element reference
Namespace http://www.tridas.org/1.2.1
Annotations
Citations of publications relating to this project.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element project
Source
<xs:element name="reference" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Citations of publications relating to this project.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element research
Namespace http://www.tridas.org/1.2.1
Annotations
National/International system in which the research project is registered.
Diagram
Diagram tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id44
Properties
content: complex
Used by
Element project
Model identifier , description
Children description, identifier
Instance
<research>
  <identifier domain="">{1,1}</identifier>
  <description>{1,1}</description>
</research>
Source
<xs:element name="research">
  <xs:annotation>
    <xs:documentation xml:lang="EN">National/International system in which the research project is registered.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="identifier"/>
      <xs:element ref="description"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element object
Namespace http://www.tridas.org/1.2.1
Annotations
An object is the item to be investigated.  Examples include: violin; excavation site; 
painting on a wooden panel; water well; church; carving; ship; forest. An object could 
also be more specific, for example: mast of a ship; roof of a church. Depending on the 
object type various descriptions are made possible. An object can have one or more 
elements and can also refer to another (sub) object.  For instance a single file 
may contain three objects: an archaeological site object, within which there is a 
building object, within which there is a beam object.  The list of possible object 
types is extensible and is thus flexible enough to incorporate the diversity of data 
required by the dendro community.  Only information that is essential for 
dendrochronological research is recorded here. Other related data may be provided in the 
form of a link to an external database such as a museum catalogue.
Diagram
Diagram tridas-1.2.11.tmp#id30 tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id22 tridas-1.2.11.tmp#id23 tridas-1.2.11.tmp#id33 tridas-1.2.11.tmp#id29 tridas-1.2.11.tmp#id43 tridas-1.2.11.tmp#id44 tridas-1.2.11.tmp#id103 tridas-1.2.11.tmp#id85 tridas-1.2.11.tmp#id104 tridas-1.2.11.tmp#id105 tridas-1.2.11.tmp#id106 tridas-1.2.11.tmp#id45 tridas-1.2.11.tmp#id86 tridas-1.2.11.tmp#id102 tridas-1.2.11.tmp#id109
Type extension of tridasEntity
Type hierarchy
Properties
content: complex
Used by
Elements object, project
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , type , description{0,1} , linkSeries{0,1} , file* , creator{0,1} , owner{0,1} , coverage{0,1} , location{0,1} , genericField* , object* , element*
Children comments, coverage, createdTimestamp, creator, description, element, file, genericField, identifier, lastModifiedTimestamp, linkSeries, location, object, owner, title, type
Instance
<object>
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
</object>
Source
<xs:element name="object">
  <xs:annotation>
    <xs:documentation xml:lang="EN">An object is the item to be investigated. Examples include: violin; excavation site; painting on a wooden panel; water well; church; carving; ship; forest. An object could also be more specific, for example: mast of a ship; roof of a church. Depending on the object type various descriptions are made possible. An object can have one or more elements and can also refer to another (sub) object. For instance a single file may contain three objects: an archaeological site object, within which there is a building object, within which there is a beam object. The list of possible object types is extensible and is thus flexible enough to incorporate the diversity of data required by the dendro community. Only information that is essential for dendrochronological research is recorded here. Other related data may be provided in the form of a link to an external database such as a museum catalogue.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tridasEntity">
        <xs:sequence>
          <xs:element ref="type"/>
          <xs:element ref="description" minOccurs="0"/>
          <xs:element name="linkSeries" type="seriesLinksWithPreferred" minOccurs="0" maxOccurs="1"/>
          <xs:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="creator" minOccurs="0"/>
          <xs:element ref="owner" minOccurs="0"/>
          <xs:element ref="coverage" minOccurs="0"/>
          <xs:element ref="location" minOccurs="0"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="object" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="element" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element object / linkSeries
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.11.tmp#id42 tridas-1.2.11.tmp#id41
Type seriesLinksWithPreferred
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model preferredSeries{0,1}
Children preferredSeries
Instance
<linkSeries>
  <preferredSeries>{0,1}</preferredSeries>
</linkSeries>
Source
<xs:element name="linkSeries" type="seriesLinksWithPreferred" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element creator
Namespace http://www.tridas.org/1.2.1
Annotations
Name of creator, place of the workshop/wharf etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element object
Source
<xs:element name="creator" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Name of creator, place of the workshop/wharf etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element owner
Namespace http://www.tridas.org/1.2.1
Annotations
Name of the owner of the physical object.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element object
Source
<xs:element name="owner" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Name of the owner of the physical object.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element coverage
Namespace http://www.tridas.org/1.2.1
Annotations
Details on the time period this object covers.
Diagram
Diagram tridas-1.2.11.tmp#id107 tridas-1.2.11.tmp#id108
Properties
content: complex
Used by
Element object
Model coverageTemporal , coverageTemporalFoundation
Children coverageTemporal, coverageTemporalFoundation
Instance
<coverage>
  <coverageTemporal>{1,1}</coverageTemporal>
  <coverageTemporalFoundation>{1,1}</coverageTemporalFoundation>
</coverage>
Source
<xs:element name="coverage">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Details on the time period this object covers.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="coverageTemporal"/>
      <xs:element ref="coverageTemporalFoundation"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element coverageTemporal
Namespace http://www.tridas.org/1.2.1
Annotations
If the date is already known in more or less detail: historical period (broad). Equivalent to Dublin Core term 'temporal'.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element coverage
Source
<xs:element name="coverageTemporal" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">If the date is already known in more or less detail: historical period (broad). Equivalent to Dublin Core term 'temporal'.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element coverageTemporalFoundation
Namespace http://www.tridas.org/1.2.1
Annotations
Method of dating support (e.g. archive sources, inscriptions, 
stratigraphic context, associated finds, typology, stylistic aspects, 
carpenter marks, radiocarbon, OSL, other methods).
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element coverage
Source
<xs:element name="coverageTemporalFoundation" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Method of dating support (e.g. archive sources, inscriptions, stratigraphic context, associated finds, typology, stylistic aspects, carpenter marks, radiocarbon, OSL, other methods).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element element
Namespace http://www.tridas.org/1.2.1
Annotations
An element is a piece of wood originating from a single tree. Examples include: 
one plank of a water well; a single wooden panel in a painting; the left-hand back 
plate of a violin; one beam in a roof; a tree trunk 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.11.tmp#id30 tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id22 tridas-1.2.11.tmp#id23 tridas-1.2.11.tmp#id33 tridas-1.2.11.tmp#id29 tridas-1.2.11.tmp#id43 tridas-1.2.11.tmp#id44 tridas-1.2.11.tmp#id110 tridas-1.2.11.tmp#id85 tridas-1.2.11.tmp#id111 tridas-1.2.11.tmp#id112 tridas-1.2.11.tmp#id114 tridas-1.2.11.tmp#id121 tridas-1.2.11.tmp#id45 tridas-1.2.11.tmp#id122 tridas-1.2.11.tmp#id123 tridas-1.2.11.tmp#id124 tridas-1.2.11.tmp#id125 tridas-1.2.11.tmp#id128 tridas-1.2.11.tmp#id131 tridas-1.2.11.tmp#id86 tridas-1.2.11.tmp#id133
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.1/tridas-1.2.1.xsd
Element element / linkSeries
Namespace http://www.tridas.org/1.2.1
Diagram
Diagram tridas-1.2.11.tmp#id42 tridas-1.2.11.tmp#id41
Type seriesLinksWithPreferred
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model preferredSeries{0,1}
Children preferredSeries
Instance
<linkSeries>
  <preferredSeries>{0,1}</preferredSeries>
</linkSeries>
Source
<xs:element name="linkSeries" type="seriesLinksWithPreferred" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element taxon
Namespace http://www.tridas.org/1.2.1
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.10.tmp#id12 tridas-1.2.10.tmp#id13 tridas-1.2.10.tmp#id14 tridas-1.2.10.tmp#id15 tridas-1.2.11.tmp#id11
Type controlledVoc
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
lang xs:language optional
The language this term is in.  Default is EN if not specified.
normal optional
The normalised name for this entry
normalId optional
The ID value in the standard dictionary corresponding to this entry
normalStd optional
The name of the standard used to control this vocabulary
Source
<xs:element name="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.1/tridas-1.2.1.xsd
Element shape
Namespace http://www.tridas.org/1.2.1
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.10.tmp#id12 tridas-1.2.10.tmp#id13 tridas-1.2.10.tmp#id14 tridas-1.2.10.tmp#id15 tridas-1.2.11.tmp#id11 tridas-1.2.10.tmp#id113
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.1/tridas-1.2.1.xsd
Element dimensions
Namespace http://www.tridas.org/1.2.1
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.11.tmp#id115 tridas-1.2.11.tmp#id117 tridas-1.2.11.tmp#id118 tridas-1.2.11.tmp#id119 tridas-1.2.11.tmp#id120
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.1/tridas-1.2.1.xsd
Element unit
Namespace http://www.tridas.org/1.2.1
Annotations
Measurement units used for these value, preferrably taken from the
TRiDaS controlled vocabulary
Diagram
Diagram tridas-1.2.10.tmp#id12 tridas-1.2.10.tmp#id13 tridas-1.2.10.tmp#id14 tridas-1.2.10.tmp#id15 tridas-1.2.11.tmp#id11 tridas-1.2.10.tmp#id116
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.1/tridas-1.2.1.xsd
Element dimensions / height
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element dimensions / diameter
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element dimensions / width
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element dimensions / depth
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element authenticity
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element processing
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element marks
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element altitude
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element slope
Namespace http://www.tridas.org/1.2.1
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.11.tmp#id126 tridas-1.2.11.tmp#id127
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.1/tridas-1.2.1.xsd
Element slope / angle
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element slope / azimuth
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element soil
Namespace http://www.tridas.org/1.2.1
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.11.tmp#id129 tridas-1.2.11.tmp#id130
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.1/tridas-1.2.1.xsd
Element soil / description
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element soil / depth
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element bedrock
Namespace http://www.tridas.org/1.2.1
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.11.tmp#id132
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.1/tridas-1.2.1.xsd
Element bedrock / description
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element sample
Namespace http://www.tridas.org/1.2.1
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.11.tmp#id30 tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id22 tridas-1.2.11.tmp#id23 tridas-1.2.11.tmp#id33 tridas-1.2.11.tmp#id29 tridas-1.2.11.tmp#id43 tridas-1.2.11.tmp#id44 tridas-1.2.11.tmp#id85 tridas-1.2.11.tmp#id134 tridas-1.2.11.tmp#id135 tridas-1.2.11.tmp#id136 tridas-1.2.11.tmp#id137 tridas-1.2.11.tmp#id86 tridas-1.2.11.tmp#id138 tridas-1.2.11.tmp#id201
Type extension of tridasEntity
Type hierarchy
Properties
content: complex
Used by
Element element
Model title , identifier{0,1} , createdTimestamp{0,1} , lastModifiedTimestamp{0,1} , comments{0,1} , type , description{0,1} , file* , samplingDate{0,1} , position{0,1} , state{0,1} , knots{0,1} , genericField* , (radius* | radiusPlaceholder{0,1})
Children comments, createdTimestamp, description, file, genericField, identifier, knots, lastModifiedTimestamp, position, radius, radiusPlaceholder, samplingDate, state, title, type
Instance
<sample>
  <title>{1,1}</title>
  <identifier domain="">{0,1}</identifier>
  <createdTimestamp certainty="">{0,1}</createdTimestamp>
  <lastModifiedTimestamp certainty="">{0,1}</lastModifiedTimestamp>
  <comments>{0,1}</comments>
</sample>
Source
<xs:element name="sample">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A sample is a physical specimen or non-physical representation of an element. Examples include: core from a living tree; core from a rafter in a church roof; piece of charcoal from an archaeological trench; slice from a pile used in a pile foundation; wax imprint of the outer end of a plank; photo of a back plate of a string instrument. Note that a sample always exists and that it can either be physical (e.g. a core) or representative (e.g. a picture). A sample is taken from exactly one element and can be represented by one or more radii.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tridasEntity">
        <xs:sequence>
          <xs:element ref="type"/>
          <xs:element ref="description" minOccurs="0"/>
          <xs:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="samplingDate" minOccurs="0"/>
          <xs:element ref="position" minOccurs="0"/>
          <xs:element ref="state" minOccurs="0"/>
          <xs:element ref="knots" minOccurs="0"/>
          <xs:element ref="genericField" minOccurs="0" maxOccurs="unbounded"/>
          <xs:choice>
            <xs:element ref="radius" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element ref="radiusPlaceholder" minOccurs="0"/>
          </xs:choice>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.1/tridas-1.2.1.xsd
Element samplingDate
Namespace http://www.tridas.org/1.2.1
Annotations
Date the sample was taken
Diagram
Diagram tridas-1.2.10.tmp#id25 tridas-1.2.11.tmp#id24
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.1/tridas-1.2.1.xsd
Element position
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element state
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element knots
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element radius
Namespace http://www.tridas.org/1.2.1
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.11.tmp#id30 tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id22 tridas-1.2.11.tmp#id23 tridas-1.2.11.tmp#id33 tridas-1.2.11.tmp#id29 tridas-1.2.11.tmp#id139 tridas-1.2.11.tmp#id159 tridas-1.2.11.tmp#id86 tridas-1.2.11.tmp#id160
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.1/tridas-1.2.1.xsd
Element woodCompleteness
Namespace http://www.tridas.org/1.2.1
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.11.tmp#id140 tridas-1.2.11.tmp#id141 tridas-1.2.11.tmp#id142 tridas-1.2.11.tmp#id143 tridas-1.2.11.tmp#id144 tridas-1.2.11.tmp#id146 tridas-1.2.11.tmp#id150 tridas-1.2.11.tmp#id157
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.1/tridas-1.2.1.xsd
Element ringCount
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element averageRingWidth
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element nrOfUnmeasuredInnerRings
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element nrOfUnmeasuredOuterRings
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element pith
Namespace http://www.tridas.org/1.2.1
Annotations
Whether the pith is present or absent
Diagram
Diagram tridas-1.2.10.tmp#id145
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.1/tridas-1.2.1.xsd
Element heartwood
Namespace http://www.tridas.org/1.2.1
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.10.tmp#id149 tridas-1.2.11.tmp#id147 tridas-1.2.11.tmp#id148
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.1/tridas-1.2.1.xsd
Element missingHeartwoodRingsToPith
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element missingHeartwoodRingsToPithFoundation
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element sapwood
Namespace http://www.tridas.org/1.2.1
Annotations
Details about the sapwood
Diagram
Diagram tridas-1.2.10.tmp#id156 tridas-1.2.11.tmp#id151 tridas-1.2.11.tmp#id152 tridas-1.2.11.tmp#id154 tridas-1.2.11.tmp#id155
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.1/tridas-1.2.1.xsd
Element nrOfSapwoodRings
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element lastRingUnderBark
Namespace http://www.tridas.org/1.2.1
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.10.tmp#id153
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.1/tridas-1.2.1.xsd
Element missingSapwoodRingsToBark
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element missingSapwoodRingsToBarkFoundation
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element bark
Namespace http://www.tridas.org/1.2.1
Annotations
Bark is present or absent
Diagram
Diagram tridas-1.2.10.tmp#id158
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.1/tridas-1.2.1.xsd
Element azimuth
Namespace http://www.tridas.org/1.2.1
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.1/tridas-1.2.1.xsd
Element measurementSeries
Namespace http://www.tridas.org/1.2.1
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.11.tmp#id30 tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id22 tridas-1.2.11.tmp#id23 tridas-1.2.11.tmp#id33 tridas-1.2.11.tmp#id29 tridas-1.2.10.tmp#id199 tridas-1.2.11.tmp#id162 tridas-1.2.11.tmp#id163 tridas-1.2.11.tmp#id139 tridas-1.2.11.tmp#id164 tridas-1.2.11.tmp#id165 tridas-1.2.11.tmp#id166 tridas-1.2.11.tmp#id43 tridas-1.2.11.tmp#id168 tridas-1.2.11.tmp#id169 tridas-1.2.11.tmp#id170 tridas-1.2.11.tmp#id171 tridas-1.2.11.tmp#id172 tridas-1.2.11.tmp#id174 tridas-1.2.11.tmp#id174 tridas-1.2.11.tmp#id188 tridas-1.2.11.tmp#id188 tridas-1.2.11.tmp#id173 tridas-1.2.11.tmp#id45 tridas-1.2.11.tmp#id86 tridas-1.2.11.tmp#id189 tridas-1.2.11.tmp#id161 tridas-1.2.10.tmp#id200 tridas-1.2.11.tmp#id30 tridas-1.2.11.tmp#id31 tridas-1.2.11.tmp#id22 tridas-1.2.11.tmp#id23 tridas-1.2.11.tmp#id33 tridas-1.2.11.tmp#id162 tridas-1.2.11.tmp#id139 tridas-1.2.11.tmp#id164 tridas-1.2.11.tmp#id165 tridas-1.2.11.tmp#id166 tridas-1.2.11.tmp#id174 tridas-1.2.11.tmp#id174 tridas-1.2.11.tmp#id188 tridas-1.2.11.tmp#id188 tridas-1.2.11.tmp#id173 tridas-1.2.11.tmp#id86 tridas-1.2.11.tmp#id189
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>