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

  1. <?xml version="1.0" ?>
  2. <xs:schema 
  3.       targetNamespace="http://www.microsoft.com/provisioning/EapUserPropertiesV1" 
  4.       elementFormDefault="qualified" 
  5.       xmlns="http://www.microsoft.com/provisioning/EapUserPropertiesV1" 
  6.       xmlns:xs="http://www.w3.org/2001/XMLSchema" 
  7.       xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1" 
  8.       version="1.0"
  9.    >
  10.    <xs:import 
  11.          namespace="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1" 
  12.          schemaLocation="BaseEapUserPropertiesV1.xsd" 
  13.    />
  14.    <xs:element name="User">
  15.       <xs:complexType>
  16.          <xs:sequence>
  17.             <xs:element ref="baseEap:Eap" maxOccurs="unbounded"/>
  18.          </xs:sequence>
  19.       </xs:complexType>
  20.    </xs:element>
  21. </xs:schema>
  22.