Showing:

Annotations
Facets
Properties
Source
Used by
Attribute controlledVoc/@normalStd
Namespace No namespace
Annotations
The name of the standard used to control this vocabulary
Used by
Complex Type controlledVoc
Source
<xs:attribute name="normalStd">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The name of the standard used to control this vocabulary</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute controlledVoc/@normalId
Namespace No namespace
Annotations
The ID value in the standard dictionary corresponding to this entry
Used by
Complex Type controlledVoc
Source
<xs:attribute name="normalId">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The ID value in the standard dictionary corresponding to this entry</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute controlledVoc/@normal
Namespace No namespace
Annotations
The normalised name for this entry
Used by
Complex Type controlledVoc
Source
<xs:attribute name="normal">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The normalised name for this entry</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute dateTime/@certainty
Namespace No namespace
Type certainty
Properties
use: optional
Facets
enumeration unknown, exact, approximately, after, before
Used by
Complex Type dateTime
Source
<xs:attribute name="certainty" type="certainty" use="optional"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute date/@certainty
Namespace No namespace
Type certainty
Properties
use: optional
Facets
enumeration unknown, exact, approximately, after, before
Used by
Complex Type date
Source
<xs:attribute name="certainty" type="certainty" use="optional"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute year/@certainty
Namespace No namespace
Type certainty
Properties
use: optional
Facets
enumeration unknown, exact, approximately, after, before
Used by
Complex Type year
Source
<xs:attribute name="certainty" type="certainty" use="optional"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute year/@suffix
Namespace No namespace
Type datingSuffix
Properties
use: required
Facets
enumeration AD, BC, BP
Used by
Complex Type year
Source
<xs:attribute name="suffix" use="required" type="datingSuffix"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute identifier/@domain
Namespace No namespace
Annotations
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.
Properties
use: required
Used by
Element identifier
Source
<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>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute idRef/preferredSeries/linkSeries/@ref
Namespace No namespace
Type xs:IDREF
Properties
content: simple
Used by
Source
<xs:attribute name="ref" type="xs:IDREF"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute idRef/linkSeries/@ref
Namespace No namespace
Type xs:IDREF
Properties
content: simple
Used by
Source
<xs:attribute name="ref" type="xs:IDREF"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute gml:CodeType/@codeSpace
Namespace No namespace
Type anyURI
Properties
use: optional
Used by
Complex Type gml:CodeType
Source
<attribute name="codeSpace" type="anyURI" use="optional"/>
Schema location http://www.tridas.org/1.2/gmlsf.xsd
Attribute gml:AbstractGeometryType/@srsName
Namespace No namespace
Annotations
In general this reference points to a CRS instance of
                     gml:CoordinateReferenceSystemType (see
                     coordinateReferenceSystems.xsd). For well known
                     references it is not required that the CRS description
                     exists at the location the URI points to. If no srsName
                     attribute is given, the CRS must be specified as part of
                     the larger context this geometry element is part of, e.g.
                     a geometric element like point, curve, etc. It is expected
                     that this attribute will be specified at the direct
                     position level only in rare cases.
Type anyURI
Properties
use: optional
Used by
Source
<attribute name="srsName" type="anyURI" use="optional">
  <annotation>
    <documentation>In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the location the URI points to. If no srsName attribute is given, the CRS must be specified as part of the larger context this geometry element is part of, e.g. a geometric element like point, curve, etc. It is expected that this attribute will be specified at the direct position level only in rare cases.</documentation>
  </annotation>
</attribute>
Schema location http://www.tridas.org/1.2/gmlsf.xsd
Attribute genericField/@name
Namespace No namespace
Annotations
Name of the field.
Properties
use: required
Used by
Element genericField
Source
<xs:attribute name="name" use="required">
  <xs:annotation>
    <xs:documentation>Name of the field.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute genericField/@type
Namespace No namespace
Annotations
The data type that this field contains.
Type restriction of xs:string
Properties
use: optional
Facets
enumeration xs:string, xs:boolean, xs:integer, xs:float, xs:date, xs:dateTime, xs:duration
Used by
Element genericField
Source
<xs:attribute name="type" use="optional">
  <xs:annotation>
    <xs:documentation>The data type that this field contains.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="xs:string"/>
      <xs:enumeration value="xs:boolean"/>
      <xs:enumeration value="xs:integer"/>
      <xs:enumeration value="xs:float"/>
      <xs:enumeration value="xs:date"/>
      <xs:enumeration value="xs:dateTime"/>
      <xs:enumeration value="xs:duration"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute name/laboratory/@acronym
