Udostępnij przez


ServiceSpecificExtension

Ostrzeżenie o deprecjacji programu MBAE

Important

Począwszy od systemu Windows 10 w wersji 1803, środowisko aplikacji MBAE jest zastępowane przez aplikację MO PLATFORMY UWP. Aby uzyskać więcej informacji na temat aplikacji MO UWP, zobacz aplikacje mobilne szerokopasmowe UWP.

Element ServiceSpecificExtension określa względną lokalizację pliku MobileBroadbandInfo.xml.

Usage

<ServiceSpecificExtension 
  name = “xs:anyURI”>
  text
</ServiceSpecificExtension>

Attributes

Attribute Typ Required Description

obszar nazw

xs:anyURI

Yes

Identyfikator URI przestrzeni nazw używanej dla pliku MobileBroadbandInfo.xml.

Text value

Nazwa pliku XML zawierającego schemat MobileBroadbandInfo.

Child elements

Brak elementów podrzędnych.

Parent elements

Element Description

ServiceInfo

The ServiceInfo element is the parent element of the ServiceInfo XML schema.

język 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

Wymagany jest element ServiceSpecificExtension.