Documentation for HHI

Complex Type: ArchaeologicalDateType

[Table of contents]

Super-types: None
Sub-types: None
Name ArchaeologicalDateType
Used by (from the same schema document) Complex Type associatedBiographicFactsType , Complex Type burialType , Complex Type historicalEvent , Complex Type lifeEventsType , Complex Type datingOfSpecimenType , Complex Type ArchaeologicalContextType
Abstract no
Documentation This element is called historical date because it will be mainly applied to anthropological and archaeological specimens and the efg schema can be used for palaeontological specimens
XML Instance Representation
<...>
<hhi:TextDate> abcd:StringL </hhi:TextDate> [0..1]

'Free text for recording a date of any kind as a text string or comment - used if database does not have atomised dates or date is part of a comment field'

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

'What was used as the basis of the date e.g. carbon in shroud remnant, coffin wood , inscription etc.'

Start Choice [0..1]
<hhi:CalendicalYear> hhi:calendricalYearType </hhi:CalendicalYear> [1]
<hhi:RegnalYear> hhi:regnalYearType </hhi:RegnalYear> [1]
<hhi:historicalPeriod> hhi:historicalPeriodType </hhi:historicalPeriod> [1]

'Allows the recording of cultural and historical period dates such as bronze age, Tudor, post-medieval etc.'

<hhi:StratigraphicDate> efg:StratigraphicAttributionsType </hhi:StratigraphicDate> [0..1]

'uses the geological stratigraphic dating elements as these include iradiometric dates and recent stratigraphy'

<hhi:dendrochrologyDate> hhi:dendrochronologyDateType </hhi:dendrochrologyDate> [0..*]

'element for dendrochronology dates'

End Choice
</...>
Diagram
h-1151887818 h-1151887818 h-1564055876 h1097543649 h-2112362262 h1420287340 h1858991577
Schema Component Representation
<xs:complexType name="ArchaeologicalDateType">
<xs:sequence>
<xs:element name="TextDate" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="basisOfDating" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:choice maxOccurs="1" minOccurs="0">
<xs:element name="CalendicalYear" type=" hhi:calendricalYearType "/>
<xs:element name="RegnalYear" type=" hhi:regnalYearType "/>
<xs:element name="historicalPeriod" type=" hhi:historicalPeriodType "/>
<xs:element name="StratigraphicDate" type=" efg:StratigraphicAttributionsType " minOccurs="0"/>
<xs:element name="dendrochrologyDate" type=" hhi:dendrochronologyDateType " minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
</xs:complexType>