Definition Type: ComplexType
Name: QuestionAnswerPairType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ScreeningTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Answer in schema screeningtypes_xsd Drilldown into Question in schema screeningtypes_xsd Drilldown into QuestionId in schema screeningtypes_xsd Drilldown into score in schema screeningtypes_xsdXSD Diagram of QuestionAnswerPairType in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="QuestionAnswerPairType">
    <xsd:sequence>
        <xsd:element name="QuestionId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="Question" type="xsd:string" />
        <xsd:element name="Answer" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="score" type="xsd:string" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QuestionId hr:QuestionId 0 (1)
Question hr:Question (1) (1)
Answer hr:Answer 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
score hr:score Optional
Collapse Derivation Tree:
Collapse References:
hr:QuestionAnswerPair, hr:QuestionAnswerPair, hr:QuestionAnswerPair, hr:QuestionAnswerPair, hr:QuestionAnswerPair