home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / Provisioning / schemas / baseeapuserpropertiesv1.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/BaseEapUserPropertiesV1" 
  4.       elementFormDefault="qualified" 
  5.       xmlns="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1" 
  6.       xmlns:xs="http://www.w3.org/2001/XMLSchema" 
  7.       version="1.0"
  8.    >
  9.    <xs:complexType name="BaseEapTypeParameters" abstract="true" />
  10.    <xs:complexType name="BaseEapParameters" >
  11.       <xs:sequence>
  12.          <xs:element name="Type" type="xs:integer"/> 
  13.          <xs:any
  14.                minOccurs="0"
  15.                processContents="lax" 
  16.                maxOccurs="unbounded" 
  17.                namespace="##any" 
  18.          />
  19.          <!-- One or more elements of the kind as follows should go in here. -->
  20.          <!--
  21.          <xs:element ref="EapType" maxOccurs="unbounded" />
  22.          -->
  23.       </xs:sequence>
  24.    </xs:complexType>
  25.    <xs:element name="EapType" type="BaseEapTypeParameters" abstract="true"/>
  26.    <xs:element name="Identity" type="xs:string" abstract="true" />
  27.    <xs:element name="Eap" type="BaseEapParameters"/>
  28. </xs:schema>
  29.