Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.36 KB

wlan-profileschema-network3gpp-hotspot2-element.md

File metadata and controls

59 lines (48 loc) · 1.36 KB
title description ms.topic ms.date topic_type api_name api_type api_location ms.assetid
Network3GPP (Hotspot2) element
A list of Public Land Mobile Network (PLMN) IDs.
reference
06/25/2023
APIRef
kbSyntax
Network3GPP
Schema
2e5e23c0-e98f-48f8-97b8-c5f88c80c51e

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