openEHR XML Schema Release 1.0 candidate

Complex Type: INTERVAL_EVENT

[Table of contents]

Super-types:LOCATABLE < EVENT (by extension) < INTERVAL_EVENT (by extension)
Sub-types:None
NameINTERVAL_EVENT
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..*]
<time> bt:DV_DATE_TIME </time> [1]
<data> ITEM_STRUCTURE </data> [1]
<state> ITEM_STRUCTURE </state> [0..1]
<width> bt:DV_DURATION </width> [1]
<sample_count> xs:integer </sample_count> [0..1]
<math_function> bt:DV_CODED_TEXT </math_function> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="INTERVAL_EVENT">
<xs:complexContent>
<xs:extension base="EVENT">
<xs:sequence>
<xs:element name="width" type="bt:DV_DURATION"/>
<xs:element name="sample_count" type="xs:integer" minOccurs="0"/>
<xs:element name="math_function" type="bt:DV_CODED_TEXT"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>