Network3GPP (Hotspot2) element

A list of Public Land Mobile Network (PLMN) IDs.

<xs:element name="Network3GPP"
    minOccurs="0"
 >
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PLMNID"
                minOccurs="0"
                maxOccurs="256"
             >
                <xs:simpleType>
                    <xs:restriction base="xs:string">
                        <xs:minLength value="5">
                        <xs:maxLength value="6">
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>

Parent elements

Child elements

Element Type Description
PLMNID An individual PLMN ID. This is a 5 or 6 digit decimal number corresponding to the MCC/MNC of a 3GPP network.

PLMNID

An individual PLMN ID. This is a 5 or 6 digit decimal number corresponding to the MCC/MNC of a 3GPP network.

Requirements

TBD