Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following defines the XML schema for specifying configuration settings for the Microsoft EAP implementation of the SIM method.
-
<?xml version="1.0" ?> <xs:schema targetNamespace="http://www.microsoft.com/provisioning/EapSimConnectionPropertiesV1" elementFormDefault="qualified" xmlns="http://www.microsoft.com/provisioning/EapSimConnectionPropertiesV1" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" > <xs:element name="EapSim"> <xs:complexType> <xs:sequence> <xs:element name="UseStrongCipherKeys" 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>