<?xml version='1.0' encoding='UTF-8'?>
<xs:schema
  targetNamespace='openspime:protocol:extension:data:error'
  version='0.9'
  elementFormDefault='qualified'
  xmlns:xs='http://www.w3.org/2001/XMLSchema'>
  <xs:element name='inconsistent-data-with-scope' type='empty'/>
  <xs:group name='protocolExtensionDataReportingErrorGroup'>
    <xs:choice>
      <xs:element ref='inconsistent-data-with-scope'/>
    </xs:choice>
  </xs:group>    
  <xs:simpleType name='empty'>
    <xs:restriction base='xs:string'>
      <xs:enumeration value=''/>
    </xs:restriction>
  </xs:simpleType>  
</xs:schema>
