Share via


DeviceDescription1 element

Important

Device metadata is deprecated and will be removed in a future release of Windows. For information about the replacement for this functionality, see Driver Package Container Metadata.

The DeviceDescription1 element specifies descriptive information about the device.

Usage

<DeviceDescription1>
  text
</DeviceDescription1>

Attributes

There are no attributes.

Text value

A string that contains up to 1024 printable characters.

Child elements

There are no child elements.

Parent elements

Element Description
DeviceInfo The DeviceInfo element is the parent element of the DeviceInfo XML schema.

XSD

<xs:element name="DeviceDescription1" type="tns:DeviceDescriptionType" minOccurs="0"/>

Remarks

The data type for the DeviceDescription1 element is the DeviceDescriptionType XML simple type. A string of up to 1024 printable characters can be used for the descriptive information for the device.

The DeviceDescription1 element is optional.

See also