home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
install.wim
/
1
/
Windows
/
Provisioning
/
schemas
/
baseeapmethodconfig.xsd
< prev
next >
Wrap
Extensible Markup Language
|
2006-09-18
|
612b
|
21 lines
<?xml version="1.0" ?>
<xs:schema
targetNamespace="http://www.microsoft.com/provisioning/BaseEapMethodConfig"
elementFormDefault="qualified"
xmlns="http://www.microsoft.com/provisioning/BaseEapMethodConfig"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
version="1.0">
<xs:complexType name="BaseEapMethodConfig" >
<xs:sequence>
<xs:any processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##any" />
<!-- One or more elements of the kind as follows should go in here. -->
</xs:sequence>
</xs:complexType>
</xs:schema>