Definition Type: Element
Name: FixedCostAccrual
Namespace: http://schemas.microsoft.com/project
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
How the fixed cost is accrued against the task. Values are: 1=Start, 2=Prorated and 3=End.
Collapse XSD Schema Diagram:
XSD Diagram of FixedCostAccrual in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="FixedCostAccrual" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>How the fixed cost is accrued against the task. Values are: 1=Start, 2=Prorated and 3=End.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="1" />
            <xsd:enumeration value="2" />
            <xsd:enumeration value="3" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3