--- title: DynamicManagement DDF file description: Learn about the OMA DM device description framework (DDF) for the DynamicManagement configuration service provider (CSP). 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-ddf.md). The XML below is the current version for this CSP. ```xml ]> 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 ```