Operator

The Operator element specifies the details of an operator that is included in the APN database.

Usage

<Operator name=”xs:string” AccountExperienceURL=”xs:anyURI” OperatorGUID=”GUID”>
  child elements
</Operator>

Attributes

Attribute Type Required Description

Name

xs:string

Yes

The name and country/region of the operator.

Example: Contoso (Argentina)

AccountExperienceURL

xs:anyURI

No

The URL of the operator’s website used to configure Mobile Broadband.

OperatorGUID

GUID

No

A GUID used to identify the operator.

Child elements

Element Description

HardwareIdList

A list of hardware IDs that are assigned to the operator.

ConnectionInfoList

A list of access strings.

TrustedCertificateList

A list of trusted certificates used to verify that account provisioning is provided by a purchase website owned by the operator.

Parent elements

Element Description

OperatorList

The parent element of the APN XML schema.

XSD

<xs:element name="Operator">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="HardwareIdList"/>
      <xs:element ref="ConnectionInfoList"/>
      <xs:element ref="TrustedCertificateList" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="name" type="xs:string" use="required"/>
    <xs:attribute name="AccountExperienceURL" type="xs:anyURI" use="optional"/>
    <xs:attribute name="OperatorGUID" type="GUID" use="optional"/>
  </xs:complexType>
</xs:element>

Remarks

The Operator element is required.