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