Definition Type: ComplexType
Name: SkillsScreeningDetailType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into Comments in schema backgroundreports_xsd Drilldown into QuestionAnswerPair in schema backgroundreports_xsd Drilldown into Competency in schema competencies_xsd Drilldown into Measure in schema backgroundreports_xsd Drilldown into qualifier in schema backgroundreports_xsd Drilldown into type in schema backgroundreports_xsdXSD Diagram of SkillsScreeningDetailType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Measure hr:Measure 0 (1)
Competency hr:Competency 0 unbounded
QuestionAnswerPair hr:QuestionAnswerPair 0 unbounded
Comments hr:Comments 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
qualifier hr:qualifier (Optional)
Collapse Derivation Tree:
Collapse References:
hr:SkillsComponentDetail