Definition Type: ComplexType
Name: EmploymentQuestionAnswerPairType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmploymentHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Answer in schema employmenthistory_xsd Drilldown into Question in schema employmenthistory_xsdXSD Diagram of EmploymentQuestionAnswerPairType in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EmploymentQuestionAnswerPairType">
    <xsd:sequence>
        <xsd:element name="Question" type="xsd:string" />
        <xsd:element name="Answer" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Question hr:Question (1) (1)
Answer hr:Answer 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:QuestionAnswerPair