Package org.hl7.v3

Class POCDMT000040Informant12

java.lang.Object
org.hl7.v3.POCDMT000040Informant12

public class POCDMT000040Informant12 extends Object

Java class for POCD_MT000040.Informant12 complex type.

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

 <complexType name="POCD_MT000040.Informant12">
   <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"/>
         <choice>
           <element name="assignedEntity" type="{urn:hl7-org:v3}POCD_MT000040.AssignedEntity"/>
           <element name="relatedEntity" type="{urn:hl7-org:v3}POCD_MT000040.RelatedEntity"/>
         </choice>
       </sequence>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="typeCode" type="{urn:hl7-org:v3}ParticipationType" fixed="INF" />
       <attribute name="contextControlCode" type="{urn:hl7-org:v3}ContextControl" fixed="OP" />
     </restriction>
   </complexContent>
 </complexType>