[Bug 20828] Typed Data Feature

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

--- Comment #6 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. 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.)
5. If Typed Data is not enabled, Schema Aware must not be enabled.

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

Received on Tuesday, 7 May 2013 16:54:10 UTC