ValueList Complex Type

The ValueList complex type is a list of ValueItems representing a registry value name. This element should always contain at least one ValueItem.

<xs:complexType name="ValueList">
    <xs:sequence>
        <xs:element name="item"
            type="ValueItem"
            minOccurs="1"
            maxOccurs="unbounded"
         />
    </xs:sequence>
    <xs:attribute name="defaultKey"
        type="registryKey"
     />
</xs:complexType>

Child elements

Element Type Description
item ValueItem

Attributes

Name Type Description
defaultKey registryKey

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013