OperatorList

The OperatorList element specifies a list of operators included in the APN database.

Usage

<OperatorList>
  child elements
</OperatorList>

Attributes

There are no attributes.

Child elements

Element Description

Operator

Specifies the details of the operator.

Parent elements

There are no parent elements.

XSD

<xs:element name="OperatorList">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Operator" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Remarks

The OperatorList element is required.