Definition Type: ComplexType
Name: ShiftType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Comment in schema fields_xsd Drilldown into EndTime in schema fields_xsd Drilldown into StartTime in schema fields_xsd Drilldown into ShiftPeriod in schema fields_xsd Drilldown into ShiftHoursTypeCode in schema fields_xsd Drilldown into ScheduledHours in schema fields_xsd Drilldown into ShiftDescription in schema fields_xsd Drilldown into ShiftID in schema fields_xsd Drilldown into ShiftWorkTypeCode in schema fields_xsd Drilldown into ShiftWorkIndicator in schema fields_xsdXSD Diagram of ShiftType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ShiftType">
    <xsd:sequence>
        <xsd:element ref="ShiftWorkIndicator" minOccurs="0" />
        <xsd:element ref="ShiftWorkTypeCode" minOccurs="0" />
        <xsd:element ref="ShiftID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ShiftDescription" minOccurs="0" />
        <xsd:element ref="ScheduledHours" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ShiftHoursTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ShiftPeriod" minOccurs="0" />
        <xsd:element ref="StartTime" minOccurs="0" />
        <xsd:element ref="EndTime" minOccurs="0" />
        <xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShiftWorkIndicator nsA:ShiftWorkIndicator 0 (1)
ShiftWorkTypeCode nsA:ShiftWorkTypeCode 0 (1)
ShiftID nsA:ShiftID 0 unbounded
ShiftDescription nsA:ShiftDescription 0 (1)
ScheduledHours nsA:ScheduledHours 0 unbounded
ShiftHoursTypeCode nsA:ShiftHoursTypeCode 0 unbounded
ShiftPeriod nsA:ShiftPeriod 0 (1)
StartTime nsA:StartTime 0 (1)
EndTime nsA:EndTime 0 (1)
Comment nsA:Comment 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Shift