Cisco Systems CB21AG Network Card User Manual


 
4-24
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 LEAP XML Schema
attributeFormDefault="unqualified">
<xs:element name="eapLeap" type="EapLeap"/>
<xs:complexType name="EapLeap">
<xs:complexContent>
<xs:extension base="PasswordMethods"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="IdentityPattern">
<xs:simpleContent>
<xs:extension base="NonEmptyString">
<xs:attribute name="encryptContent" type="xs:boolean" use="optional" default="true">
<xs:annotation>
<xs:documentation>this is defaulted to 'true' as an indication to the post-process tool that it
should encrypt this element, if the element is not already encrypted (within an XML Security
envelope).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="PasswordFromProfile">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="encryptContent" type="xs:boolean" use="optional" default="true">
<xs:annotation>
<xs:documentation>this is defaulted to 'true' as an indication to the post-process tool that it
should encrypt this element, if the element is not already encrypted (within an XML Security
envelope).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="PasswordSource">