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 PackageInfo jest elementem nadrzędnym schematu XML PackageInfo. Elementy podrzędne elementu PackageInfo określają atrybuty pakietu metadanych usługi.
Usage
<PackageInfo>
child elements
</PackageInfo>
Attributes
Brak atrybutów.
Child elements
| Element | Description |
|---|---|
The MetadataBuilderInformation element specifies information about the application that created the service metadata package. |
|
The MetadataKey element specifies the attributes of the service metadata package. Należą do nich następujące elementy:
|
|
The PackageStructure element specifies the XML schemas which are referenced by the service metadata package. |
|
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
Brak elementów nadrzędnych.
język 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.