<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/SDS.Common" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/SDS.Common" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:simpleType name="Enums.DateTimeFormat">
    <xs:restriction base="xs:string">
      <xs:enumeration value="ISO8601" />
      <xs:enumeration value="UTC" />
      <xs:enumeration value="NL" />
      <xs:enumeration value="NLOffset" />
      <xs:enumeration value="IN" />
      <xs:enumeration value="INOffset" />
      <xs:enumeration value="Unix" />
      <xs:enumeration value="UnixMillis" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="Enums.DateTimeFormat" nillable="true" type="tns:Enums.DateTimeFormat" />
  <xs:simpleType name="Enums.Filter">
    <xs:restriction base="xs:string">
      <xs:enumeration value="None" />
      <xs:enumeration value="Day" />
      <xs:enumeration value="Month" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="Enums.Filter" nillable="true" type="tns:Enums.Filter" />
  <xs:simpleType name="Enums.Source">
    <xs:restriction base="xs:string">
      <xs:enumeration value="Detail" />
      <xs:enumeration value="Day" />
      <xs:enumeration value="Unknown" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="Enums.Source" nillable="true" type="tns:Enums.Source" />
  <xs:simpleType name="Enums.AggregationForAPI">
    <xs:restriction base="xs:string">
      <xs:enumeration value="None" />
      <xs:enumeration value="Min05">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Min15">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">15</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hour">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">20</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Day">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Week">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">40</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Month">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">50</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="Enums.AggregationForAPI" nillable="true" type="tns:Enums.AggregationForAPI" />
</xs:schema>