Definition Type: ComplexType
Name: SearchLicenseType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Screening Search License. Details A screening search type containing information necessary to execute a search or check of licenses (e.g., registered nurse, commercial drivers license).
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into AdditionalItem in schema components_xsd Drilldown into EndUserName in schema fields_xsd Drilldown into License in schema components_xsd Drilldown into ScreeningSubjectID in schema fields_xsdXSD Diagram of SearchLicenseType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SearchLicenseType">
    <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 Search License. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A screening search type containing information necessary to execute a search or check of licenses (e.g., registered nurse, commercial drivers license).</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ScreeningSubjectID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="License" minOccurs="0" />
        <xsd:element ref="EndUserName" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Certain license verification processes may require the name of the party </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScreeningSubjectID nsA:ScreeningSubjectID 0 unbounded
License nsA:License 0 (1)
EndUserName nsA:EndUserName 0 (1)
AdditionalItem nsA:AdditionalItem 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:SearchLicense