home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / Provisioning / schemas / mschapv2connectionpropertiesv1.xsd < prev    next >
Extensible Markup Language  |  2006-09-18  |  1KB  |  29 lines

  1. <?xml version="1.0" ?>
  2. <xs:schema 
  3.       targetNamespace="http://www.microsoft.com/provisioning/MsChapV2ConnectionPropertiesV1" 
  4.       elementFormDefault="qualified" 
  5.       xmlns="http://www.microsoft.com/provisioning/MsChapV2ConnectionPropertiesV1" 
  6.       xmlns:xs="http://www.w3.org/2001/XMLSchema" 
  7.       xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1" 
  8.       version="1.0"
  9.    >
  10.    <xs:import 
  11.       namespace="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1" 
  12.       schemaLocation="BaseEapConnectionPropertiesV1.xsd" 
  13.    />
  14.    <xs:element name="EapType" substitutionGroup="baseEap:EapType">              
  15.       <xs:complexType>
  16.          <xs:complexContent>
  17.             <xs:extension base="baseEap:BaseEapTypeParameters">
  18.                 <xs:sequence>
  19.                     <xs:element name="UseWinLogonCredentials" type="xs:boolean" minOccurs="0" default="true"/>
  20.                     <!-- extension point for other namespaces -->
  21.                     <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
  22.                 </xs:sequence>
  23.             </xs:extension>
  24.          </xs:complexContent>
  25.       </xs:complexType>
  26.    </xs:element>   
  27. </xs:schema>
  28.  
  29.