Documentation for HHI

Complex Type: lifeEventsType

[Table of contents]

Super-types: None
Sub-types: None
Name lifeEventsType
Used by (from the same schema document) Complex Type biographicalElementsType
Abstract no
XML Instance Representation
<...>
<hhi:lifeEvent> xs:string (value comes from list: {'birth'|'death'|'married'|'buried'}) </hhi:lifeEvent> [1]
<hhi:lifeEventISODate> abcd:DateTime </hhi:lifeEventISODate> [1]
<hhi:lifeEventhistoricalDate> hhi:ArchaeologicalDateType </hhi:lifeEventhistoricalDate> [1]
<hhi:lifeEventDescription> abcd:StringL </hhi:lifeEventDescription> [0..1]
</...>
Diagram
h-1351043296 h-1171395423 h-1151887818
Schema Component Representation
<xs:complexType name="lifeEventsType">
<xs:sequence>
<xs:element name="lifeEvent">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="birth"/>
<xs:enumeration value="death"/>
<xs:enumeration value="married"/>
<xs:enumeration value="buried"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="lifeEventISODate" type=" abcd:DateTime "/>
<xs:element name="lifeEventhistoricalDate" type=" hhi:ArchaeologicalDateType "/>
<xs:element name="lifeEventDescription" type=" abcd:StringL " minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>