openEHR XML Schema Release 1.0 candidate

Complex Type: ENTRY

[Table of contents]

Super-types:st:LOCATABLE < CONTENT_ITEM (by extension) < ENTRY (by extension)
Sub-types:
NameENTRY
Abstractyes
XML Instance Representation
<...>

<language> bt:CODE_PHRASE </language> [1]
<encoding> bt:CODE_PHRASE </encoding> [1]
<subject> bt:PARTY_PROXY </subject> [1]
<provider> bt:PARTY_PROXY </provider> [0..1]
<other_participations> bt:PARTICIPATION </other_participations> [0..*]
<work_flow_id> bt:OBJECT_REF </work_flow_id> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="ENTRY" abstract="true">
<xs:complexContent>
<xs:extension base="CONTENT_ITEM">
<xs:sequence>
<xs:element name="language" type="bt:CODE_PHRASE"/>
<xs:element name="encoding" type="bt:CODE_PHRASE"/>
<xs:element name="subject" type="bt:PARTY_PROXY"/>
<xs:element name="provider" type="bt:PARTY_PROXY" minOccurs="0"/>
<xs:element name="other_participations" type="bt:PARTICIPATION" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="work_flow_id" type="bt:OBJECT_REF" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>