typos

XQuery 1.0 and XPath 2.0 Data Model

Sections
-------------
- 3.2:
    typo: "Constructing and instance" -> "Constructing an instance"

- 3.3.3:
    typos: 'Thus, for the purpose of validation, "2003-01-02T11:30:00-05:00" 
    is converted to "2003-01-02T16:30:00Z", but in the data model it must be
    stored as as "(2003-01-02T16:30:00Z, -PT5H0M)". The value "2003-01-16T16:30:00" 
    is stored as "(2003-01-02T16:30:00Z, ())" because it has no timezone.'
    
    -> 'Thus, for the purpose of validation, "2003-01-02T11:30:00-05:00" 
    is converted to "2003-01-02T16:30:00Z", but in the data model it must be
    stored as "(2003-01-02T16:30:00Z, -PT5H0M)". The value "2003-01-02T16:30:00" 
    is stored as "(2003-01-02T16:30:00Z, ())" because it has no timezone.'

- 3.3.4:
    typo: '3.3.4 Retreiving the Typed Value of xs:dateTime, xs:date, and xs:time Values'
    
    -> '3.3.4 Retrieving the Typed Value of xs:dateTime, xs:date, and xs:time Values'		


Panagiotis

Received on Monday, 24 November 2003 09:53:26 UTC