Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Note Wireless Provisioning Services (WPS) is no longer available as of Windows Vista.
The Register XML schema describes the registration types provided by the WISP. The registration types are signup, renewal, and password change.
<?xml version="1.0" encoding="US-ASCII"?>
<xs:schema id="registerFile"
targetNamespace="https://www.microsoft.com/provisioning/Register"
xmlns="https://www.microsoft.com/provisioning/Register"
xmlns:xs="https://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="register">
<xs:complexType>
<xs:sequence>
<xs:element name="signup" type="anyHttps" minOccurs="1" maxOccurs="1" />
<xs:element name="renewal" type="anyHttps" minOccurs="0" maxOccurs="1" />
<xs:element name="passwordExpired" type="anyHttps" minOccurs="0"
maxOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="registerFile" msdata:IsDataSet="true"
msdata:EnforceConstraints="False">
<xs:complexType>
<xs:choice maxOccurs="1">
<xs:element ref="register" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:simpleType name="anyHttps">
<xs:restriction base="xs:string">
<xs:pattern value="https://(.)+"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>