<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:mstns="http://tempuri.org/RoleDataset.xsd" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns="http://tempuri.org/RoleDataset.xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://tempuri.org/RoleDataset.xsd" id="RoleDataset" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element msdata:IsDataSet="true" msdata:UseCurrentLocale="true" name="RoleDataset">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Role">
          <xs:complexType>
            <xs:sequence>
              <xs:element msdata:Caption="Internal role ID. System Generated." name="Id" type="xs:int" />
              <xs:element msdata:Caption="Name of role" minOccurs="0" name="Name" type="xs:string" />
              <xs:element msdata:Caption="Description of role" minOccurs="0" name="Description" type="xs:string" />
              <xs:element msdata:Caption="Type of role" minOccurs="0" name="Type" type="xs:string" />
              <xs:element msdata:Caption="Internal site ID attached to the role. System Generated." minOccurs="0" name="SiteId" type="xs:int" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique msdata:PrimaryKey="true" name="RoleKey1">
      <xs:selector xpath=".//mstns:Role" />
      <xs:field xpath="mstns:Id" />
    </xs:unique>
  </xs:element>
</xs:schema>