<?xml version="1.0"?>
<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.InputModels.Connections" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.InputModels.Connections" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:import namespace="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel" />
  <xs:complexType name="FindConnection">
    <xs:sequence>
      <xs:element minOccurs="0" name="Id" type="ser:guid" />
      <xs:element minOccurs="0" name="OwnerId" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="FindConnection" nillable="true" type="tns:FindConnection" />
  <xs:complexType name="AllOwnedConnections">
    <xs:sequence>
      <xs:element minOccurs="0" name="OwnerId" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AllOwnedConnections" nillable="true" type="tns:AllOwnedConnections" />
  <xs:complexType name="CreateConnection">
    <xs:sequence>
      <xs:element minOccurs="0" name="ConnectToId" type="ser:guid" />
      <xs:element minOccurs="0" name="ConnectToType" xmlns:q1="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel" type="q1:ConnectToType" />
      <xs:element minOccurs="0" name="IsFavorite" type="xs:boolean" />
      <xs:element minOccurs="0" name="OwnerId" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CreateConnection" nillable="true" type="tns:CreateConnection" />
  <xs:complexType name="DeleteConnection">
    <xs:sequence>
      <xs:element minOccurs="0" name="Id" type="ser:guid" />
      <xs:element minOccurs="0" name="OwnerId" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DeleteConnection" nillable="true" type="tns:DeleteConnection" />
</xs:schema>