Re: [xml-dev] Validating schema vs. non validating schema

From
Marcus Carr <>
To
Krakow Patrice <>
Date
2001-12-11T21:57:48Z
ID
<>
Thread
Re: [xml-dev] Validating schema vs. non validating schema
Krakow Patrice wrote:

> What do you prefer?
>
> <length uom="...">
> <weight uom="...">
> where uom=m|mm|kg|g
>
> <length length-uom="...">
> <weight weight-uom="...">
> where length-uom=m|mm and weight-uom=kg|g
>

How about:

     (milli | centi | deci | deka | hecto | kilo)

for both of them? Other than that, I don't see it making much difference
either way - it's pretty much just personal preference.


--
Regards,

Marcus Carr                      email:  
___________________________________________________________________
Allette Systems (Australia)      www:    http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
       - Einstein