Definition Type: Element
Name: TimePeriod
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Defines a contiguous set of exception days.
Collapse XSD Schema Diagram:
Drilldown into ToDate in schema mspdi_xsd Drilldown into FromDate in schema mspdi_xsdXSD Diagram of TimePeriod in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="TimePeriod" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Defines a contiguous set of exception days.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="FromDate" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The beginning of the exception time.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ToDate" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The end of the exception time.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FromDate nsC:FromDate 0 (1)
ToDate nsC:ToDate 0 (1)