openEHR XML Schema Release 1.0 candidate

Complex Type: PARTICIPATION

[Table of contents]

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

<performer> PARTY_PROXY </performer> [1]
<time> XS_DV_INTERVAL_DATE_TIME </time> [0..1]
<mode> DV_CODED_TEXT </mode> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="PARTICIPATION">
<xs:sequence>
<xs:element name="performer" type="PARTY_PROXY"/>
<xs:element name="time" type="XS_DV_INTERVAL_DATE_TIME" minOccurs="0"/>
<xs:element name="mode" type="DV_CODED_TEXT"/>
</xs:sequence>
</xs:complexType>