ConnectionInfoList

The ConnectionInfoList element specifies a list of connections for the specified operator.

Usage

<ConnectionInfoList>
  child elements
</ConnectionInfoList>

Attributes

There are no attributes.

Child elements

Element Description

ConnectionInfo

An operator hardware ID.

Parent elements

Element Description

Operator

Specifies the details for an operator in the APN database.

XSD

<xs:element ref="ConnectionInfoList"/>

<xs:element name="ConnectionInfoList">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ConnectionInfo" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Remarks

The ConnectionInfoList element is required.