<?xml version='1.0' encoding='utf-8'?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.vtenterprise.com/slashdb" elementFormDefault="qualified" targetNamespace="http://www.vtenterprise.com/slashdb">
  <xsd:element name="SlashDB">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="Chinook">
          <xsd:complexType>
            <xsd:sequence>
              <xsd:element name="db_id"/>
              <xsd:element name="type"/>
              <xsd:element name="description"/>
              <xsd:element name="status"/>
            </xsd:sequence>
            <xsd:attribute name="href"/>
          </xsd:complexType>
        </xsd:element>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>
</xsd:schema>
