﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" attributeFormDefault="unqualified" elementFormDefault="qualified" 
           targetNamespace="http://www.vetxml.org/schemas/CatalogueDelivery"
           xmlns="http://www.vetxml.org/schemas/CatalogueDelivery"
           xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0">
  <xs:element name="Catalogue">
	<xs:complexType>
      <xs:sequence>
		<xs:element name="Deliver" maxOccurs="unbounded">
	      <xs:simpleType>
			<xs:restriction base="xs:string">
			  <xs:maxLength value="36" />
			</xs:restriction>
	      </xs:simpleType>
		</xs:element>
      </xs:sequence>
      <xs:attribute name="version" type="xs:string" />
    </xs:complexType>
  </xs:element>
</xs:schema>