Definition Type: ComplexType
Name: NoLimitStaffingType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: JPLocalizations.xsd
Abstract
Documentation:
a Job that has no legal restriction of the period. There are 5 job types and 1 for special cases. Some job types need further detailed information.
Collapse XSD Schema Diagram:
Drilldown into SpecialCases in schema jplocalizations_xsd Drilldown into Leave in schema jplocalizations_xsd Drilldown into WorkWithPeriod in schema jplocalizations_xsd Drilldown into ProjectWithPeriod in schema jplocalizations_xsd Drilldown into type in schema jplocalizations_xsdXSD Diagram of NoLimitStaffingType in schema jplocalizations_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="NoLimitStaffingType">
    <xsd:annotation>
        <xsd:documentation>a Job that has no legal restriction of the period.  There are 5 job types and 1 for special cases.  Some job types need further detailed information.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice minOccurs="0">
        <xsd:element name="ProjectWithPeriod" type="ProjectWithPeriodType" />
        <xsd:element name="WorkWithPeriod" type="WorkWithPeriodType" />
        <xsd:element name="Leave" type="AnyLeaveType" />
        <xsd:element name="SpecialCases" type="SpecialCasesType" />
    </xsd:choice>
    <xsd:attribute name="type" type="NoLimitStaffingEnumType" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProjectWithPeriod hr:ProjectWithPeriod (1) (1)
WorkWithPeriod hr:WorkWithPeriod (1) (1)
Leave hr:Leave (1) (1)
SpecialCases hr:SpecialCases (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Required
Collapse Derivation Tree:
Collapse References:
hr:NoLimitStaffing