<xsd:complexType name="OtherItemDetailType">
<xsd:complexContent>
<xsd:extension base="ScreeningPersonalDataType">
<xsd:sequence>
<xsd:element name="ReportedDate" type="ReportedDateType" minOccurs="0" />
<xsd:element name="LastReportedBy" type="xsd:string" minOccurs="0" />
<xsd:element name="Organization" type="ReferralType" minOccurs="0" />
<xsd:element name="Compensation" type="PositionCompensationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="SubjectConfirmation" type="ConfirmationType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Details regarding confirmation of search subjects identity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="QuestionAnswerPair" type="QuestionAnswerPairType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains Results of a specific question. The name attribute of IdValue contains the identifier in the screening companies system of the specific question.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="License" type="LicenseIdentificationType" minOccurs="0" />
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|