openEHR XML Schema Release 1.0 candidate

Complex Type: ADMIN_ENTRY

[Table of contents]

Super-types:st:LOCATABLE < CONTENT_ITEM (by extension) < ENTRY (by extension) < ADMIN_ENTRY (by extension)
Sub-types:None
NameADMIN_ENTRY
Abstractno
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]
<data> st:ITEM_STRUCTURE </data> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="ADMIN_ENTRY">
<xs:complexContent>
<xs:extension base="ENTRY">
<xs:sequence>
<xs:element name="data" type="st:ITEM_STRUCTURE"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>