openEHR XML Schema Release 1.0 candidate

Complex Type: PARTY_RELATED

[Table of contents]

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

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