DescriptionType Complex Type

Defines the elements that contain information about the manifest, such as the vendor that created the manifest and the display name of the manifest.

<xs:complexType name="DescriptionType"
    mixed="true"
>
    <xs:choice
        minOccurs="0"
        maxOccurs="unbounded"
    >
        <xs:element name="vendor"
            type="string"
            minOccurs="0"
         />
        <xs:any
            minOccurs="0"
            maxOccurs="unbounded"
            namespace="##other"
         />
    </xs:choice>
</xs:complexType>

Child Elements

Element Type Description
vendor string

The vendor that created the manifest.

Requirements

Minimum supported client Windows Vista
Minimum supported server Windows Server 2008

Send comments about this topic to Microsoft

Build date: 5/7/2009