Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Windows /
schemas /
Provisioning /
Delete
Unzip
Name
Size
Permission
Date
Action
hotspotprofile_v1.xsd
4.09
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_base_v1.xsd
2.69
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_plans_v1.xsd
3.35
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_plans_v2.xsd
853
B
-rw-rw-rw-
2019-12-07 10:08
provisioning_sig_v1.xsd
6.21
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_v1.xsd
6.39
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_v2.xsd
7.19
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_wlan_v1.xsd
12.55
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_wlan_v2.xsd
1.81
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_wwan_v1.xsd
12.61
KB
-rw-rw-rw-
2019-12-07 10:08
Save
Rename
<?xml version="1.0" encoding="utf-8"?> <xs:schema targetNamespace="http://www.microsoft.com/networking/CarrierControl/Base/v1" elementFormDefault="qualified" xmlns="http://www.microsoft.com/networking/CarrierControl/Base/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" > <!-- Basic types --> <xs:simpleType name="NameType"> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="255"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="Priority"> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxExclusive value="10"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="GUID"> <xs:annotation> <xs:documentation xml:lang="en"> The representation of a GUID, generally the id of an element. </xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:pattern value="\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\}"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="SubscriberType"> <xs:restriction base="xs:token"> <xs:maxLength value="20"/> <xs:pattern value="\w+"/> </xs:restriction> </xs:simpleType> <xs:complexType name="CertificateDetails"> <xs:annotation> <xs:documentation> Used to identify a certificate or set of certificates. SubjectName is compared against the DN provided as the certificate's Subject field, or against any Name provided in the SubjectAlternativeName extentions of type DirectoryName. IssuerName is compared against the DN provided as the certificate's Issuer field, or against any Name provided in the IssuerAlternativeName extentions of type DirectoryName. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element type="xs:string" name="SubjectName"/> <xs:element type="xs:string" name="IssuerName"/> </xs:sequence> </xs:complexType> <!-- Locations --> <xs:simpleType name="ProviderNameType"> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="20"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="ProviderIdType"> <xs:restriction base="xs:token"> <xs:pattern value="\d{1,6}"/> </xs:restriction> </xs:simpleType> <xs:complexType name="ProviderType"> <xs:sequence> <xs:element name="ProviderID" type="ProviderIdType"/> <xs:element name="ProviderName" type="ProviderNameType"/> </xs:sequence> </xs:complexType> </xs:schema>