Definition Type: ComplexType
Name: ScreeningOrderType
Namespace: http://www.hr-xml.org/3
Containing Schema: ScreeningOrder.xsd
Abstract
Documentation:
Screening Order. Details Contains a set of information necessary to submit or administer screening requests to employment-screening service providers. Examples of screenings are searches of criminal records, education, employment, military service, professional licenses, professional sanctions, and credit.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into AdditionalItem in schema components_xsd Drilldown into ScreeningPackage in schema screeningorder_xsd Drilldown into ScreeningOrderServiceCode in schema fields_xsd Drilldown into RequesterParty in schema components_xsd Drilldown into SupplierParty in schema components_xsd Drilldown into CustomerParty in schema components_xsd Drilldown into ScreeningUser in schema components_xsd Drilldown into DocumentSequence in schema fields_xsd Drilldown into AlternateDocumentID in schema fields_xsd Drilldown into DocumentID in schema fields_xsd Drilldown into DocumentIDGroup in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsd Drilldown into languageCode in schema screeningorder_xsdXSD Diagram of ScreeningOrderType in schema screeningorder_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScreeningOrderType">
    <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 Order. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a set of information necessary to submit or administer screening requests to employment-screening service providers. Examples of screenings are searches of criminal records, education, employment, military service, professional licenses, professional sanctions, and credit.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="DocumentIDGroup" minOccurs="0" />
        <xsd:element ref="DocumentSequence" minOccurs="0" />
        <xsd:element ref="ScreeningUser" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CustomerParty" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SupplierParty" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="RequesterParty" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ScreeningOrderServiceCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>
Refers to type of order processing pattern or level of service requested. This is an open HR-XML list. Enumerated values are Delayed and Immediate. Delayed = Acknowledgement of order receipt requested, but no immediate business-level processing expected.  Immediate = Immediate business-level processing expected.
			</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ScreeningPackage" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="languageCode" type="LanguageCodeContentType" use="optional" />
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentID nsA:DocumentID (1) (1)
AlternateDocumentID nsA:AlternateDocumentID 0 unbounded
DocumentSequence nsA:DocumentSequence 0 (1)
ScreeningUser nsA:ScreeningUser 0 unbounded
CustomerParty nsA:CustomerParty 0 unbounded
SupplierParty nsA:SupplierParty 0 unbounded
RequesterParty nsA:RequesterParty 0 unbounded
ScreeningOrderServiceCode nsA:ScreeningOrderServiceCode 0 (1)
ScreeningPackage nsA:ScreeningPackage 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:DocumentIDGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
languageCode nsA:languageCode Optional
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:ScreeningOrder