Compartilhar via


PackageInfo

Aviso de substituição MBAE

Important

A partir do Windows 10, versão 1803, a experiência do aplicativo MBAE é substituída por um aplicativo MO UWP. Para obter mais informações sobre aplicativos MO UWP, consulte aplicativos de banda larga móvel UWP.

O elemento PackageInfo é o elemento pai do esquema XML PackageInfo. Os elementos filho do elemento PackageInfo especificam os atributos do pacote de metadados de serviço.

Usage

<PackageInfo>
  child elements
</PackageInfo>

Attributes

Não há atributos.

Child elements

Element Description

MetadataBuilderInformation

The MetadataBuilderInformation element specifies information about the application that created the service metadata package.

MetadataKey

The MetadataKey element specifies the attributes of the service metadata package. Estes incluem o seguinte:

  • O identificador para cada função de hardware compatível com o dispositivo.

  • A localidade específica do idioma para as cadeias de caracteres de texto dentro do pacote.

PackageStructure

The PackageStructure element specifies the XML schemas which are referenced by the service metadata package.

Relationships

The Relationships element, through its child elements, specifies data that is used to track a service metadata package within the device metadata cache.

Parent elements

Não há elementos pai.

XSD

<xs:element name="PackageInfo" type="tns:PackageInfoType" />

<xs:complexType name="PackageInfoType">
  <xs:sequence>
    <xs:element name="MetadataKey" type="tns:MetadataKeyType" />
    <xs:element name="PackageStructure" type="tns:PackageStructureType" />
    <xs:element name="Relationships" type="tns:RelationshipsType" minOccurs="0" />
    <xs:element name="MetadataBuilderInformation" type="tns:MetadataBuilderInformationType" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0"
      maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

Remarks

The PackageInfo element must contain one instance of the MetadataKey, PackageStructure, and Relationships elements.