Compartir a través de


MetadataBuilderInformation

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 MetadataBuilderInformation especifica información sobre la aplicación que creó el paquete de metadatos del dispositivo.

Usage

<MetadataBuilderInformation>
  text
  child elements
</MetadataBuilderInformation>

Attributes

No hay atributos.

Text value

Cadena que contiene entre 1 y 256 caracteres imprimibles incluidos.

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. Los elementos secundarios del elemento PackageInfo especifican los atributos del paquete de metadatos del dispositivo.

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

El elemento MetadataBuilderInformation no lo usa ningún componente del sistema operativo. Está reservado para su uso por parte del OEM, el IHV y el ISV.