Elemento MBNProfile

L'elemento MBNProfile è l'elemento radice che identifica un profilo Mobile Broadband.

Può essere presente un solo elemento di questo tipo per documento.

<xs:element name="MBNProfile">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Name"
                type="nameType"
             />
            <xs:element name="Description"
                type="nameType"
                minOccurs="0"
             />
            <xs:element name="ICONFilePath"
                type="iconFileType"
                minOccurs="0"
             />
            <xs:element name="IsDefault"
                type="boolean"
             />
            <xs:element name="ProfileCreationType"
                minOccurs="0"
            >
                <xs:simpleType>
                    <xs:restriction
                        base="token"
                    >
                        <xs:enumeration
                            value="UserProvisioned"
                         />
                        <xs:enumeration
                            value="AdminProvisioned"
                         />
                        <xs:enumeration
                            value="OperatorProvisioned"
                         />
                        <xs:enumeration
                            value="DeviceProvisioned"
                         />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="SubscriberID"
                type="subscriberIdType"
             />
            <xs:element name="SimIccID"
                type="simIccIDType"
                minOccurs="0"
             />
            <xs:element name="HomeProviderName"
                type="providerNameType"
                minOccurs="0"
             />
            <xs:element name="AutoConnectOnInternet"
                type="boolean"
                minOccurs="0"
             />
            <xs:element name="ConnectionMode"
                minOccurs="0"
            >
                <xs:simpleType>
                    <xs:restriction
                        base="string"
                    >
                        <xs:enumeration
                            value="manual"
                         />
                        <xs:enumeration
                            value="auto"
                         />
                        <xs:enumeration
                            value="auto-home"
                         />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Context"
                type="contextType"
                minOccurs="0"
             />
            <xs:element name="DataRoamingPartners"
                minOccurs="0"
             />
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Elementi figlio

Elemento Tipo Descrizione
AutoConnectOnInternet boolean Se il dispositivo si connetterà automaticamente.
ConnectionMode Impostazioni di connessione automatica del dispositivo.
Contesto Contexttype Parametri di configurazione della connessione dati.
DataRoamingPartners Provider di rete preferiti per il roaming.
Descrizione nameType Descrizione del profilo.
HomeProviderName providerNameType Nome del provider home.
ICONFilePath iconFileType Percorso del file dell'icona.
IsDefault boolean Se il profilo è il valore predefinito.
Nome nameType Nome del profilo.
ProfileCreationType Informazioni sull'autore del profilo.
SimIccID simIccIDType Numero di identificazione SIM per i dispositivi GSM.
SottoscrittoreID subscriberIdType Identificatore univoco del profilo.

Requisiti

Requisito Valore
Client minimo supportato
Windows 7 [app desktop | App UWP]
Server minimo supportato
Nessuno supportato