Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Ostrzeżenie o deprecjacji programu MBAE
Important
Począwszy od systemu Windows 10 w wersji 1803, środowisko aplikacji MBAE jest zastępowane przez aplikację MO PLATFORMY UWP. Aby uzyskać więcej informacji na temat aplikacji MO UWP, zobacz aplikacje mobilne szerokopasmowe UWP.
Element MetadataBuilderInformation określa informacje o aplikacji, która utworzyła pakiet metadanych urządzenia.
Usage
<MetadataBuilderInformation>
text
child elements
</MetadataBuilderInformation>
Attributes
Brak atrybutów.
Text value
Ciąg zawierający od 1 do 256 znaków włącznie.
Child elements
| Element | Description |
|---|---|
The Application element specifies the name of the application software that created the service metadata package. |
|
The Version element specifies the version of the application software that created the service metadata package. |
Parent elements
| Element | Description |
|---|---|
The PackageInfo element is the parent element of the PackageInfo XML schema. Elementy podrzędne elementu PackageInfo określają atrybuty pakietu metadanych urządzenia. |
język 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
Element MetadataBuilderInformation nie jest używany przez żaden składnik systemu operacyjnego. Jest on zarezerwowany do użytku przez producenta OEM, IHV i niezależnego dostawcę oprogramowania.