Namespace No namespace
Annotations
Acronym of the laboratory.
Properties
use: optional
Used by
Element laboratory/name
Source
<xs:attribute name="acronym" use="optional">
  <xs:annotation>
    <xs:documentation>Acronym of the laboratory.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute category/@normalTridas
Namespace No namespace
Annotations
TRiDaS controlled vocabulary of research categories.
Type normalTridasCategory
Properties
content: simple
Facets
enumeration
Used by
Element category
Source
<xs:attribute name="normalTridas" type="normalTridasCategory">
  <xs:annotation>
    <xs:documentation>TRiDaS controlled vocabulary of research categories.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute shape/@normalTridas
Namespace No namespace
Type normalTridasShape
Properties
content: simple
Facets
enumeration Whole section, Half section, Third section, Quarter section, Wedge where radius is smaller than circumference, Wedge where radius equals the circumference, Wedge where radius is bigger than the circumference, Beam straightened on one side, Squared beam from whole section, Squared beam from half section, Squared beam from quarter section, Plank cut on one side, Radial plank through pith, Radial plank up to pith, Tangential plank not including pith with breadth larger than a quarter section, Plank not including pith with breadth smaller than a quarter section, Small part of section, Part of undetermined section, Unknown
Used by
Element shape
Source
<xs:attribute name="normalTridas" type="normalTridasShape"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute unit/@normalTridas
Namespace No namespace
Type normalTridasUnit
Properties
content: simple
Facets
enumeration micrometres, 1/100th millimetres, 1/10th millimetres, millimetres, centimetres, metres
Used by
Element unit
Source
<xs:attribute name="normalTridas" type="normalTridasUnit"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute pith/@presence
Namespace No namespace
Type complexPresenceAbsence
Properties
use: required
Facets
enumeration unknown, not applicable, absent, complete, incomplete
Used by
Element pith
Source
<xs:attribute name="presence" use="required" type="complexPresenceAbsence"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute heartwood/@presence
Namespace No namespace
Type complexPresenceAbsence
Properties
use: required
Facets
enumeration unknown, not applicable, absent, complete, incomplete
Used by
Element heartwood
Source
<xs:attribute name="presence" use="required" type="complexPresenceAbsence"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute lastRingUnderBark/@presence
Namespace No namespace
Type presenceAbsence
Properties
use: required
Facets
enumeration present, absent
Used by
Source
<xs:attribute name="presence" type="presenceAbsence" use="required"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute sapwood/@presence
Namespace No namespace
Annotations
Whether the sapwood is present or not
Type complexPresenceAbsence
Properties
use: required
Facets
enumeration unknown, not applicable, absent, complete, incomplete
Used by
Element sapwood
Source
<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>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute bark/@presence
Namespace No namespace
Type presenceAbsence
Properties
use: required
Facets
enumeration present, absent
Used by
Element bark
Source
<xs:attribute name="presence" use="required" type="presenceAbsence"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute measuringMethod/@normalTridas
Namespace No namespace
Annotations
TRiDaS controlled vocabulary for the method of measuring.
Type normalTridasMeasuringMethod
Properties
content: simple
Facets
enumeration Measuring platform, Hand lens and graticule
Used by
Element measuringMethod
Source
<xs:attribute name="normalTridas" type="normalTridasMeasuringMethod">
  <xs:annotation>
    <xs:documentation>TRiDaS controlled vocabulary for the method of measuring.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute variable/@normalTridas
Namespace No namespace
Type normalTridasVariable
Properties
content: simple
Facets
enumeration Ring width, Earlywood width, Latewood width, Ring density, Earlywood density, Latewood density, Maximum density, Latewood percent
Used by
Element variable
Source
<xs:attribute name="normalTridas" type="normalTridasVariable"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute remark/@normalTridas
Namespace No namespace
Annotations
TRiDaS controlled vocabulary for specific remarks.
Type normalTridasRemark
Properties
content: simple
Facets
enumeration Fire damage, Frost damage, Crack, False ring(s), Compression wood, Tension wood, Traumatic ducts, Unspecified injury
Used by
Element remark
Source
<xs:attribute name="normalTridas" type="normalTridasRemark">
  <xs:annotation>
    <xs:documentation>TRiDaS controlled vocabulary for specific remarks.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute value/@value
