Package org.hl7.v3

Class POCDMT000040ParticipantRole

java.lang.Object
org.hl7.v3.POCDMT000040ParticipantRole

public class POCDMT000040ParticipantRole extends Object

Java class for POCD_MT000040.ParticipantRole complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="POCD_MT000040.ParticipantRole">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="realmCode" type="{urn:hl7-org:v3}CS" maxOccurs="unbounded" minOccurs="0"/>
         <element name="typeId" type="{urn:hl7-org:v3}POCD_MT000040.InfrastructureRoot.typeId" minOccurs="0"/>
         <element name="templateId" type="{urn:hl7-org:v3}POCD_MT000040.InfrastructureRoot.templateId" maxOccurs="unbounded" minOccurs="0"/>
         <element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
         <element name="code" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="addr" type="{urn:hl7-org:v3}AD" maxOccurs="unbounded" minOccurs="0"/>
         <element name="telecom" type="{urn:hl7-org:v3}TEL" maxOccurs="unbounded" minOccurs="0"/>
         <choice>
           <element name="playingDevice" type="{urn:hl7-org:v3}POCD_MT000040.Device" minOccurs="0"/>
           <element name="playingEntity" type="{urn:hl7-org:v3}POCD_MT000040.PlayingEntity" minOccurs="0"/>
         </choice>
         <element name="scopingEntity" type="{urn:hl7-org:v3}POCD_MT000040.Entity" minOccurs="0"/>
       </sequence>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" type="{urn:hl7-org:v3}RoleClassRoot" default="ROL" />
     </restriction>
   </complexContent>
 </complexType>