Documentation for HHI

Complex Type: associatedArtefactAssemblageType

[Table of contents]

Super-types: None
Sub-types: None
Name associatedArtefactAssemblageType
Used by (from the same schema document) Complex Type archaeologicalFeatureType , Complex Type burialType , Complex Type ArchaeologicalContextType
Abstract no
Documentation A complex type for describing any artefacts and similar items from an archaeological context or burial
XML Instance Representation
<...>
<hhi:associatedArtefactIListContextIdentifier> xs:string </hhi:associatedArtefactIListContextIdentifier> [0..1]

'Archaeological context identifying number or string, for this artefact. list'

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

'Free text description of an artefact assemblage'

<hhi:associatedArtefactList> [0..*]

'Container for one or more finds that constitute the artefact assemblage associated with the archaeological context or burial being described. Note that highly detailed information on identification or description of the objects in the assemblage should be treated as separate but related specimen units.'


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

'A single artefact name at any level e.g. sword, flint biface, bronze mirror.'

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

'text description of the artefact or group of artefacts'

<hhi:associatedArtefactIFindNumber> xs:string </hhi:associatedArtefactIFindNumber> [0..1]

'Identifying number, find number or other identifier for this artefact.'

<hhi:associatedArtefactIRegistrationNumber> xs:string </hhi:associatedArtefactIRegistrationNumber> [0..1]

'Collection or Museum registration number or code, for this artefact.'

<hhi:associatedArtefactMeasurement> abcd:MeasurementOrFact </hhi:associatedArtefactMeasurement> [0..*]
<hhi:associatedArtefactImage> abcd:MultiMediaObject </hhi:associatedArtefactImage> [0..1]
</hhi:associatedArtefactList>
</...>
Diagram
h-1151887818 h-1151887818 h-1151887818 h-230762522 h1583365071
Schema Component Representation
<xs:complexType name="associatedArtefactAssemblageType">
<xs:sequence>
<xs:element name="associatedArtefactIListContextIdentifier" type=" xs:string " minOccurs="0" maxOccurs="1"/>
<xs:element name="associatedArtefactsAssemblageText" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="associatedArtefactList" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="associatedArtefactName" type=" abcd:StringL "/>
<xs:element name="associatedArtefactDescription" type=" abcd:StringL "/>
<xs:element name="associatedArtefactIFindNumber" type=" xs:string " minOccurs="0" maxOccurs="1"/>
<xs:element name="associatedArtefactIRegistrationNumber" type=" xs:string " minOccurs="0" maxOccurs="1"/>
<xs:element name="associatedArtefactMeasurement" type=" abcd:MeasurementOrFact " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="associatedArtefactImage" type=" abcd:MultiMediaObject " minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>