ServiceSpecificExtension
MBAE deprecation warning
Important
Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.
The ServiceSpecificExtension element specifies the relative location of the MobileBroadbandInfo.xml file.
Usage
<ServiceSpecificExtension
name = “xs:anyURI”>
text
</ServiceSpecificExtension>
Attributes
Attribute | Type | Required | Description |
---|---|---|---|
namespace |
xs:anyURI |
Yes |
The URI of the namespace that is used for the MobileBroadbandInfo.xml file. |
Text value
The name of the XML file that contains the MobileBroadbandInfo schema.
Child elements
There are no child elements.
Parent elements
Element | Description |
---|---|
The ServiceInfo element is the parent element of the ServiceInfo XML schema. |
XSD
<xs:element name="ServiceSpecificExtension" type="tns:ServiceSpecificExtensionType" minOccurs="0" />
<xs:complexType name="ServiceSpecificExtensionType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="namespace" type="xs:anyURI" use="required" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Remarks
The ServiceSpecificExtension element is required.