<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/NUSSL.NUSExtra.API.ServiceShared.DTO" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/NUSSL.NUSExtra.API.ServiceShared.DTO" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.servicestack.net/types" />
  <xs:complexType name="AuthenticateUkFederator">
    <xs:sequence>
      <xs:element minOccurs="0" name="ClientIdentifier" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserIdentifier" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AuthenticateUkFederator" nillable="true" type="tns:AuthenticateUkFederator" />
  <xs:complexType name="UkFederatorOrganizationAuthenticatable">
    <xs:sequence>
      <xs:element minOccurs="0" name="organizationId" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UkFederatorOrganizationAuthenticatable" nillable="true" type="tns:UkFederatorOrganizationAuthenticatable" />
  <xs:complexType name="AuthenticateUkFederatorResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Authenticated" type="xs:boolean" />
      <xs:element minOccurs="0" name="ClientIdentifier" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" xmlns:q1="http://schemas.servicestack.net/types" type="q1:ResponseStatus" />
      <xs:element minOccurs="0" name="UserIdentifier" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AuthenticateUkFederatorResponse" nillable="true" type="tns:AuthenticateUkFederatorResponse" />
</xs:schema>