<xsd:element name="ScreeningDetails" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Additional details pertaining to the screening.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<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="Comments" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|