--- title: DynamicManagement DDF file description: DynamicManagement DDF file ms.assetid: 7e266db0-2fd9-4412-b428-4550f41a1738 ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows author: MariciaAlforque ms.date: 12/05/2017 --- # DynamicManagement DDF file This topic shows the OMA DM device description framework (DDF) for the **DynamicManagement** configuration service provider. 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. ``` syntax ]> 1.2 DynamicManagement ./Device/Vendor/MSFT NotificationsEnabled False A Boolean value that sets if the user is notified of a context change. NotificationsEnabled text/plain ActiveList A string containing the list of all active ContextIDs on the device. Delimeter is unicode character 0xF000. ActiveList text/plain Contexts Contexts Node created by the server to define a context. Maximum amount of characters allowed is 38. ContextID SignalDefinition Signal Definition XML SignalDefinition text/plain SettingsPack Settings that get applied when the Context is active. SettingsPack text/plain SettingsPackResponse Response from applying a Settings Pack, contains information on each individual action. SettingsPackResponse text/plain ContextStatus 0 Reports status of the context. If there was a failure, SettingsPackResponse should be checked for what exactly failed. ContextStatus text/plain Altitude A value that determines how to handle resolution of applying multiple contexts on the device. Required, and must be distinct of other priorities. Altitude text/plain AlertsEnabled True A Boolean value that sets if when a context fails, the CSP sends an alert to the Server AlertsEnabled text/plain ```