openEHR XML Schema Release 1.0 candidate

Complex Type: HISTORY

[Table of contents]

Super-types:LOCATABLE < HISTORY (by extension)
Sub-types:None
NameHISTORY
Abstractno
XML Instance Representation
<...

archetype_node_id="bt:archetypeNodeId [1]">

<name> bt:DV_TEXT </name> [1]
<uid> bt:OBJECT_ID </uid> [0..1]
<feeder_audit> bt:FEEDER_AUDIT </feeder_audit> [0..1]
<links> LINK </links> [0..*]
<events> EVENT </events> [0..*]
<summary> ITEM_STRUCTURE </summary> [0..1]
<period> bt:DV_DURATION </period> [0..1]
<duration> bt:DV_DURATION </duration> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="HISTORY">
<xs:complexContent>
<xs:extension base="LOCATABLE">
<xs:sequence>
<xs:element name="events" type="EVENT" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="summary" type="ITEM_STRUCTURE" minOccurs="0"/>
<xs:element name="period" type="bt:DV_DURATION" minOccurs="0"/>
<xs:element name="duration" type="bt:DV_DURATION" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>