<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="testmav.rnc" type="compact"?>
<div type="test" xmlns="http://www.tei-c.org/ns/1.0">
  <p>Testing multiple occurences of a datatype in a single attribute
    value. The following should be valid:
     <distinct type="valid"
      o01=""
      o02=""
      o0i=""
      o11=""
      o12="1"
      o1i="1"
      o22="1 2"
      o2i="1 2"
      >minimum</distinct>
     <distinct type="valid"
      o01="1"
      o02="1"
      o0i="1"
      o11="1"
      o12="1 2"
      o1i="1 2"
      o22="1 2"
      o2i="1 2 3"
     >min +1 unless &#x2264;, in which case max</distinct> 
     <distinct type="valid"
      o01="1"
      o02="1 2"
      o0i="1 2 3 4 5 6 7 8 9 0"
      o11="1"
      o12="1 2"
      o1i="1 2 3 4 5 6 7 8 9 0"
      o22="1 2"
      o2i="1 2 3 4 5 6 7 8 9 0"
     >max</distinct>
  </p>
</div>
