Definition Type: ComplexType
Name: ScreeningSpecimenType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Screening Specimen. Details A collection of information about a specimen submitted for a drug, alcohol, or medical screening.
Collapse XSD Schema Diagram:
Drilldown into CollectionSiteOrganization in schema components_xsd Drilldown into SpecimenTypeCode in schema fields_xsd Drilldown into SpecimenCollectionSiteID in schema fields_xsd Drilldown into SpecimenCollectionDate in schema fields_xsd Drilldown into SpecimenID in schema fields_xsdXSD Diagram of ScreeningSpecimenType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScreeningSpecimenType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Screening Specimen. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A collection of information about a specimen submitted for a drug, alcohol, or medical screening.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="SpecimenID" minOccurs="0" />
        <xsd:element ref="SpecimenCollectionDate" minOccurs="0" />
        <xsd:element ref="SpecimenCollectionSiteID" minOccurs="0" />
        <xsd:element ref="SpecimenTypeCode" minOccurs="0" />
        <xsd:element ref="CollectionSiteOrganization" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SpecimenID nsA:SpecimenID 0 (1)
SpecimenCollectionDate nsA:SpecimenCollectionDate 0 (1)
SpecimenCollectionSiteID nsA:SpecimenCollectionSiteID 0 (1)
SpecimenTypeCode nsA:SpecimenTypeCode 0 (1)
CollectionSiteOrganization nsA:CollectionSiteOrganization 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ScreeningSpecimen