Documentation for HHI

Complex Type: graveType

[Table of contents]

Super-types: None
Sub-types: None
Name graveType
Used by (from the same schema document) Complex Type archaeologicalFeatureType
Abstract no
Documentation group of elements used to describe a grave e.g. an excavation within which a body or cremated remains are placed
XML Instance Representation
<...>
<hhi:graveIdentifier> abcd:StringL </hhi:graveIdentifier> [0..1]

'Context number, reference number or similar used to identify the particular grave'

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

'Free text description of the grave'

<hhi:lengthOfGrave> abcd:MeasurementOrFact </hhi:lengthOfGrave> [0..1]
<hhi:depthOfGrave> abcd:MeasurementOrFact </hhi:depthOfGrave> [0..1]
<hhi:widthOfGrave> abcd:MeasurementOrFact </hhi:widthOfGrave> [0..1]
<hhi:otherMeasurements> abcd:MeasurementOrFact </hhi:otherMeasurements> [0..*]

'allows the recording of any other measured dimensions relating to the grave'

<hhi:graveOrientation> abcd:MeasurementOrFact </hhi:graveOrientation> [0..*]

'direction, orientation or aspect of the grave expressed e.g. dip and strike in compass points or other measures'

</...>
Diagram
h-1151887818 h-1151887818 h-230762522 h-230762522 h-230762522 h-230762522 h-230762522
Schema Component Representation
<xs:complexType name="graveType">
<xs:sequence>
<xs:element name="graveIdentifier" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="graveDescription" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="lengthOfGrave" type=" abcd:MeasurementOrFact " minOccurs="0" maxOccurs="1"/>
<xs:element name="depthOfGrave" type=" abcd:MeasurementOrFact " minOccurs="0" maxOccurs="1"/>
<xs:element name="widthOfGrave" type=" abcd:MeasurementOrFact " minOccurs="0" maxOccurs="1"/>
<xs:element name="otherMeasurements" type=" abcd:MeasurementOrFact " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="graveOrientation" type=" abcd:MeasurementOrFact " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>