Partager via


MetadataBuilderInformation

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 MetadataBuilderInformation spécifie des informations sur l’application qui a créé le package de métadonnées de l’appareil.

Usage

<MetadataBuilderInformation>
  text
  child elements
</MetadataBuilderInformation>

Attributes

Il n’existe aucun attribut.

Text value

Chaîne qui contient entre 1 et 256 caractères imprimables inclus.

Child elements

Element Description

Application

The Application element specifies the name of the application software that created the service metadata package.

Version

The Version element specifies the version of the application software that created the service metadata package.

Parent elements

Element Description

PackageInfo

The PackageInfo element is the parent element of the PackageInfo XML schema. Les éléments enfants de l’élément PackageInfo spécifient les attributs du package de métadonnées d’appareil.

XSD

<xs:element name="MetadataBuilderInformation" type="tns:MetadataBuilderInformationType" minOccurs="0" /> 

<xs:complexType name="MetadataBuilderInformationType">
  <xs:sequence>
  <xs:element name="Application" type="tns:ApplicationType" />
  <xs:element name="Version" type="tns:VersionType" />
  <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType> 

<xs:simpleType name="ApplicationType">
  <xs:restriction base="xs:string">
  <xs:minLength value="1" />
  <xs:maxLength value="256" />
  </xs:restriction>
</xs:simpleType> 

<xs:simpleType name="VersionType">
   <xs:restriction base="xs:string">
     <xs:minLength value="1" />
     <xs:maxLength value="256" />
   </xs:restriction> 
</xs:simpleType>

Remarks

L’élément MetadataBuilderInformation n’est utilisé par aucun composant du système d’exploitation. Il est réservé à l’utilisation par l’OEM, IHV et ISV.