Definition Type: Element
Name: Values
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The values of the table associated with this outline code.
Collapse XSD Schema Diagram:
Drilldown into Value in schema mspdi_xsdXSD Diagram of Values in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Values" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The values of the table associated with this outline code.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <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>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Value nsC:Value (1) (1)