Documentation for HHI

Complex Type: dendrochronologyDateType

[Table of contents]

Super-types: None
Sub-types: None
Name dendrochronologyDateType
Used by (from the same schema document) Complex Type ArchaeologicalDateType
Abstract no
Documentation Tree ring dating information
XML Instance Representation
<...>
<hhi:ItemDated> abcd:StringL </hhi:ItemDated> [0..1]

'Wooden item that was sampled to give dendrochronology date e.g. coffin base'

<hhi:ageInYears> xs:string </hhi:ageInYears> [0..1]

'Give the age in years determined by the denrochronological sequence'

<hhi:dendrochrologyCalendarDate> hhi:calendricalYearType </hhi:dendrochrologyCalendarDate> [0..1]

'allows the recording of an exact date e.g. 1066 A.D. 1599 C.E. 3000 B.C. etc.'

<hhi:dendrochronologicalDateAccuracy> abcd:StringL </hhi:dendrochronologicalDateAccuracy> [0..1]

'error or accuracy of the date e.g. +/- 5 years'

<hhi:dendrochronologySequenceUsed> abcd:StringL </hhi:dendrochronologySequenceUsed> [0..1]

'text field linking date to a specified dendrochonological dating sequence.'

<hhi:dateCertainty> abcd:StringL </hhi:dateCertainty> [0..1]

'allows for expressing whether this is known accurate, presumed inaccurate, inferred etc.'

<hhi:dendrochrologyAgent> abcd:PersonName </hhi:dendrochrologyAgent> [0..*]

'person(s) carrying out the dating.'

</...>
Diagram
h-1151887818 h-1564055876 h-1151887818 h-1151887818 h-1151887818 h-1144352315
Schema Component Representation
<xs:complexType name="dendrochronologyDateType">
<xs:sequence>
<xs:element name="ItemDated" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="ageInYears" type=" xs:string " minOccurs="0" maxOccurs="1"/>
<xs:element name="dendrochrologyCalendarDate" type=" hhi:calendricalYearType " minOccurs="0" maxOccurs="1"/>
<xs:element name="dendrochronologicalDateAccuracy" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="dendrochronologySequenceUsed" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="dateCertainty" type=" abcd:StringL " minOccurs="0"/>
<xs:element name="dendrochrologyAgent" type=" abcd:PersonName " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>