Definition Type: Element
Name: WorkingTimes
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The collection of working times that define the time worked on the weekday. One of these must be present, and there may be no more than five.
Collapse XSD Schema Diagram:
Drilldown into WorkingTime in schema mspdi_xsdXSD Diagram of WorkingTimes in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="WorkingTimes" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The collection of working times that define the time worked on the weekday.  One of these must be present, and there may be no more than five.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:choice>
                <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>
            </xsd:choice>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
WorkingTime nsC:WorkingTime 0 5