openEHR XML Schema Release 1.0 candidate

Complex Type: INSTRUCTION_DETAILS

[Table of contents]

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

<instruction_id> bt:LOCATABLE_REF </instruction_id> [1]
<activity_id> bt:atCode </activity_id> [1]
<wf_details> st:ITEM_STRUCTURE </wf_details> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="INSTRUCTION_DETAILS">
<xs:complexContent>
<xs:extension base="st:LOCATABLE">
<xs:sequence>
<xs:element name="instruction_id" type="bt:LOCATABLE_REF"/>
<xs:element name="activity_id" type="bt:atCode"/>
<xs:element name="wf_details" type="st:ITEM_STRUCTURE" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>