Altova Mailing List Archives>Archive Index >xml-dev Archive Home >Recent entries >Thread Prev - >Thread Next - Re: [xml-dev] [schemas] non-deterministic content model avoidance [schemas] non-deterministic content model avoidanceTo: xml-dev@-----.---.--- Date: 9/7/2004 5:31:00 PM hi, i try to design a schema language, and i encoutered the famous well-known problem : valid documents are : <page></page> <page><odd/></page> <page><odd/><even/></page> <page><odd/><even/><odd/></page> <page><odd/><even/><odd/><even/></page> <page><odd/><even/><odd/><even/><odd/></page> etc... invalid documents are : <page><odd/><odd/></page> <page><odd/><even/><odd/><odd/><even/></page> <page><odd/><even/><odd/><even/><even/></page> <page><even/></page> to express the constraints, we could write : (odd, even)*, odd? but it is invalid in DTD because of the violation of the "non-deterministic content model" rule as you know, this problem is unresolvable because it is an unambiguous pattern which is not deterministic and can't be rewritten in a deterministic form (i picked it from the Eric's relax book) my schema language can express such a content model (4 lines) without looking forward, but i'd like to know if : -it is possible with W3C XML Schemas ? -it is possible with Relax NG ? additionally, i'd like to know whether Schematron can be used for editing purposes or not (i don't think so), that is to say if one can predict if an element is available with a given context, for example. thanks for your help -- Cordialement, /// (. .) -----ooO--(_)--Ooo----- | Philippe Poulard | ----------------------- | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
