--- title: NetworkQoSPolicy DDF description: View the OMA DM device description framework (DDF) for the NetworkQoSPolicy configuration service provider. DDF files are used only with OMA DM provisioning XML ms.assetid: ms.reviewer: manager: dansimp ms.author: dansimp ms.topic: article ms.prod: w10 ms.technology: windows author: manikadhiman ms.date: 12/05/2017 --- # NetworkQoSPolicy DDF This topic shows the OMA DM device description framework (DDF) for the **NetworkQoSPolicy** configuration service provider. DDF files are used only with OMA DM provisioning XML. Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download). The XML below is the current version for this CSP. ```xml ]> 1.2 NetworkQoSPolicy ./Device/Vendor/MSFT com.microsoft/1.0/MDM/NetworkQoSPolicy Version Version information. Version text/plain The value of this node should be a policy name. Name PolicyStore The location where the QoS policy is stored. PolicyStore text/plain IPProtocolMatchCondition 0 Specifies the IP protocol used to match the network traffic. Valid values are 0: Both TCP and UDP (default), 1: TCP, 2: UDP. IPProtocolMatchCondition text/plain AppPathNameMatchCondition Specifies the name of an application to be used to match the network traffic, such as application.exe or %ProgramFiles%\application.exe. AppPathNameMatchCondition text/plain SourcePortMatchCondition Specifies a single port or a range of ports to be used to match the network traffic. Valid values are [first port number]-[last port number] or [port number]. SourcePortMatchCondition text/plain DestinationPortMatchCondition Specifies a single port or a range of ports to be used to match the network traffic. Valid values are [first port number]-[last port number] or [port number]. DestinationPortMatchCondition text/plain PriorityValue8021Action The IEEE 802.1p value to apply to matching network traffice. Valid values are 0-7. PriorityValue8021Action text/plain DSCPAction The differentiated services code point (DSCP) value to apply to matching network traffic. Valid values are 0-63. DSCPAction text/plain ```