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

  1. <?xml version="1.0" ?>
  2. <xs:schema 
  3.  targetNamespace="http://www.microsoft.com/provisioning/EapCommon"
  4.  elementFormDefault="qualified" 
  5.  xmlns="http://www.microsoft.com/provisioning/EapCommon"
  6.  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  7.  version="1.0">
  8.  
  9.    <xs:complexType name="EapMethodType">
  10.       <xs:sequence>
  11.          <xs:element name="Type" type="xs:unsignedByte" />
  12.          <xs:element name="VendorId" type="xs:unsignedInt" default="0" minOccurs="0" />
  13.          <xs:element name="VendorType" type="xs:unsignedInt" default="0" minOccurs="0" />
  14.          <xs:element name="AuthorId" type="xs:unsignedInt" />
  15.       </xs:sequence>
  16.    </xs:complexType>
  17.  
  18.    <xs:complexType name="EapBlob">
  19.    </xs:complexType>
  20.  
  21. </xs:schema>
  22.  
  23.  
  24.