Definition Type: ComplexType
Name: ReferenceVerificationResultType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into Comment in schema fields_xsd Drilldown into QuestionAnswerPair in schema components_xsd Drilldown into PersonCompetency in schema components_xsd Drilldown into SubjectIdentification in schema components_xsd Drilldown into Referee in schema components_xsdXSD Diagram of ReferenceVerificationResultType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ReferenceVerificationResultType">
    <xsd:sequence>
        <xsd:element ref="Referee" minOccurs="0" />
        <xsd:element ref="SubjectIdentification" minOccurs="0" />
        <xsd:element ref="PersonCompetency" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="QuestionAnswerPair" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Referee nsA:Referee 0 (1)
SubjectIdentification nsA:SubjectIdentification 0 (1)
PersonCompetency nsA:PersonCompetency 0 unbounded
QuestionAnswerPair nsA:QuestionAnswerPair 0 unbounded
Comment nsA:Comment 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ReferenceVerificationResult