--- title: MultiSIM DDF file description: XML file containing the device description framework for the MultiSIM configuration service provider. ms.author: dansimp ms.topic: article ms.prod: w10 ms.technology: windows author: manikadhiman ms.date: 02/27/2018 ms.reviewer: manager: dansimp --- # MultiSIM CSP This topic shows the OMA DM device description framework (DDF) for the **MultiSIM** configuration service provider. The XML below is for Windows 10, version 1803. ```xml ]> 1.2 MultiSIM ./Device/Vendor/MSFT Subtree for multi-SIM management. com.microsoft/1.0/MDM/MultiSIM Node representing a Mobile Broadband Modem. The node name is the Modem ID. Modem ID is a GUID without curly braces, with exception of "Embedded" which represents the embedded Modem. ModemID Identifier Modem ID. text/plain IsEmbedded Indicates whether this Modem is embedded or external. text/plain Slots Represents all SIM slots in the Modem. Node representing a SIM Slot. The node name is the Slot ID. SIM Slot ID format is "0", "1", etc., with exception of "Embedded" which represents the embedded Slot. SlotID Identifier Slot ID. text/plain IsEmbedded Indicates whether this Slot is embedded or a physical SIM slot. text/plain IsSelected Indicates whether this Slot is selected or not. text/plain State Slot state (Unknown = 0, OffEmpty = 1, Off = 2, Empty = 3, NotReady = 4, Active = 5, Error = 6, ActiveEsim = 7, ActiveEsimNoProfile = 8) text/plain Policies Policies associated with the Modem. SlotSelectionEnabled true Determines whether the user is allowed to change slots in the Cellular settings UI. Default is true. text/plain ```