openEHR XML Schema Release 1.0 candidate

Complex Type: FEEDER_AUDIT_DETAILS

[Table of contents]

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

<system_id> xs:string </system_id> [1]
<location> PARTY_IDENTIFIED </location> [0..1]
<provider> PARTY_IDENTIFIED </provider> [0..1]
<subject> PARTY_PROXY </subject> [0..1]
<time> DV_DATE_TIME </time> [0..1]
<version> xs:string </version> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="FEEDER_AUDIT_DETAILS">
<xs:sequence>
<xs:element name="system_id" type="xs:string"/>
<xs:element name="location" type="PARTY_IDENTIFIED" minOccurs="0"/>
<xs:element name="provider" type="PARTY_IDENTIFIED" minOccurs="0"/>
<xs:element name="subject" type="PARTY_PROXY" minOccurs="0"/>
<xs:element name="time" type="DV_DATE_TIME" minOccurs="0"/>
<xs:element name="version" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>