openEHR XML Schema Release 1.0 candidate

Complex Type: AUDIT_DETAILS

[Table of contents]

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

<system_id> xs:string </system_id> [1]
<committer> PARTY_PROXY </committer> [1]
<time_committed> DV_DATE_TIME </time_committed> [1]
<change_type> DV_CODED_TEXT </change_type> [1]
<description> DV_TEXT </description> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AUDIT_DETAILS">
<xs:sequence>
<xs:element name="system_id" type="xs:string"/>
<xs:element name="committer" type="PARTY_PROXY"/>
<xs:element name="time_committed" type="DV_DATE_TIME"/>
<xs:element name="change_type" type="DV_CODED_TEXT"/>
<xs:element name="description" type="DV_TEXT" minOccurs="0"/>
</xs:sequence>
</xs:complexType>