Definition Type: SimpleType
Name: SpecimenCollectionCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A code classifying the type of specimen collection. A "split" describes the practice of sending part of the specimen (the primary specimen) to a first laboratory and retaining a second part (the secondary specimen) to be sent to a second laboratory in the event of a re-test.
Collapse XSD Schema Diagram:
XSD Diagram of SpecimenCollectionCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="SpecimenCollectionCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>A code classifying the type of specimen collection. A "split" describes the practice of sending part of the specimen (the primary specimen) to a first laboratory and retaining a second part (the secondary specimen) to be sent to a second laboratory in the event of a re-test.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Single" />
        <xsd:enumeration value="Split" />
        <xsd:enumeration value="None" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Single
Enumeration Split
Enumeration None