<xsd:complexType name="SpecimenType">
<xsd:sequence>
<xsd:element ref="SpecimenID" minOccurs="0" />
<xsd:element ref="Attachment" minOccurs="0" />
<xsd:element ref="SpecimenCollectionDate" minOccurs="0" />
<xsd:element ref="SpecimenCollectionTime" minOccurs="0" />
<xsd:element ref="SpecimenTypeCode" minOccurs="0" />
<xsd:element ref="SpecimenCollectionCode" minOccurs="0" />
<xsd:element ref="ObservedCollectionIndicator" minOccurs="0" />
<xsd:element ref="TemperatureInRangeIndicator" minOccurs="0" />
<xsd:element ref="TemperatureAtCollection" minOccurs="0" />
<xsd:element ref="SpecimenComment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="SpecimenCollector" minOccurs="0" />
<xsd:element ref="Delivery" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|