Definition Type: Element
Name: Profile
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: HumanResource.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into PositionHeader in schema humanresource_xsd Drilldown into Resume in schema resume_xsd Drilldown into Competency in schema competencies_xsdXSD Diagram of Profile in schema humanresource_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Profile">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="Resume" minOccurs="0" />
            <xsd:element name="PositionHeader" type="StaffingPositionHeaderType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Competency hr:Competency 0 unbounded
Resume hr:Resume 0 (1)
PositionHeader hr:PositionHeader 0 unbounded