Definition Type: Element
Name: WorkingTime
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
Defines the working time during the weekday.
Collapse XSD Schema Diagram:
Drilldown into ToTime in schema mspdi_xsd Drilldown into FromTime in schema mspdi_xsdXSD Diagram of WorkingTime in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="WorkingTime" minOccurs="0" maxOccurs="5">
    <xsd:annotation>
        <xsd:documentation>Defines the working time during the weekday.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="FromTime" type="xsd:time" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The beginning of the working time.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ToTime" type="xsd:time" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The end of the working time.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FromTime nsC:FromTime 0 (1)
ToTime nsC:ToTime 0 (1)