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

From
Krakow Patrice <>
To
Date
2001-12-11T17:23:11Z
ID
<>
Thread
RE: [xml-dev] Validating schema vs. non validating schema
Hello,

Yes, imagine something like

<length length-uom="mm">200</length>

Did you reply that you prefer

<length uom="...">
<weight uom="...">

?

If yes, it means that you do not care to a "length" measured in "kg"?

/Patrice

-----Original Message-----
From: Bullard, Claude L (Len) [mailto:]
Sent: Tuesday, December 11, 2001 6:17 PM
To: Krakow Patrice; 
Subject: RE: [xml-dev] Validating schema vs. non validating schema


<length uom="...">
<weight uom="...">

assuming the actual length or weight value is 
elsewhere (text node, atttribute value, etc.)

len

-----Original Message-----
From: Krakow Patrice [mailto:]

What do you prefer?

<length length-uom="...">
<weight weight-uom="...">
where length-uom=m|mm and weight-uom=kg|g