Compartir a través de


PackageInfo

Advertencia de desuso de MBAE

Important

A partir de Windows 10, versión 1803, la experiencia de la aplicación MBAE se reemplaza por una aplicación para UWP mo. Para obtener más información sobre las aplicaciones para UWP mo, consulta Aplicaciones de banda ancha móvil para UWP.

El elemento PackageInfo es el elemento primario del esquema XML PackageInfo. Los elementos secundarios del elemento PackageInfo especifican los atributos del paquete de metadatos del servicio.

Usage

<PackageInfo>
  child elements
</PackageInfo>

Attributes

No hay 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. Estos incluyen lo siguiente:

  • Identificador de cada función de hardware compatible con el dispositivo.

  • Configuración regional específica del idioma para las cadenas de texto dentro del paquete.

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

No hay elementos primarios.

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.