Definition Type: Element
Name: CriticalSlackLimit
Namespace: http://schemas.microsoft.com/project
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The number of days past its end date that a task can go before Microsoft Project marks that task as a critical task.
Collapse XSD Schema Diagram:
XSD Diagram of CriticalSlackLimit in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="CriticalSlackLimit" type="xsd:integer" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The number of days past its end date that a task can go before Microsoft Project marks that task as a critical task.</xsd:documentation>
    </xsd:annotation>
</xsd:element>