Share via


PublisherType

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

<xs:simpleType name="PublisherType">
    <xs:restriction
        base="tns:DistinguishedNameType"
    >
        <xs:maxLength
            value="8192"
         />
    </xs:restriction>
</xs:simpleType>

Remarks

See the SoftwareInfo XML Schema Definition for the XSD definition of PublisherType and DistinguishedNameIdentifierType.

Requirements

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

See also