<?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.Comments" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.InputModels.Comments" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:complexType name="FindComment">
    <xs:sequence>
      <xs:element minOccurs="0" name="Id" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="FindComment" nillable="true" type="tns:FindComment" />
  <xs:complexType name="AllPostComments">
    <xs:sequence>
      <xs:element minOccurs="0" name="Limit" type="xs:int" />
      <xs:element minOccurs="0" name="Offset" type="xs:int" />
      <xs:element minOccurs="0" name="PostId" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AllPostComments" nillable="true" type="tns:AllPostComments" />
  <xs:complexType name="CreateComment">
    <xs:sequence>
      <xs:element minOccurs="0" name="AuthorId" type="ser:guid" />
      <xs:element minOccurs="0" name="Content" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CreatedTime" nillable="true" type="xs:dateTime" />
      <xs:element minOccurs="0" name="PostId" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CreateComment" nillable="true" type="tns:CreateComment" />
  <xs:complexType name="UpdateComment">
    <xs:sequence>
      <xs:element minOccurs="0" name="Content" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Id" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UpdateComment" nillable="true" type="tns:UpdateComment" />
  <xs:complexType name="DeleteComment">
    <xs:sequence>
      <xs:element minOccurs="0" name="Id" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DeleteComment" nillable="true" type="tns:DeleteComment" />
</xs:schema>