Definition Type: ComplexType
Name: StaffingShiftType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingShift.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ExternalStaffingShiftSetId in schema staffingshift_xsd Drilldown into Comment in schema staffingshift_xsd Drilldown into TypeHours in schema staffingshift_xsd Drilldown into EndTime in schema staffingshift_xsd Drilldown into StartTime in schema staffingshift_xsd Drilldown into Hours in schema staffingshift_xsd Drilldown into Name in schema staffingshift_xsd Drilldown into Id in schema staffingshift_xsd Drilldown into lang in schema xml_xsd Drilldown into shiftPeriod in schema staffingshift_xsdXSD Diagram of StaffingShiftType in schema staffingshift_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="StaffingShiftType">
    <xsd:sequence>
        <xsd:element name="Id" type="EntityIdType" />
        <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 name="TypeHours" type="xsd:string" minOccurs="0" />
        <xsd:element name="Comment" type="xsd:string" minOccurs="0" />
        <xsd:element name="ExternalStaffingShiftSetId" type="EntityIdType" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="shiftPeriod">
        <xsd:annotation>
            <xsd:documentation> Numeric values conform to: ISO 8601 2nd Edition; ISO8601:2000(E); pub 2000-12-15, Data elements and interchange formats,  Information interchange,  Representation of dates and times,  http://www.iso.ch/cate/d26780.html/ 

				</xsd:documentation>
            <xsd:documentation>1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday, 7 = Sunday</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="monthly" />
                <xsd:enumeration value="weekly" />
                <xsd:enumeration value="daily" />
                <xsd:enumeration value="1" />
                <xsd:enumeration value="2" />
                <xsd:enumeration value="3" />
                <xsd:enumeration value="4" />
                <xsd:enumeration value="5" />
                <xsd:enumeration value="6" />
                <xsd:enumeration value="7" />
                <xsd:enumeration value="event" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute ref="xml:lang" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id (1) (1)
Name hr:Name 0 (1)
Hours hr:Hours 0 (1)
StartTime hr:StartTime 0 (1)
EndTime hr:EndTime 0 (1)
TypeHours hr:TypeHours 0 (1)
Comment hr:Comment 0 (1)
ExternalStaffingShiftSetId hr:ExternalStaffingShiftSetId 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
shiftPeriod hr:shiftPeriod (Optional)
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:StaffingShift