openEHR XML Schema Release 1.0 candidate

Complex Type: PARTY_IDENTIFIED

[Table of contents]

Super-types:PARTY_PROXY < PARTY_IDENTIFIED (by extension)
Sub-types:
NamePARTY_IDENTIFIED
Abstractno
XML Instance Representation
<...>

<external_ref> PARTY_REF </external_ref> [0..1]
<name> xs:string </name> [0..1]
<identifiers> DV_IDENTIFIER </identifiers> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="PARTY_IDENTIFIED">
<xs:complexContent>
<xs:extension base="PARTY_PROXY">
<xs:sequence>
<xs:element name="name" type="xs:string" minOccurs="0"/>
<xs:element name="identifiers" type="DV_IDENTIFIER" maxOccurs="unbounded" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>