<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Citywire.RatingsApi.Core.Models" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Citywire.RatingsApi.Core.Models" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:import namespace="http://schemas.datacontract.org/2004/07/Citywire.ClientAuthentication.Responses" />
  <xs:complexType name="AuthorizationInfo">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q1="http://schemas.datacontract.org/2004/07/Citywire.ClientAuthentication.Responses" base="q1:UserApplicationHostsResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="GroupIDs" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfint" />
          <xs:element minOccurs="0" name="Inserted" type="xs:dateTime" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="AuthorizationInfo" nillable="true" type="tns:AuthorizationInfo" />
</xs:schema>