PackageNameType

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

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

See also

PackageIdentity

device metadata package

 

 

Send comments about this topic to Microsoft