Documentation for HHI

Complex Type: associatedBiographicFactsType

[Table of contents]

Super-types: None
Sub-types: None
Name associatedBiographicFactsType
Used by (from the same schema document) Complex Type biographicalElementsType
Abstract no
XML Instance Representation
<...>
<hhi:associatedBiographicFact> abcd:StringL </hhi:associatedBiographicFact> [1]
<hhi:associatedBiographicFactType> xs:string (value comes from list: {'education'|'work'|'honours'|'organisations'|'places'}) </hhi:associatedBiographicFactType> [1]
<hhi:associatedBiographicFactDate> hhi:ArchaeologicalDateType </hhi:associatedBiographicFactDate> [1]

'date associated with the biographical fact'

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

'Source of the information e.g. tomb-stone, coffin inscription, associated wall paintings etc.'

</...>
Diagram
h-1151887818 h-1171395423 h-1151887818
Schema Component Representation
<xs:complexType name="associatedBiographicFactsType">
<xs:sequence>
<xs:element name="associatedBiographicFact" type=" abcd:StringL "/>
<xs:element name="associatedBiographicFactType">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="education"/>
<xs:enumeration value="work"/>
<xs:enumeration value="honours"/>
<xs:enumeration value="organisations"/>
<xs:enumeration value="places"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="associatedBiographicFactDate" type=" hhi:ArchaeologicalDateType "/>
<xs:element name="associatedBiographicFactSource" type=" abcd:StringL "/>
</xs:sequence>
</xs:complexType>