Definition Type: ComplexType
Name: PositionHistoryType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmploymentHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into Competency in schema competencies_xsd Drilldown into JobCategory in schema employmenthistory_xsd Drilldown into JobLevelInfo in schema employmenthistory_xsd Drilldown into Verification in schema employmenthistory_xsd Drilldown into Comments in schema employmenthistory_xsd Drilldown into Compensation in schema employmenthistory_xsd Drilldown into EndDate in schema employmenthistory_xsd Drilldown into StartDate in schema employmenthistory_xsd Drilldown into Description in schema employmenthistory_xsd Drilldown into OrgSize in schema employmenthistory_xsd Drilldown into OrgIndustry in schema employmenthistory_xsd Drilldown into OrgInfo in schema employmenthistory_xsd Drilldown into OrgName in schema employmenthistory_xsd Drilldown into Title in schema employmenthistory_xsd Drilldown into currentEmployer in schema employmenthistory_xsd Drilldown into positionType in schema employmenthistory_xsdXSD Diagram of PositionHistoryType in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PositionHistoryType">
    <xsd:sequence>
        <xsd:element name="Title" type="xsd:string" minOccurs="0" />
        <xsd:element name="OrgName" type="PositionOrgNameType" />
        <xsd:element name="OrgInfo" type="PositionOrgInfoType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="OrgIndustry" type="PositionOrgIndustryType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="OrgSize" type="xsd:string" minOccurs="0" />
        <xsd:element name="Description" type="xsd:string" />
        <xsd:element name="StartDate" type="FlexibleDatesType" />
        <xsd:element name="EndDate" type="FlexibleDatesType" minOccurs="0" />
        <xsd:element name="Compensation" type="PositionCompensationType" minOccurs="0" />
        <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
        <xsd:element name="Verification" type="VerificationType" minOccurs="0" />
        <xsd:element name="JobLevelInfo" type="JobLevelInfoType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="JobCategory" type="OccupationalCategoryType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="positionType" type="PositionTypexStringPatternExtensionType" />
    <xsd:attribute name="currentEmployer" type="xsd:boolean" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title hr:Title 0 (1)
OrgName hr:OrgName (1) (1)
OrgInfo hr:OrgInfo 0 unbounded
OrgIndustry hr:OrgIndustry 0 unbounded
OrgSize hr:OrgSize 0 (1)
Description hr:Description (1) (1)
StartDate hr:StartDate (1) (1)
EndDate hr:EndDate 0 (1)
Compensation hr:Compensation 0 (1)
Comments hr:Comments 0 (1)
Verification hr:Verification 0 (1)
JobLevelInfo hr:JobLevelInfo 0 unbounded
JobCategory hr:JobCategory 0 unbounded
Competency hr:Competency 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
positionType hr:positionType (Optional)
currentEmployer hr:currentEmployer Optional
Collapse Derivation Tree:
Collapse References:
hr:PositionHistory