openEHR XML Schema Release 1.0 candidate

Complex Type: LINK

[Table of contents]

Super-types:None
Sub-types:None
NameLINK
Abstractno
XML Instance Representation
<...>

<meaning> bt:DV_TEXT </meaning> [1]
<type> bt:DV_TEXT </type> [1]
<target> bt:DV_EHR_URI </target> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="LINK">
<xs:sequence>
<xs:element name="meaning" type="bt:DV_TEXT"/>
<xs:element name="type" type="bt:DV_TEXT"/>
<xs:element name="target" type="bt:DV_EHR_URI"/>
</xs:sequence>
</xs:complexType>