Documentation for HHI

Complex Type: ArchaeologicalContextType

[Table of contents]

Super-types: None
Sub-types: None
Name ArchaeologicalContextType
Used by (from the same schema document) Complex Type ArchaeologicalProvenanceType
Abstract no
Documentation elements for describing the excavational/site context in which an artefact or anthropological specimen was found
XML Instance Representation
<...>
<hhi:ContextNumber> abcd:StringL </hhi:ContextNumber> [0..1]

'Site context reference number or string'

<hhi:contextType> abcd:StringL </hhi:contextType> [1]

'A term that classifies the context e.g. deposit, cut, coffin, skeleton, masonry, timber, hearth etc.'

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

'free text description of the context e.g. the material filling a grave or ditch or the traces of digging'

<hhi:contextDate> hhi:ArchaeologicalDateType </hhi:contextDate> [0..*]

'allows dates to be given to individual contexts within an excavation'

<hhi:contextFinds> hhi:associatedArtefactAssemblageType </hhi:contextFinds> [0..1]

'allows for lists of artefacts related to the context'

<hhi:contextBiologicalMaterial> hhi:associatedBiologicalMaterialListType </hhi:contextBiologicalMaterial> [1]

'List of organic remains from this context'

</...>
Diagram
h-1151887818 h-1151887818 h-1151887818 h-1171395423 h1091120383 h1729711851
Schema Component Representation
<xs:complexType name="ArchaeologicalContextType">
<xs:sequence>
<xs:element name="ContextNumber" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="contextType" type=" abcd:StringL " minOccurs="1"/>
<xs:element name="contextDescription" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="contextDate" type=" hhi:ArchaeologicalDateType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="contextFinds" type=" hhi:associatedArtefactAssemblageType " minOccurs="0" maxOccurs="1"/>
<xs:element name="contextBiologicalMaterial" type=" hhi:associatedBiologicalMaterialListType "/>
</xs:sequence>
</xs:complexType>