Definition Type: ComplexType
Name: WorkShiftScheduleType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MatchingTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema matchingtypes_xsd Drilldown into PayTypeHours in schema localizations_xsd3 Drilldown into EndTime in schema matchingtypes_xsd Drilldown into StartTime in schema matchingtypes_xsd Drilldown into Hours in schema matchingtypes_xsd Drilldown into Name in schema matchingtypes_xsd Drilldown into Id in schema matchingtypes_xsd Drilldown into shiftPeriod in schema matchingtypes_xsdXSD Diagram of WorkShiftScheduleType in schema matchingtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="WorkShiftScheduleType">
    <xsd:sequence>
        <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
        <xsd:element name="Name" type="xsd:string" minOccurs="0" />
        <xsd:element name="Hours" type="xsd:decimal" minOccurs="0" />
        <xsd:element name="StartTime" type="LocalTimeNkNaType" minOccurs="0" />
        <xsd:element name="EndTime" type="LocalTimeNkNaType" minOccurs="0" />
        <xsd:element ref="PayTypeHours" minOccurs="0" />
        <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="shiftPeriod" type="ShiftPeriodType" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 (1)
Name hr:Name 0 (1)
Hours hr:Hours 0 (1)
StartTime hr:StartTime 0 (1)
EndTime hr:EndTime 0 (1)
PayTypeHours hr:PayTypeHours 0 (1)
Comments hr:Comments 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
shiftPeriod hr:shiftPeriod Optional
Collapse Derivation Tree:
Collapse References:
hr:Shift, hr:Shift