MBAE 棄用通知
Important
從 Windows 10 版本 1803 開始,MBAE 應用程式體驗會由MO UWP 應用程式取代。 如需MO UWP 應用程式的詳細資訊,請參閱 UWP行動寬頻應用程式。
PackageStructure 元素會指定服務中繼資料套件所參考的 XML 綱目。 Each XML schema is specified through the Metadata element.
Usage
<PackageStructure>
text
child elements
</PackageStructure>
Attributes
沒有屬性。
Text value
Four or more Metadata elements are required.
Child elements
| Element | Description |
|---|---|
The Metadata element specifies the XML schemas that are referenced through the device metadata package. |
Parent elements
| Element | Description |
|---|---|
The PackageInfo element is the parent element of the PackageInfo XML schema. PackageInfo 元素的子專案會指定裝置元數據套件的屬性。 |
XSD
<xs:element name="PackageStructure" type="tns:PackageStructureType" />
<xs:complexType name="PackageStructureType">
<xs:sequence>
<xs:element name="Metadata" type="tns:MetadataType" minOccurs="2" maxOccurs="unbounded" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
Remarks
A minimum of four instances of the Metadata element must be specified within the PackageStructure element. 每一個實例都必須指定其中一個用來建立服務中繼資料套件的必要 XML 綱目:
PackageStructure 元素是必要的。