Package org.hl7.v3

Class COCTMT080000UVSpecimen

java.lang.Object
org.hl7.v3.COCTMT080000UVSpecimen

public class COCTMT080000UVSpecimen extends Object

Java class for COCT_MT080000UV.Specimen complex type.

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

 <complexType name="COCT_MT080000UV.Specimen">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="id" type="{urn:hl7-org:v3}II"/>
         <element name="code" type="{urn:hl7-org:v3}CE"/>
         <choice>
           <element name="specimenNatural" type="{urn:hl7-org:v3}COCT_MT080000UV.Natural"/>
           <element name="specimenManufactured" type="{urn:hl7-org:v3}COCT_MT080000UV.Manufactured"/>
           <element name="specimenNonPersonLivingSubject" type="{urn:hl7-org:v3}COCT_MT080000UV.NonPersonLivingSubject"/>
           <element name="specimenPerson" type="{urn:hl7-org:v3}COCT_MT080000UV.Person"/>
         </choice>
         <choice>
           <element name="sourceNatural" type="{urn:hl7-org:v3}COCT_MT080000UV.Natural" minOccurs="0"/>
           <element name="sourceManufactured" type="{urn:hl7-org:v3}COCT_MT080000UV.Manufactured" minOccurs="0"/>
           <element name="sourceNonPersonLivingSubject" type="{urn:hl7-org:v3}COCT_MT080000UV.NonPersonLivingSubject" minOccurs="0"/>
           <element name="sourcePerson" type="{urn:hl7-org:v3}COCT_MT080000UV.Person" minOccurs="0"/>
         </choice>
         <element name="subjectOf1" type="{urn:hl7-org:v3}COCT_MT080000UV.Subject4" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subjectOf2" type="{urn:hl7-org:v3}COCT_MT080000UV.Subject3" maxOccurs="unbounded" minOccurs="0"/>
         <element name="productOf" type="{urn:hl7-org:v3}COCT_MT080000UV.Product" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" use="required" type="{urn:hl7-org:v3}RoleClassSpecimen" />
     </restriction>
   </complexContent>
 </complexType>