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