Definition Type: Element
Name: DesiredShift
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: HumanResource.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShiftComments in schema humanresource_xsd Drilldown into ShiftEndTime in schema humanresource_xsd Drilldown into ShiftStartTime in schema humanresource_xsd Drilldown into ShiftHours in schema humanresource_xsd Drilldown into ShiftName in schema humanresource_xsdXSD Diagram of DesiredShift in schema humanresource_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="DesiredShift" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ShiftName" type="xsd:string" minOccurs="0" />
            <xsd:element name="ShiftHours" type="xsd:decimal" minOccurs="0" />
            <xsd:element name="ShiftStartTime" type="LocalTimeNkNaType" minOccurs="0" />
            <xsd:element name="ShiftEndTime" type="LocalTimeNkNaType" minOccurs="0" />
            <xsd:element name="ShiftComments" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShiftName hr:ShiftName 0 (1)
ShiftHours hr:ShiftHours 0 (1)
ShiftStartTime hr:ShiftStartTime 0 (1)
ShiftEndTime hr:ShiftEndTime 0 (1)
ShiftComments hr:ShiftComments 0 (1)