Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.61 KB

schema-providertype-complextype.md

File metadata and controls

61 lines (38 loc) · 1.61 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type
Specifies information about a cellular network.
52d07b64-7939-4f1c-9793-be07af098053
providerType Complex Type (Mobile Broadband)
reference
05/31/2018
APIRef
kbSyntax
providerType
Schema

providerType Complex Type

The providerType complex type specifies information about a cellular network.

<xs:complexType name="providerType">
    <xs:sequence>
        <xs:element name="ProviderID"
            type="providerIdType"
         />
        <xs:element name="ProviderName"
            type="providerNameType"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
ProviderID providerIdType Provider ID.
ProviderName providerNameType Provider name.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps | UWP apps]
Minimum supported server
None supported