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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute controlledVoc / @lang
Namespace No namespace
Annotations
The language this term is in.  Default is EN if not specified.
Type xs:language
Properties
use: optional
Used by
Complex Type controlledVoc
Source
<xs:attribute name="lang" type="xs:language" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="EN">The language this term is in. Default is EN if not specified.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute dateTime / @certainty
Namespace No namespace
Type certainty
Properties
use: optional
Facets
enumeration unknown
enumeration exact
enumeration approximately
enumeration after
enumeration before
Used by
Complex Type dateTime
Source
<xs:attribute name="certainty" type="certainty" use="optional"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute date / @certainty
Namespace No namespace
Type certainty
Properties
use: optional
Facets
enumeration unknown
enumeration exact
enumeration approximately
enumeration after
enumeration before
Used by
Complex Type date
Source
<xs:attribute name="certainty" type="certainty" use="optional"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute year / @certainty
Namespace No namespace
Type certainty
Properties
use: optional
Facets
enumeration unknown
enumeration exact
enumeration approximately
enumeration after
enumeration before
Used by
Complex Type year
Source
<xs:attribute name="certainty" type="certainty" use="optional"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute year / @suffix
Namespace No namespace
Type datingSuffix
Properties
use: required
Facets
enumeration AD
enumeration BC
enumeration BP
Used by
Complex Type year
Source
<xs:attribute name="suffix" use="required" type="datingSuffix"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute idRef / seriesLink / @ref
Namespace No namespace
Type xs:IDREF
Properties
content: simple
Used by
Source
<xs:attribute name="ref" type="xs:IDREF"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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
enumeration xs:boolean
enumeration xs:int
enumeration xs:float
enumeration xs:date
enumeration xs:dateTime
enumeration 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: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>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute shape / @normalTridas
Namespace No namespace
Type normalTridasShape
Properties
content: simple
Facets
enumeration whole section
enumeration half section
enumeration third section
enumeration quarter section
enumeration wedge where radius is smaller than circumference
enumeration wedge where radius equals the circumference
enumeration wedge where radius is bigger than the circumference
enumeration beam straightened on one side
enumeration squared beam from whole section
enumeration squared beam from half section
enumeration squared beam from quarter section
enumeration plank cut on one side
enumeration radial plank through pith
enumeration radial plank up to pith
enumeration tangential plank not including pith with breadth larger than a quarter section
enumeration plank not including pith with breadth smaller than a quarter section
enumeration small part of section
enumeration part of undetermined section
enumeration unknown
enumeration other
Used by
Element shape
Source
<xs:attribute name="normalTridas" type="normalTridasShape"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute unit / @normalTridas
Namespace No namespace
Type normalTridasUnit
Properties
content: simple
Facets
enumeration micrometres
enumeration 1/100th millimetres
enumeration 1/50th millimetres
enumeration 1/20th millimetres
enumeration 1/10th millimetres
enumeration millimetres
enumeration centimetres
enumeration metres
Used by
Element unit
Source
<xs:attribute name="normalTridas" type="normalTridasUnit"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute pith / @presence
Namespace No namespace
Type complexPresenceAbsence
Properties
use: required
Facets
enumeration unknown
enumeration not applicable
enumeration absent
enumeration complete
enumeration incomplete
Used by
Element pith
Source
<xs:attribute name="presence" use="required" type="complexPresenceAbsence"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute heartwood / @presence
Namespace No namespace
Type complexPresenceAbsence
Properties
use: required
Facets
enumeration unknown
enumeration not applicable
enumeration absent
enumeration complete
enumeration incomplete
Used by
Element heartwood
Source
<xs:attribute name="presence" use="required" type="complexPresenceAbsence"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute lastRingUnderBark / @presence
Namespace No namespace
Type presenceAbsence
Properties
use: required
Facets
enumeration present
enumeration absent
enumeration unknown
Used by
Source
<xs:attribute name="presence" type="presenceAbsence" use="required"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute sapwood / @presence
Namespace No namespace
Annotations
Whether the sapwood is present or not
Type complexPresenceAbsence
Properties
use: required
Facets
enumeration unknown
enumeration not applicable
enumeration absent
enumeration complete
enumeration 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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute bark / @presence
Namespace No namespace
Type presenceAbsence
Properties
use: required
Facets
enumeration present
enumeration absent
enumeration unknown
Used by
Element bark
Source
<xs:attribute name="presence" use="required" type="presenceAbsence"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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
enumeration hand lens and graticule
enumeration onscreen measuring
enumeration visual estimate
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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute dating / @type
Namespace No namespace
Annotations
Field to denote dating type
Type normalTridasDatingType
Properties
use: required
Facets
enumeration absolute
enumeration dated with uncertainty
enumeration relative
enumeration radiocarbon
Used by
Element dating
Source
<xs:attribute name="type" type="normalTridasDatingType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Field to denote dating type</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute variable / @normalTridas
Namespace No namespace
Type normalTridasVariable
Properties
content: simple
Facets
enumeration ring width
enumeration earlywood width
enumeration latewood width
enumeration ring density
enumeration earlywood density
enumeration latewood density
enumeration maximum density
enumeration latewood percent
enumeration vessel size
Used by
Element variable
Source
<xs:attribute name="normalTridas" type="normalTridasVariable"/>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute remark / @normalTridas
Namespace No namespace
Annotations
TRiDaS controlled vocabulary for specific remarks.
Type normalTridasRemark
Properties
content: simple
Facets
enumeration fire damage
enumeration frost damage
enumeration crack
enumeration false ring(s)
enumeration compression wood
enumeration tension wood
enumeration traumatic ducts
enumeration unspecified injury
enumeration single pinned
enumeration double pinned
enumeration triple pinned
enumeration missing ring
enumeration radius shift up
enumeration radius shift down
enumeration moon ring(s)
enumeration diffuse latewood
enumeration density fluctuation
enumeration wide late wood
enumeration wide early wood
Used by
Element remark
Source
<xs:attribute name="normalTridas" type="normalTridasRemark">
  <xs:annotation>
    <xs:documentation xml:lang="EN">TRiDaS controlled vocabulary for specific remarks.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.xsd
Attribute remark / @inheritedCount
Namespace No namespace
Annotations
In derivedSeries this shows the number of constituent measurementSeries that this remark is found in.
Type xs:int
Properties
content: simple
Used by
Element remark
Source
<xs:attribute name="inheritedCount" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="EN">In derivedSeries this shows the number of constituent measurementSeries that this remark is found in.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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:int
Properties
use: optional
Used by
Element value
Source
<xs:attribute name="count" type="xs:int" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Optional field to denote how many underlying values went to create this value in a derivedSeries</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/tridas-1.2.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.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 file:/Users/peterbrewer/dev/sourceforge/tridas/XMLSchema/1.2.2/gmlsf.xsd