HardwareIdList (APN element)

The HardwareIdList element specifies a list of hardware IDs for the operator.

Usage

<HardwareIdList>
  child elements
</Operator>

Attributes

There are no attributes.

Child elements

Element Description

HardwareId

An operator hardware ID.

Parent elements

Element Description

Operator

Specifies the details for an operator in the APN database.

XSD

<xs:element name="HardwareIdList">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="HardwareId" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Remarks

The HardwareIdList element is required.