Documentation for HHI

Complex Type: pathologyElementsType

[Table of contents]

Super-types: None
Sub-types: None
Name pathologyElementsType
Used by (from the same schema document) Complex Type anthropologySpecimenType
Abstract no
Documentation Elements for describing the manifestations of disease or abnormality in a biological (especially anthropological) specimen. Element can also be used for cosmetic and surgical modifications
XML Instance Representation
<...>
<hhi:pathologyGeneralDescription> abcd:StringL </hhi:pathologyGeneralDescription> [0..1]

'General text description of pathological condition, can be used instaed or in addition to atomised data'

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

'Brief text description or name of pathological condition e.g. osteosarcoma'

<hhi:pathologicalConditionClassification> xs:string (value comes from list: {'conflict trauma'|'congenital'|'cosmetic'|'diet'|'disease'|'endocrine'|'injury'|'surgery'|'other'}) </hhi:pathologicalConditionClassification> [0..*]

'Keywords for sorting types of pathological and structural changes to bones, teeth or preserved tissue including conflict wounds, surgical trauma, cosmetic modification, congenital, endocrine, disease and diet related conditions.'

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

'body part and location of pathological condition e.g. left femur shaft'

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

'pathological conditions occur in life but deformation resembling pathological conditions may occur post mortem and some such as sword cuts may be the cause of death'

<hhi:diagnosisAgent> abcd:PersonName </hhi:diagnosisAgent> [0..*]

'Person(s) who diagnosed the pathological condition'

<hhi:pathologyDiagnosisReference> abcd:Reference </hhi:pathologyDiagnosisReference> [0..*]

'References relating to identified pathological condition'

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

'Measurements or descriptors related to the pathological condition'

<hhi:pathologyImages> abcd:MultiMediaObject </hhi:pathologyImages> [0..*]
</...>
Diagram
h-1151887818 h-1151887818 h-1151887818 h-1151887818 h-1144352315 h401516646 h-230762522 h1583365071
Schema Component Representation
<xs:complexType name="pathologyElementsType">
<xs:sequence>
<xs:element name="pathologyGeneralDescription" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="pathologicalCondition" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="pathologicalConditionClassification" minOccurs="0" maxOccurs="unbounded">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="conflict trauma"/>
<xs:enumeration value="congenital"/>
<xs:enumeration value="cosmetic"/>
<xs:enumeration value="diet"/>
<xs:enumeration value="disease"/>
<xs:enumeration value="endocrine"/>
<xs:enumeration value="injury"/>
<xs:enumeration value="surgery"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="affectedPart" type=" abcd:StringL " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="preOrPostMortem" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
<xs:element name="diagnosisAgent" type=" abcd:PersonName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="pathologyDiagnosisReference" type=" abcd:Reference " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="pathologyMeasurementsorFacts" type=" abcd:MeasurementOrFact " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="pathologyImages" type=" abcd:MultiMediaObject " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>