Definition Type: Element
Name: Value
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
The values that make up the value list.
Collapse XSD Schema Diagram:
Drilldown into Description in schema mspdi_xsd Drilldown into Value in schema mspdi_xsd Drilldown into ID in schema mspdi_xsdXSD Diagram of Value in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Value" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>The values that make up the value list.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:all>
            <xsd:element name="ID" type="xsd:integer">
                <xsd:annotation>
                    <xsd:documentation>Unique ID of value across the project.</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>The description of the value in the list.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:all>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsC:ID (1) (1)
Value nsC:Value 0 (1)
Description nsC:Description 0 (1)