Documentation for HHI

Complex Type: culturalArtefactPart

[Table of contents]

Super-types: None
Sub-types: None
Name culturalArtefactPart
Used by (from the same schema document) Complex Type culturalArtefactSpecimenType
Abstract no
Documentation Part is used to define areas of a single object e.g. top surface, inside etc. or describes a single part or component of a complex object e.g. the frame of a picture, lid of a coffin, haft of an axe etc.
XML Instance Representation
<...>
<hhi:simplePartName> hhi:simpleName </hhi:simplePartName> [1]

'simple name describing part e.g. wheel hub, rim fragment, axe head, frame, buckle etc.'

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

'text field for describing the function of the part within the whole artefact'

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

'free text description of the part'

<hhi:partMaterials> abcd:StringL </hhi:partMaterials> [0..*]

'simple text field for listing material - might need augmenting with option to use a complex identification and analysis type'

<hhi:partManufactureProcess> abcd:StringL </hhi:partManufactureProcess> [0..*]

'text description of any process involved in the manufacture or creation of this part of the artefact e.g. pressure-flaking, lost-wax process etc.'

<hhi:partDecoration> hhi:appliedDecoration </hhi:partDecoration> [0..*]

'each area or surface of a simple object (e.g. outside of a pot) or each part of a complex object (e.g a painted coffin) may be individually decorated, inlaid, scultpted or painted and multiple forms of decoration may be present on one part'

</...>
Diagram
h-953100926 h-1151887818 h-1151887818 h-1151887818 h-1151887818 h2088037192
Schema Component Representation
<xs:complexType name="culturalArtefactPart">
<xs:sequence>
<xs:element name="simplePartName" type=" hhi:simpleName " minOccurs="1" maxOccurs="1"/>
<xs:element name="partFunction" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="partDescription" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="partMaterials" type=" abcd:StringL " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="partManufactureProcess" type=" abcd:StringL " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="partDecoration" type=" hhi:appliedDecoration " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>