openEHR XML Schema Release 1.0 candidate

Complex Type: TERM_MAPPING

[Table of contents]

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

<target> CODE_PHRASE </target> [1]
<match> matchString </match> [1]
<purpose> DV_CODED_TEXT </purpose> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="TERM_MAPPING">
<xs:sequence>
<xs:element name="target" type="CODE_PHRASE"/>
<xs:element name="match" type="matchString" default="?"/>
<xs:element name="purpose" type="DV_CODED_TEXT" minOccurs="0"/>
</xs:sequence>
</xs:complexType>