<xsd:complexType name="SkillsScreeningDetailType">
<xsd:sequence>
<xsd:element name="Measure" type="EducationMeasureType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Educational measure received for this component of the skill assessment.</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="Comments" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="qualifier" type="xsd:string" />
</xsd:complexType>
|