Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Version element specifies the version of the application software that created the device metadata package.
Usage
<Version>
text
</Version>
Attributes
There are no attributes.
Text value
A string that contains between 1 and 256 printable characters inclusive.
Child elements
There are no child elements.
Parent elements
Element | Description |
---|---|
MetadataBuilderInformation | The MetadataBuilderInformation element specifies the application that created the device metadata package. |
XSD
<xs:element name="Version" type="tns:VersionType" />
<xs:simpleType name="VersionType">
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="256" />
</xs:restriction>
</xs:simpleType>
Remarks
The Version element is not used by the Windows 7 operating system. It is reserved for use by the OEM and developers.