Definition Type: ComplexType
Name: SpecimenDonorType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into SignatureDate in schema fields_xsd Drilldown into Communication in schema components_xsd Drilldown into FreeFormBirthDate in schema fields_xsd Drilldown into PositionTitle in schema fields_xsd Drilldown into PersonName in schema components_xsd Drilldown into ScreeningSubjectID in schema fields_xsd Drilldown into commenterCode in schema components_xsdXSD Diagram of SpecimenDonorType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScreeningSubjectID nsA:ScreeningSubjectID 0 (1)
PersonName nsA:PersonName 0 (1)
PositionTitle nsA:PositionTitle 0 (1)
FreeFormBirthDate nsA:FreeFormBirthDate 0 (1)
Communication nsA:Communication 0 unbounded
SignatureDate nsA:SignatureDate 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
commenterCode nsA:commenterCode (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:SpecimenDonor