[Bug 3871] [FS] editorial: 2.4.4. Top level definitions

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

           Summary: [FS] editorial: 2.4.4. Top level definitions
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Formal Semantics
        AssignedTo: simeon@us.ibm.com
        ReportedBy: jmdyck@ibiblio.org
         QAContact: public-qt-comments@w3.org


2.4.4. Top level definitions

examples
    The examples are confused about whether Definitions are
    separated by whitespace
        2.4.4 / -- / example 4
        2.4.5 / -- / example 4
        3.5.1 / -- / example (4|8|9|12)
        8.1.8 / -- / example 1
    or terminated by a semicolon
        2.4.4 / -- / example (2|6)
        2.4.5 / -- / example 2
    Please pick one. (The latter would be consistent with the use of
    semicolons in Prolog, but you'd need to add a semicolon to the
    production for Definitions.)

before example 6
"is represented as follow"
    s/follow/follows/

example 6
define type SKU restrict xsd:string
    s/restrict/restricts/

example 10
element zip name of type xs:integer
    Delete 'name'

Received on Saturday, 28 October 2006 04:45:16 UTC