openEHR XML Schema Release 1.0 candidate

Complex Type: ISM_TRANSITION

[Table of contents]

Super-types:st:LOCATABLE < ISM_TRANSITION (by extension)
Sub-types:None
NameISM_TRANSITION
Abstractno
XML Instance Representation
<...>

<current_state> bt:DV_CODED_TEXT </current_state> [1]
<transition> bt:DV_CODED_TEXT </transition> [0..1]
<careflow_step> bt:DV_CODED_TEXT </careflow_step> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="ISM_TRANSITION">
<xs:complexContent>
<xs:extension base="st:LOCATABLE">
<xs:sequence>
<xs:element name="current_state" type="bt:DV_CODED_TEXT"/>
<xs:element name="transition" type="bt:DV_CODED_TEXT" minOccurs="0"/>
<xs:element name="careflow_step" type="bt:DV_CODED_TEXT" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>