Value element [SDM] 

 
SDM Reference

Value Element

Contains a value in a list of setting values.

<xs:element name="Value">
    <xs:complexType
        mixed="true"
    >
        <xs:sequence>
            <xs:any
                processContents="skip"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace=""
             />
        </xs:sequence>
        <xs:attribute name="Null"
            type="boolean"
            use="optional"
         />
Null
True if the value of the setting can be null, False otherwise.
</xs:complexType> </xs:element>
Value

Attributes

Name Type Description
Null boolean True if the value of the setting can be null, False otherwise.

See Also

Definition context of element in schema

SettingValueList

Possible immediate parent elements in schema instance

SettingValueList (Definition), SettingValueList (Member)

  
  Last updated: November 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.