Definition Type: ComplexType
Name: StaffingTransitionRequirementType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A description of training, preparation, or other pre-requisites that need to be satisfied before entering on duty.
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into Duration in schema fields_xsd1 Drilldown into TypeCode in schema fields_xsd Drilldown into MandatoryIndicator in schema fields_xsdXSD Diagram of StaffingTransitionRequirementType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="StaffingTransitionRequirementType">
    <xsd:annotation>
        <xsd:documentation>A description of training, preparation, or other pre-requisites that need to be satisfied before entering on duty.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="MandatoryIndicator" minOccurs="0" />
        <xsd:element ref="TypeCode" minOccurs="0" />
        <xsd:element ref="oa:Duration" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MandatoryIndicator nsA:MandatoryIndicator 0 (1)
TypeCode nsA:TypeCode 0 (1)
Duration oa:Duration 0 (1)
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:StaffingTransitionRequirement