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

  1. <?xml version="1.0" ?>
  2. <xs:schema 
  3.  targetNamespace="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials"
  4.  elementFormDefault="qualified" 
  5.  xmlns="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials"
  6.  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  7.  version="1.0">
  8.  
  9.    <xs:complexType name="BaseEapMethodUserCredentials" >
  10.      <xs:sequence>
  11.       <xs:any 
  12.        processContents="lax" 
  13.        minOccurs="0" 
  14.        maxOccurs="unbounded" 
  15.        namespace="##any" />
  16.       <!-- One or more elements of the kind as follows should go in here. -->
  17.      </xs:sequence>
  18.    </xs:complexType>
  19.  
  20. </xs:schema>
  21.  
  22.