Package org.hl7.v3

Class POCDMT000040Performer2

java.lang.Object
org.hl7.v3.POCDMT000040Performer2

public class POCDMT000040Performer2 extends Object

Java class for POCD_MT000040.Performer2 complex type.

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

 <complexType name="POCD_MT000040.Performer2">
   <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="time" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
         <element name="modeCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="assignedEntity" type="{urn:hl7-org:v3}POCD_MT000040.AssignedEntity"/>
       </sequence>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="typeCode" type="{urn:hl7-org:v3}ParticipationPhysicalPerformer" fixed="PRF" />
     </restriction>
   </complexContent>
 </complexType>