Help Schema

Note  Wireless Provisioning Services (WPS) is no longer available as of Windows Vista.

 

The Help XML schema describes the URL of HTML-based help files provided by the WISP.

<?xml version="1.0" ?>
<xs:schema id="HelpFile"
 targetNamespace="https://www.microsoft.com/provisioning/Help"
 xmlns="https://www.microsoft.com/provisioning/Help"
 xmlns:xs="https://www.w3.org/2001/XMLSchema"
 xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
 attributeFormDefault="qualified"
 elementFormDefault="qualified">

  <xs:element name="Help">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="MHTML" type="xs:string" minOccurs="1" maxOccurs="1"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
 
  <xs:element name="HelpFile"
   msdata:IsDataSet="true"
   msdata:EnforceConstraints="False">
    <xs:complexType>
      <xs:choice maxOccurs="1">
        <xs:element ref="Help" />
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>

 

 

Send comments about this topic to Microsoft