<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>
|