<?xml version='1.0' encoding='UTF-8'?>
<xs:schema
  targetNamespace=openspime:protocol:core:transportkey'
  version='0.9'
  elementFormDefault='qualified'
  xmlns:xs='http://www.w3.org/2001/XMLSchema'>
  <xs:element name='transportkey'>
    <xs:complexType>
      <xs:sequence>
        <xs:element name='key' type='xs:string' />
        <xs:element name='vint' type='xs:string' />
      </xs:sequence>
      <xs:attribute name='version'>
        <xs:simpleType>
          <xs:restriction base='xs:string'>
            <xs:pattern value='([0-9])+\.([0-9])+' />
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:complexType>
  </xs:element>
</xs:schema>
