Definition Type: ComplexType
Name: InputReferenceVerificationType
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 OtherApplication in schema fields_xsd Drilldown into QuestionAnswerPair in schema components_xsd Drilldown into PersonCompetency in schema components_xsd Drilldown into Referee in schema components_xsdXSD Diagram of InputReferenceVerificationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="InputReferenceVerificationType">
    <xsd:sequence>
        <xsd:element ref="Referee" minOccurs="0" />
        <xsd:element ref="PersonCompetency" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="QuestionAnswerPair" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="OtherApplication" 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)
PersonCompetency nsA:PersonCompetency 0 unbounded
QuestionAnswerPair nsA:QuestionAnswerPair 0 unbounded
OtherApplication nsA:OtherApplication 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:InputReferenceVerification