<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="Comments" targetNamespace="http://api.dmds.com/api/v1/schemas/comments" elementFormDefault="qualified" xmlns="http://api.dmds.com/api/v1/schemas/comments" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <!-- Comment type definition -->
  <xs:complexType name="Comments">
    <xs:all>
      <xs:element name="Comment">
        <xs:complexType>
          <xs:all>
            <xs:element name="CommentID" type="xs:integer" />
          </xs:all>
        </xs:complexType>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:schema>