<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema targetNamespace="http://www.microsoft.com/networking/WiFiDirect/profile/v1"
xmlns="http://www.microsoft.com/networking/WiFiDirect/profile/v1"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
<xs:element name="WFDProfile">
<xs:element name="groupName">
<xs:documentation xml:lang="en">
This defines a friendly name for this Wi-Fi Direct group profile.
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="255" />
<xs:element name="groupID">
<xs:element name="deviceAddress">
<xs:documentation xml:lang="en">
Defines the Device Address portion of the group info. If this is a local GO profile,
it is the local hardware's device address, otherwise it's the remote device's address.
<xs:restriction base="xs:string">
<xs:pattern value="[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}" />
<xs:element name="SSID" minOccurs="0">