MBNProfile 元素
MBNProfile元素是識別行動寬頻設定檔的根項目。
每個檔只能有一個此類型的元素。
<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>
子元素
元素 | 類型 | 描述 |
---|---|---|
AutoConnectOnInternet | boolean | 裝置是否會自動連線。 |
ConnectionMode | 裝置自動連線設定。 |
|
Context | coNtextType | 資料連線安裝參數。 |
DataRoamingPartners | 漫遊的慣用網路提供者。 |
|
描述 | nameType | 設定檔的描述。 |
HomeProviderName | providerNameType | 首頁提供者的名稱。 |
ICONFilePath | iconFileType | 圖示檔案的路徑。 |
IsDefault | boolean | 設定檔是否為預設值。 |
Name | nameType | 設定檔的名稱。 |
ProfileCreationType | 設定檔建立者的相關資訊。 |
|
SimIccID | simIccIDType | GSM 裝置的 SIM 識別碼。 |
SubscriberID | subscriberIdType | 設定檔的唯一識別碼。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows 7 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 |
都不支援 |