<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
           targetNamespace="http://schemas.microsoft.com/appx/manifest/printsupport/windows10/3"
           xmlns="http://schemas.microsoft.com/appx/manifest/printsupport/windows10/3"
           xmlns:t="http://schemas.microsoft.com/appx/manifest/types"
           xmlns:f="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
           xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
           xmlns:uap11="http://schemas.microsoft.com/appx/manifest/uap/windows10/11"
           >

    <xs:import namespace="http://schemas.microsoft.com/appx/manifest/types"/>
    <xs:import namespace="http://schemas.microsoft.com/appx/manifest/foundation/windows10"/>
    <xs:import namespace="http://schemas.microsoft.com/appx/manifest/uap/windows10/11"/>
    <xs:import namespace="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"/>

    <xs:element name="Extension" substitutionGroup="f:ExtensionChoice">
        <xs:complexType>
            <xs:attribute name="Category" type="t:ST_ExtensionCategory_PrintSupport3" use="required"/>
            <xs:attributeGroup ref="t:ExtensionBaseAttributes"/>
            <xs:attributeGroup ref="uap10:TrustLevelGroup"/>
            <xs:attributeGroup ref="uap11:ManganeseExtensionAttributesGroup"/>
        </xs:complexType>
    </xs:element>

</xs:schema>

