次の方法で共有


MBNProfile 要素

MBNProfile 要素は、モバイル ブロードバンド プロファイルを識別するルート要素です。

この型の要素は、ドキュメントごとに 1 つだけ存在できます。

<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>

子要素

要素 Type 説明
AutoConnectOnInternet boolean デバイスが自動的に接続されるかどうか。
ConnectionMode デバイスの自動接続設定。
Context contextType データ接続のセットアップ パラメーター。
DataRoamingPartners ローミングに推奨されるネットワーク プロバイダー。
説明 nameType プロファイルの説明です。
HomeProviderName providerNameType ホーム プロバイダーの名前。
ICONFilePath iconFileType アイコン ファイルへのパス。
Isdefault boolean プロファイルが既定かどうか。
名前 nameType プロファイルの名前。
ProfileCreationType プロファイル作成者に関する情報。
SimIccID simIccIDType GSM デバイスの SIM 識別番号。
SubscriberID subscriberIdType プロファイルの一意識別子。

要件

要件
サポートされている最小のクライアント
Windows 7 [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー
サポートなし