Definition Type: Element
Name: BookingType
Namespace: http://schemas.microsoft.com/project
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Specifies the booking type of the assignment. 1=Commited, 2=Proposed
Collapse XSD Schema Diagram:
XSD Diagram of BookingType in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="BookingType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the booking type of the assignment. 1=Commited, 2=Proposed</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
            <xsd:enumeration value="0" />
            <xsd:enumeration value="1" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1