<xsd:complexType name="SearchReferenceType">
<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 References. 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 employment references (professional, personal, etc.).</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ScreeningSubjectID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EmploymentReferences" minOccurs="0" />
<xsd:element ref="PositionCompetency" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">This usually would be used to transmit information about a competency required for a position.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PersonCompetency" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">This usually would be used to capture information about a competency asserted by a candidate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|