Share via


PackageNameType

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 PackageNameType XML simple type specifies a package name for an app associated with the device.

<xs:simpleType name="PackageNameType">
    <xs:restriction
        base="tns:AsciiIdentifierType"
    >
        <xs:minLength
            value="3"
         />
        <xs:maxLength
            value="50"
         />
    </xs:restriction>
</xs:simpleType>

Remarks

See the WindowsInfo XML Schema Definition for the XSD definition of PackageNameType and AsciiIdentifierType.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012

See also