RE: XML Schema is untidy (was RE: type test case)

[...]

-- ,
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/

PS
  :jenny :heightInches float"61.25".
is OK I think, whereas
  xsd:float"61.25"
i.e.
  <http://www.w3.org/2001/XMLSchema#float"61.25">
would violate
[[[
   fragment      = *uric
   uric          = reserved | unreserved | escaped
   reserved      = ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" |
                   "$" | ","
   unreserved    = alphanum | mark
   mark          = "-" | "_" | "." | "!" | "~" | "*" | "'" |
                   "(" | ")"
]]]
   -- http://www.ietf.org/rfc/rfc2396.txt

PS2
terms such as float"61.25" are tidy
i.e. I can safely intern them

Received on Thursday, 8 August 2002 06:14:15 UTC