[Bug 5480] [FS] Substitution groups and 8.2.3.1.1

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5480





--- Comment #4 from Nick Jones <nick@cbcl.co.uk>  2008-07-08 13:20:02 ---
I agree with your first point, but I think the (pi|comment)* will soon
disappear when we start applying the axis tests.

As for the rest of the expansion of element tc:root.

I think D.9.3 will expand the <sequence> element for us:

define element tc:root [ (<element ref="tc:schema-element-head"/>)
]_mixed_content(tc)

Then D.4.2 will handle the <element ref="tc:schema-element-head"/>:

define element tc:root [ (element tc:schema-element-head) ]_mixed_content(tc)

which will then be defined by D.4.1:

define element tc:root [ (element tc:schema-element-head of type xsd:string)
]_mixed_context(tc)

Or have I misunderstood something?


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 8 July 2008 13:20:36 UTC