| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/schemas/EAPHost/ |
Upload File : |
<?xml version="1.0" ?>
<xs:schema
targetNamespace="http://www.microsoft.com/provisioning/EapGenericUserCredentials"
elementFormDefault="qualified"
xmlns="http://www.microsoft.com/provisioning/EapGenericUserCredentials"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials"
version="1.0" >
<xs:import
namespace="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials"
schemaLocation="BaseEapMethodUserCredentials.xsd" />
<xs:element name="GenericUserCredentials">
<xs:complexType>
<xs:complexContent>
<xs:extension base="baseEap:BaseEapMethodUserCredentials">
<xs:sequence>
<xs:element name="UserName" type="xs:normalizedString" />
<xs:element name="Password" type="xs:string" />
<xs:element name="Domain" type="xs:normalizedString" default="" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>