<xsd:complexType name="ScreeningCommentType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">This component allows the capture of narrative comments as well as pre-defined comments, which often are used to provide qualification to drug testing specimens and results. Also allows the classification of what type of person made the comment (MRO, Lab, Collection Site, etc.).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CommentCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="commenterCode" type="SpecimenCommentOwnerCodeContentType" />
<xsd:attribute name="commenterID" type="oa:StringType" />
</xsd:complexType>
|