[Bug 5640] [XQuery] Typed value of a node

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

           Summary: [XQuery] Typed value of a node
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: PC
               URL: http://www.w3.org/TR/xquery/
        OS/Version: Windows XP
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: XQuery 1.1
        AssignedTo: jonathan.robie@redhat.com
        ReportedBy: mukul_gandhi@yahoo.com
         QAContact: public-qt-comments@w3.org


In the XQuery 1.0 document, http://www.w3.org/TR/xquery/, it's mentioned:

Section: 2 Basics
The typed value of a node is a sequence of zero or more atomic values.

I am confused about this statement. Could somebody please help me understand
this.

For e.g., if the XML document is:

<root>
  <x id="attrVal">
    <y>123</y>
  </x>
</root>

Then what is the typed value of element node, say <x> according to this
definition?

Regards,
Mukul

Received on Saturday, 12 April 2008 14:16:30 UTC