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.204
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/Plans/v1" elementFormDefault="qualified" xmlns="http://www.microsoft.com/networking/CarrierControl/Plans/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:base="http://www.microsoft.com/networking/CarrierControl/Base/v1" > <xs:import namespace="http://www.microsoft.com/networking/CarrierControl/Base/v1"/> <!-- Plan Definition --> <xs:complexType name="BillingCycleType"> <xs:attribute name="StartDate" type="xs:dateTime" use="required"/> <xs:attribute name="Duration" use="required"> <xs:simpleType> <xs:restriction base="xs:duration"> <xs:minExclusive value="PT0S"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Resets" type="xs:boolean" default="true"/> </xs:complexType> <xs:simpleType name="PlanType"> <xs:annotation> <xs:documentation> PlanType expresses the incremental cost of a plan: - Unrestricted: There is no incremental cost for consumption on this plan - Fixed: Consumption goes against a quota which the user has purchased / agreed to purchase - Variable: The user will be billed for incremental usage on this plan </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Unrestricted"/> <xs:enumeration value="Fixed"/> <xs:enumeration value="Variable"/> </xs:restriction> </xs:simpleType> <xs:element name="Plan"> <xs:complexType> <xs:choice> <xs:sequence> <xs:element ref="Description"/> <xs:element ref="Usage" minOccurs="0"/> </xs:sequence> <xs:sequence> <xs:element ref="Usage"/> </xs:sequence> </xs:choice> <xs:attribute type="xs:string" name="Name" use="required"/> </xs:complexType> </xs:element> <xs:element name="Description" type="DescriptionBaseType"/> <xs:complexType name="DescriptionBaseType"> <xs:sequence> <xs:element name="BillingCycle" type="BillingCycleType" minOccurs="0"/> <xs:element name="DataLimitInMegabytes" type="xs:positiveInteger" minOccurs="0"/> <xs:element name="InboundBandwidthInKbps" type="xs:nonNegativeInteger" minOccurs="0"/> <xs:element name="OutboundBandwidthInKbps" type="xs:nonNegativeInteger" minOccurs="0"/> <xs:element name="MaxTransferSizeInMegabytes" type="xs:positiveInteger" minOccurs="0"/> <xs:element name="SecurityUpdatesExempt" type="xs:boolean" default="false" minOccurs="0"/> <xs:element name="DataUsageInMobileOperatorNotificationEnabled" type="xs:boolean" default="false" minOccurs="0"/> <xs:element name="UserSMSEnabled" type="xs:boolean" default="false" minOccurs="0"/> </xs:sequence> <xs:attribute type="PlanType" name="PlanType" use="required"/> </xs:complexType> <xs:element name="Usage" type="PlanUsageType"/> <xs:complexType name="PlanUsageType"> <xs:attribute name="OverLimit" type="xs:boolean"/> <xs:attribute name="Congested" type="xs:boolean"/> <xs:attribute name="CurrentUsage" type="xs:nonNegativeInteger" use="required"/> <xs:attribute name="UsageTimestamp" type="xs:dateTime" use="required"/> </xs:complexType> </xs:schema>