[tei-council] @rows="0", @cols="0"?

Sebastian Rahtz sebastian.rahtz at it.ox.ac.uk
Mon Feb 4 08:47:36 EST 2013


On 4 Feb 2013, at 02:07, Martin Holmes <mholmes at uvic.ca> wrote:

> Next question: given that we mostly seem to feel that values of zero are 
> wrong, would we go so far as to forbid them through Schematron (given 
> that every Schematron check adds to build time and code complexity), or 
> should we just quietly allow people to perpetrate zeroes without sanction?
> 
you don't need Schematron, this is normal RELAX NG:

   <rng:data type="nonNegativeInteger">
      <rng:param name="minInclusive">1</rng:param>
    </rng:data>

or the like (untested).

--
Sebastian Rahtz      
Director (Research Support) of Academic IT Services 
University of Oxford IT Services
13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431



More information about the tei-council mailing list