Cisco Systems CB21AG Network Card User Manual


 
4-17
Cisco Aironet 802.11a/b/g Wireless LAN Client Adapters (CB21AG and PI21AG) Installation and Configuration Guide for Windows Vista
OL-16534-01
Chapter 4 Performing Administrative Tasks
The PEAP-GTC XML Schema
<xs:element name="trustPacFromGlobalPacStoreWithThisId" type="xs:string">
<xs:annotation>
<xs:documentation>
Utilized when there is a global store used for PACs (rather than just per-profile).</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:schema>
The PEAP-GTC XML Schema
The PEAP-GTC module stores all settings in the Native EAP method section of the network profile as
XML by using the following schema:
<?xml version="1.0"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.cisco.com/CCX"
targetNamespace="http://www.cisco.com/CCX"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:element name="eapPeap" type="EapPeap"/>
<xs:complexType name="EapPeap">
<xs:complexContent>
<xs:extension base="TunnelMethods">
<xs:sequence>
<xs:element name="authMethods">
<xs:complexType>
<xs:choice>
<xs:element name="builtinMethods">
<xs:complexType>
<xs:choice>