<xsd:complexType name="SpecimenDonorType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A collection of information about the screening subject. In other words, the person whose specimen is the subject of the drug test or medical screening.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ScreeningSubjectID" minOccurs="0" />
<xsd:element ref="PersonName" minOccurs="0" />
<xsd:element ref="PositionTitle" minOccurs="0" />
<xsd:element ref="FreeFormBirthDate" minOccurs="0" />
<xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="SignatureDate" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="commenterCode" type="SpecimenCommentOwnerCodeContentType" />
</xsd:complexType>
|