<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>
<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>
<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>
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.
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>
<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>
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>
<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>
<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>
GML representation of a location. Can be either a point to represent a particular location or a polygon to representan area or a geographical extent / bounding box.
<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>
<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>
<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>
<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>
<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>
<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>
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: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>
<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>
<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>
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>
<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>
<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>
<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>
<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>
<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>
<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>
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: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>
<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>
<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>
<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>
<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>
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: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>
The most detailed taxonomic name known for this element (species, genus, family etc).Preferably from the Catalogue of Life (www.catalogueoflife.org) controlled vocabulary.
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>
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: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>
<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>
<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>
Height of this element. Should be used in combination with either diameter, or width and depth.
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>
Diameter of this element. Used in combination with height when the element is a tree.
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>
<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>
<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>
<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>
<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>
Angle in degrees from north along which the slope lies
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>
<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>
<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: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>
<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>
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: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>
<xs:element name="samplingDate" type="date"><xs:annotation><xs:documentation xml:lang="EN">Date the sample was taken</xs:documentation></xs:annotation></xs:element>
<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>
<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>
<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>
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: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>
Details of the pith, heartwood, sapwood and last ring under the bark. This is included under the radius ormeasurementSeries entities. If present in both, the measurementSeries detailssupercede those of the radius.
<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>
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: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>
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: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>
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: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>
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: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>
<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>
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: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>
<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>
<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>
<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>
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: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>
<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>
<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>
<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>
<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>
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.