openEHR XML Schema Release 1.0 candidate

Complex Type: COMPOSITION

[Table of contents]

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

<category> bt:DV_CODED_TEXT </category> [1]
<territory> bt:CODE_PHRASE </territory> [1]
<composer> bt:PARTY_PROXY </composer> [1]
<context> EVENT_CONTEXT </context> [0..1]
<content> ct:CONTENT_ITEM </content> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="COMPOSITION">
<xs:complexContent>
<xs:extension base="st:LOCATABLE">
<xs:sequence>
<xs:element name="category" type="bt:DV_CODED_TEXT"/>
<xs:element name="territory" type="bt:CODE_PHRASE"/>
<xs:element name="composer" type="bt:PARTY_PROXY"/>
<xs:element name="context" type="EVENT_CONTEXT" minOccurs="0"/>
<xs:element name="content" type="ct:CONTENT_ITEM" minOccurs="0" maxOccurs="unbounded"/>
<-- Limited to one content in the current version of XML schema -->
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>