Compartilhar via


MetadataBuilderInformation

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 MetadataBuilderInformation especifica informações sobre o aplicativo que criou o pacote de metadados do dispositivo.

Usage

<MetadataBuilderInformation>
  text
  child elements
</MetadataBuilderInformation>

Attributes

Não há atributos.

Text value

Uma cadeia de caracteres que contém entre 1 e 256 caracteres imprimíveis, inclusive.

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. Os elementos filho do elemento PackageInfo especificam os atributos do pacote de metadados do 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

O elemento MetadataBuilderInformation não é usado por nenhum componente do sistema operacional. Ele é reservado para uso pelo OEM, IHV e ISV.