Documentation for HHI

Complex Type: archaeologicalFeatureType

[Table of contents]

Super-types: None
Sub-types: None
Name archaeologicalFeatureType
Used by (from the same schema document) Complex Type ArchaeologicalProvenanceType
Abstract no
Documentation A unit related to Gathering that provides archaeological context details for the origin of the specimen. Generally speaking if there are artefacts present then the information is in the archaeological domain rather than geology. This element can be used to describe both features and contexts
XML Instance Representation
<...>
<hhi:grave> hhi:graveType </hhi:grave> [0..1]

'a special element for describing simple excavation graves'

<hhi:associatedArtefactAssemblage> hhi:associatedArtefactAssemblageType </hhi:associatedArtefactAssemblage> [1]

'Anthropological specimens often have artefacts associated with them in their original excavation contexts'

<hhi:featureBiologicalMaterial> hhi:associatedBiologicalMaterialListType </hhi:featureBiologicalMaterial> [0..*]
</...>
Diagram
h-1681947622 h1091120383 h1729711851
Schema Component Representation
<xs:complexType name="archaeologicalFeatureType">
<xs:sequence>
<xs:element name="grave" type=" hhi:graveType " minOccurs="0" maxOccurs="1"/>
<xs:element name="associatedArtefactAssemblage" type=" hhi:associatedArtefactAssemblageType "/>
<xs:element name="featureBiologicalMaterial" type=" hhi:associatedBiologicalMaterialListType " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>