<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>
|