Documentation for HHI

Complex Type: biographicalElementsType

[Table of contents]

Super-types: None
Sub-types: None
Name biographicalElementsType
Used by (from the same schema document) Complex Type anthropologySpecimenType
Abstract no
Documentation Human remains from historical burials may be identifiable by name and have known biographical facts, perhaps from inscriptions or texts associated with the burial. These elements allow the recording of such biographical facts.
XML Instance Representation
<...>
<hhi:IdentifiedPersonName> abcd:PersonName </hhi:IdentifiedPersonName> [1]

'some anthrological specimens e.g. royal mummies or recent burials may be associated with a person name'

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

'the source of the name e.g. coffin inscription, tomb stone etc.'

<hhi:lifeEvents> hhi:lifeEventsType </hhi:lifeEvents> [0..*]

'a multi purpose element that allows the recording of birth, death, burial'

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

'could be recorded as simply high status or low status or could include social rank e.g. chieftan, pharaoh etc.'

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

'relates to occupation e.g. worked in royal kitchens'

<hhi:otherBiographicFacts> hhi:associatedBiographicFactsType </hhi:otherBiographicFacts> [1]

'Any othe biographic facts associated with the person'

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

'job type e.g. baker, potter, scribe'

<hhi:personImage> abcd:MultiMediaObject </hhi:personImage> [0..*]

'Allows the recording or attachment of images of the named person'

</...>
Diagram
h-1144352315 h-1151887818 h1514992564 h-1151887818 h-1151887818 h-897206986 h-1151887818 h1583365071
Schema Component Representation
<xs:complexType name="biographicalElementsType">
<xs:sequence>
<xs:element name="IdentifiedPersonName" type=" abcd:PersonName "/>
<xs:element name="sourceOfIdentifiedPersonName" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="lifeEvents" type=" hhi:lifeEventsType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="socialRank" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="workRole" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="otherBiographicFacts" type=" hhi:associatedBiographicFactsType "/>
<xs:element name="Occupation" type=" abcd:StringL "/>
<xs:element name="personImage" type=" abcd:MultiMediaObject " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>