openEHR XML Schema Release 1.0 candidate

Complex Type: CODE_PHRASE

[Table of contents]

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

<code_string> xs:string </code_string> [1]
<terminology_id> TERMINOLOGY_ID </terminology_id> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="CODE_PHRASE">
<xs:sequence>
<xs:element name="code_string" type="xs:string"/>
<xs:element name="terminology_id" type="TERMINOLOGY_ID"/>
</xs:sequence>
</xs:complexType>