PackageStructure
MBAE deprecation warning
Important
Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.
The PackageStructure element specifies the XML schemas that are referenced by the service metadata package. Each XML schema is specified through the Metadata element.
Usage
<PackageStructure>
text
child elements
</PackageStructure>
Attributes
There are no 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. The child elements of the PackageInfo element specify the attributes of the device metadata package. |
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. Each instance must specify one of the required XML schemas that are used to create a service metadata package:
The PackageStructure element is required.