﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema version="1.0" id="SMS_In"
           elementFormDefault="qualified"
           targetNamespace="http://www.vetxml.org/schemas/SMS_In"
           xmlns="http://www.vetxml.org/schemas/SMS_In"
           xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="SMS_In">
    <xs:complexType>
      <xs:all>
        <xs:element name="No" type="xs:string" minOccurs="1" />
        <xs:element name="Message" type="xs:string" minOccurs="1" />
      </xs:all>
      <xs:attribute name="version" type="xs:string" />
      <xs:attribute name="testmode" type="xs:string" />
    </xs:complexType>
  </xs:element>
</xs:schema>

