6.12.1 EapAkaPrimeConnectionPropertiesV1 Schema

The following defines the XML schema for specifying configuration settings for the Microsoft EAP implementation of the AKA' method.

 <?xml version="1.0" ?>
 <xs:schema
      targetNamespace="http://www.microsoft.com/provisioning/EapAkaPrimeConnectionPropertiesV1" 
      elementFormDefault="qualified" 
      xmlns="http://www.microsoft.com/provisioning/EapAkaPrimeConnectionPropertiesV1" 
      xmlns:xs="http://www.w3.org/2001/XMLSchema" 
      version="1.0"
    >
    <xs:element name="EapAkaPrime">              
       <xs:complexType>
             <xs:sequence>
                 <xs:element name="IgnoreNetworkNameMismatch" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
                 <xs:element name="EnableFastReauth" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
                 <xs:element name="DontRevealPermanentID" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
                 <xs:element name="ProviderName" type="xs:string" minOccurs="0" maxOccurs="1"/>
                 <xs:element name="Realm">
                   <xs:complexType>
                     <xs:simpleContent>
                       <xs:extension base="xs:string">
                         <xs:attribute name="Enabled" type="xs:boolean" use="required"/>
                       </xs:extension>
                     </xs:simpleContent>
                   </xs:complexType>
                 </xs:element>
                 <!-- extension point for other namespaces -->
                 <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
             </xs:sequence>
       </xs:complexType>
    </xs:element>   
 </xs:schema>