NAIRealm (Hotspot2) element

A list of Network Access Identifier (NAI) Realm identifiers. Entries in this list are usually of the form user@domain. The NAI Realm list is the preferred method to identify most non-mobile operators like MSOs, wireline operators, and public venues.

<xs:element name="NAIRealm"
    minOccurs="0"
 >
    <xs:complexType>
        <xs:sequence>
            <xs:element name="name"
                minOccurs="0"
                maxOccurs="256"
             >
                <xs:simpleType>
                    <xs:restriction base="xs:string">
                        <xs:minLength value="1">
                        <xs:maxLength value="255">
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>

Parent elements

Child elements

Element Type Description
name A single realm identifier. Usually of the form user@domain.

name

A single realm identifier. Usually of the form user@domain.

Requirements

TBD