Definition Type: ComplexType
Name: IndJobPositionInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: JobInfoTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema jobinfotypes_xsd Drilldown into ScheduledHours in schema jobinfotypes_xsd Drilldown into ShiftId in schema jobinfotypes_xsd Drilldown into JobPositionDetail in schema jobinfotypes_xsdXSD Diagram of IndJobPositionInfoType in schema jobinfotypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="IndJobPositionInfoType">
    <xsd:sequence>
        <xsd:element name="JobPositionDetail" type="IndJobPositionDetailType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ShiftId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="ScheduledHours" type="IndJobScheduledHoursType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="UserArea" type="UserAreaType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
JobPositionDetail hr:JobPositionDetail 0 unbounded
ShiftId hr:ShiftId 0 (1)
ScheduledHours hr:ScheduledHours 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:JobPositionInfo