Namespace No namespace
Annotations
A value is the result of a single ring measurement. The type of measurement this is along with 
the units used are recorded in the 'values' container in the associated measurement- or derviedSeries.
Type xs:string
Properties
use: required
Used by
Element value
Source
<xs:attribute name="value" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="EN">A value is the result of a single ring measurement. The type of measurement this is along with the units used are recorded in the 'values' container in the associated measurement- or derviedSeries.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute value/@index
Namespace No namespace
Annotations
Alphanumeric code to identify the sequential position of the value, e.g. nr1001, nr1002
Type xs:string
Properties
use: required
Used by
Element value
Source
<xs:attribute name="index" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Alphanumeric code to identify the sequential position of the value, e.g. nr1001, nr1002</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute value/@count
Namespace No namespace
Annotations
Optional field to denote how many underlying values went to create this value in a derivedSeries
Type xs:integer
Properties
use: optional
Used by
Element value
Source
<xs:attribute name="count" type="xs:integer" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Optional field to denote how many underlying values went to create this value in a derivedSeries</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute baseSeries/@id
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type baseSeries
Source
<xs:attribute name="id" type="xs:ID"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute measurementSeries/@id
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Source
<xs:attribute name="id" type="xs:ID"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute measurementSeriesPlaceholder/@id
Namespace No namespace
Type xs:ID
Properties
use: required
Used by
Source
<xs:attribute name="id" type="xs:ID" use="required"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute derivedSeries/@id
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Element derivedSeries
Source
<xs:attribute name="id" type="xs:ID"/>
Schema location http://www.tridas.org/1.2/tridas.xsd
Attribute gml:LineStringSegmentType/@interpolation
Namespace No namespace
Annotations
The attribute "interpolation" specifies
                     the curve interpolation mechanism used
                     for this segment. This mechanism uses
                     the control points and control parameters
                     to determine the position of this curve
                     segment. For a LineStringSegment the
                     interpolation is fixed as "linear".
Type gml:CurveInterpolationType
Properties
fixed: linear
Facets
enumeration linear
Used by
Source
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="linear">
  <annotation>
    <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism uses the control points and control parameters to determine the position of this curve segment. For a LineStringSegment the interpolation is fixed as "linear".</documentation>
  </annotation>
</attribute>
Schema location http://www.tridas.org/1.2/gmlsf.xsd
Attribute gml:PolygonPatchType/@interpolation
Namespace No namespace
Annotations
The attribute "interpolation" specifies the
                     interpolation mechanism used for this surface
                     patch. Currently only planar surface patches
                     are defined in GML 3, the attribute is fixed
                     to "planar", i.e. the interpolation method
                     shall return points on a single plane. The
                     boundary of the patch shall be contained within
                     that plane.
Type gml:SurfaceInterpolationType
Properties
fixed: planar
Facets
enumeration planar
Used by
Complex Type gml:PolygonPatchType
Source
<attribute name="interpolation" type="gml:SurfaceInterpolationType" fixed="planar">
  <annotation>
    <documentation>The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.</documentation>
  </annotation>
</attribute>
Schema location http://www.tridas.org/1.2/gmlsf.xsd
Attribute gml:EnvelopeType/@srsName
Namespace No namespace
Annotations
In general this reference points to a CRS instance of
               gml:CoordinateReferenceSystemType (see
               coordinateReferenceSystems.xsd). For well known
               references it is not required that the CRS description
               exists at the location the URI points to.
Type anyURI
Properties
use: required
Used by
Complex Type gml:EnvelopeType
Source
<attribute name="srsName" type="anyURI" use="required">
  <annotation>
    <documentation>In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the location the URI points to.</documentation>
  </annotation>
</attribute>
Schema location http://www.tridas.org/1.2/gmlsf.xsd
Attribute gml:MeasureType/@uom
Namespace No namespace
Type anyURI
Properties
use: required
Used by
Complex Type gml:MeasureType
Source
<attribute name="uom" type="anyURI" use="required"/>
Schema location http://www.tridas.org/1.2/gmlsf.xsd