Definition Type: Element
Name: AvailabilityPeriod
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The period the resource is available.
Collapse XSD Schema Diagram:
Drilldown into AvailableUnits in schema mspdi_xsd Drilldown into AvailableTo in schema mspdi_xsd Drilldown into AvailableFrom in schema mspdi_xsdXSD Diagram of AvailabilityPeriod in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="AvailabilityPeriod" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>The period the resource is available.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="AvailableFrom" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date that the resource becomes available for the specified period.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="AvailableTo" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The last date that the resource is available for the specified period.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="AvailableUnits" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The percentage that the resource is available during the specified period.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AvailableFrom nsC:AvailableFrom 0 (1)
AvailableTo nsC:AvailableTo 0 (1)
AvailableUnits nsC:AvailableUnits 0 (1)