[Bug 20828] Typed Data Feature

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20828

--- Comment #5 from Jonathan Robie <jonathan.robie@gmail.com> ---
Revised proposal:

5.2.3 Typed Data Feature

[Definition: The Typed Data Feature permits a data model instance to contain
element nodes types other than xs:untyped and attributes node types other than
xs:untypedAtomic.]

If an XQuery implementation does not provide the Typed Data Feature, it MUST
guarantee that:

1. The XDM has the type xs:untyped for every element node and  xs:untypedAtomic
for every attribute node, including nodes created by the query.
2. If the query contains a schema import, an error is raised [err:XXXX].
3. validate {} is always done in lax mode. If the query specifies strict
validation, an error is raised [err:XXXX].
4. Elements constructed by the query always have the type xs:untyped;
attributes constructed by the query always have the type xs:untypedAtomic.
(This is equivalent to using construction mode = strip.)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 19 March 2013 18:34:34 UTC