Definition Type: Element
Name: Value
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
The individual values.
Collapse XSD Schema Diagram:
Drilldown into Description in schema mspdi_xsd Drilldown into Value in schema mspdi_xsd Drilldown into ParentValueID in schema mspdi_xsd Drilldown into ValueID in schema mspdi_xsdXSD Diagram of Value in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Value">
    <xsd:annotation>
        <xsd:documentation>The individual values.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:all>
            <xsd:element name="ValueID" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The unique ID of the outline code value across the project.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ParentValueID" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The value of the parent node of the outline code.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Value" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual value.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Description" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>A description of this value.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:all>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ValueID nsC:ValueID 0 (1)
ParentValueID nsC:ParentValueID 0 (1)
Value nsC:Value 0 (1)
Description nsC:Description 0 (1)