Partager via


PackageInfo

Avertissement de dépréciation MBAE

Important

À compter de Windows 10, version 1803, l’expérience de l’application MBAE est remplacée par une application UWP MO. Pour plus d’informations sur les applications UWP MO, consultez les applications haut débit mobiles UWP.

L’élément PackageInfo est l’élément parent du schéma XML PackageInfo. Les éléments enfants de l’élément PackageInfo spécifient les attributs du package de métadonnées de service.

Usage

<PackageInfo>
  child elements
</PackageInfo>

Attributes

Il n’existe aucun attribut.

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. Ces options en question sont les suivantes :

  • Identificateur de chaque fonction matérielle prise en charge par l’appareil.

  • Paramètres régionaux spécifiques à la langue pour les chaînes de texte dans le package.

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

Il n’existe aucun élément parent.

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.