Documentation for HHI

Complex Type: archaeologicalExcavationMetadataType

[Table of contents]

Super-types: None
Sub-types: None
Name archaeologicalExcavationMetadataType
Used by (from the same schema document) Complex Type ArchaeologicalProvenanceType
Abstract no
Documentation A complex type for holding the main elements defining an archaeological excavation
XML Instance Representation
<...>
<hhi:excavationName> abcd:StringL </hhi:excavationName> [0..1]

'Identifying name for the excavation project'

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

'free text description of the excavation'

<hhi:ExcavationDates> abcd:DateTime </hhi:ExcavationDates> [0..1]

'Date range for the excavation project'

<hhi:geographicContext> ... </hhi:geographicContext> [1]
<hhi:associatedPerson> abcd:PersonName </hhi:associatedPerson> [0..*]
<hhi:associatedOrganisation> abcd:Organisation </hhi:associatedOrganisation> [0..*]
<hhi:ExcavationReference> abcd:Reference </hhi:ExcavationReference> [0..*]
</...>
Diagram
h-1151887818 h-1151887818 h-1351043296 h190395573 h-1144352315 h1579630047 h401516646
Schema Component Representation
<xs:complexType name="archaeologicalExcavationMetadataType">
<xs:sequence>
<xs:element name="excavationName" type=" abcd:StringL " minOccurs="0"/>
<xs:element name="excavationDescription" type=" abcd:StringL " minOccurs="0"/>
<xs:element name="ExcavationDates" type=" abcd:DateTime " minOccurs="0"/>
<xs:element ref=" hhi:geographicContext "/>
<xs:element name="associatedPerson" type=" abcd:PersonName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="associatedOrganisation" type=" abcd:Organisation " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ExcavationReference" type=" abcd:Reference " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>