Definition Type: ComplexType
Name: CandidateType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Candidate.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into Resume in schema resume_xsd Drilldown into CandidateProfile in schema candidate_xsd Drilldown into DistributionGuidelines in schema candidate_xsd Drilldown into CandidateSupplier in schema candidate_xsd Drilldown into RelatedPositionPostings in schema candidate_xsd Drilldown into CandidateRecordInfo in schema candidate_xsd Drilldown into lang in schema xml_xsdXSD Diagram of CandidateType in schema candidate_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CandidateType">
    <xsd:sequence>
        <xsd:element name="CandidateRecordInfo" type="RecordInfoType" minOccurs="0" />
        <xsd:element name="RelatedPositionPostings" type="RelatedPositionPostingsType" minOccurs="0" />
        <xsd:element name="CandidateSupplier" type="SupplierType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DistributionGuidelines" type="DistributionGuidelinesType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="CandidateProfile" type="CandidateProfileType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Resume" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute ref="xml:lang" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CandidateRecordInfo hr:CandidateRecordInfo 0 (1)
RelatedPositionPostings hr:RelatedPositionPostings 0 (1)
CandidateSupplier hr:CandidateSupplier 0 unbounded
DistributionGuidelines hr:DistributionGuidelines 0 unbounded
CandidateProfile hr:CandidateProfile 0 unbounded
Resume hr:Resume 0 (1)
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:Candidate