Locations Schema
Note Wireless Provisioning Services (WPS) is no longer available as of Windows Vista.
The Locations XML schema describes a list of the geographic locations for wireless hotspots where a WISP offers service. For performance reasons, the total number of hotspots defined for this schema should not exceed 12,000.
<?xml version="1.0" ?>
<xs:schema id="hotspotfinder"
targetNamespace="https://www.microsoft.com/provisioning/Locations"
xmlns="https://www.microsoft.com/provisioning/Locations"
xmlns:xs="https://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
attributeFormDefault="qualified"
elementFormDefault="qualified">
<xs:element name="hotspotfinder" msdata:IsDataSet="true"
msdata:EnforceConstraints="False">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="entry">
<xs:complexType>
<xs:sequence>
<xs:element name="city" type="xs:string" minOccurs="0" />
<xs:element name="state" type="xs:string" minOccurs="0" />
<xs:element name="country" type="xs:string" minOccurs="0" />
<xs:element name="zipcode" type="xs:string" minOccurs="0" />
<xs:element name="operator" type="xs:string" minOccurs="0" />
<xs:element name="location" type="xs:string" minOccurs="0" />
<xs:element name="address" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>