<xs:simpleType>

Chapter 4 Performing Administrative Tasks

The EAP-FAST XML Schema

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:enumeration value="exactly"/>

<xs:enumeration value="endsWith"/>

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:extension>

</xs:simpleContent>

</xs:complexType>

<xs:complexType name="ServerValidationRules">

<xs:choice minOccurs="0" maxOccurs="unbounded">

<xs:annotation>

<xs:documentation>

Optional only when product allows user to trust server. In which case it allows a profile that has no server validations rules to start with and when a user validates an untrusted server the validation process still validates the server name.</xs:documentation>

</xs:annotation>

<xs:element name="matchSubjectAlternativeName" type="ServerRuleFormat">

<xs:annotation>

<xs:documentation>DNSName: typically takes the form of a Fully Qualified Domain Name (FQDN)</xs:documentation>

</xs:annotation>

</xs:element>

<xs:element name="matchSubject" type="ServerRuleFormat">

<xs:annotation>

<xs:documentation>Either Subject: CN (Common Name) - typically a simple ASCII string.Or Subject: DN (Domain Name) - a composite of a set of DC (Domain Component) attributes</xs:documentation>

</xs:annotation>

</xs:element>

</xs:choice>

</xs:complexType>

<xs:complexType name="serverCertificateValidationParameters">

<xs:sequence>

<xs:choice>

<xs:element name="serverNameValidationRules" type="ServerValidationRules"/>

Cisco Aironet 802.11a/b/g Wireless LAN Client Adapters (CB21AG and PI21AG) Installation and Configuration Guide for Windows Vista

 

OL-16534-01

4-15

 

 

 

Page 99
Image 99
Cisco Systems CB21AG, PI21AG manual 4-15, xssimpleType xsrestriction base=xsstring xsenumeration value=exactly