HardwareIdList (PackageInfo)
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 HardwareIDList element specifies one or more hardware identification strings for the service metadata package. Each string is specified by a HardwareID element.
Usage
<HardwareIDList>
child elements
</HardwareIDList>
Attributes
There are no attributes.
Text value
Must contain one or more HardwareID elements.
Child elements
Element | Description |
---|---|
The HardwareID elements represent the mobile network operator. |
Parent elements
Element | Description |
---|---|
The MetadataKey element specifies the attributes of the device metadata package. These include the following:
|
XSD
<xs:element name="HardwareIDList" type="tns:HardwareIDListType" />
<xs:complexType name="HardwareIDListType">
<xs:sequence>
<xs:element name="HardwareID" type="tns:HardwareIDType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
Remarks
The HardwareIDList element is required.