Definition Type: Element
Name: ValueList
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
When values of extended attributes are specified as properties of elements in the schema, they may either be specified by values or by references to the values contained in this list. Applications may assume ordering of the list by ordering specified here.
Collapse XSD Schema Diagram:
Drilldown into Value in schema mspdi_xsdXSD Diagram of ValueList in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="ValueList" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>When values of extended attributes are specified as properties of elements in the schema, they may either be specified by values or by references to the values contained in this list.  Applications may assume ordering of the list by ordering specified here.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <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>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Value nsC:Value (1) unbounded