Fw: [Updated] XML Schema 1.1 Tutorial

Dave:

Not sure if you saw this.  Are Roger's sample precisions on slide 28 
actually correct?  His draft says:

<length>3.00</length>  <!-- value is 3, precision is 2 -->
<length>3.0</length>    <!-- value is 3, precision is 1 -->
<length>3</length>       <!-- value is 3, precision is 1 -->

Shouldn't that be:

<length>3.00</length>  <!-- value is 3, precision is 2 -->
<length>3.0</length>    <!-- value is 3, precision is 1 -->
<length>3</length>       <!-- value is 3, precision is 0 -->

Thanks.

Noah

--------------------------------------
Noah Mendelsohn 
IBM Corporation
One Rogers Street
Cambridge, MA 02142
1-617-693-4036
--------------------------------------




----- Forwarded by Noah Mendelsohn/Cambridge/IBM on 07/29/2009 04:17 PM 
-----


"Costello, Roger L." <costello@mitre.org>
Sent by: xmlschema-dev-request@w3.org
07/24/2009 02:16 PM
 
        To:     "xmlschema-dev@w3.org" <xmlschema-dev@w3.org>
        cc:     (bcc: Noah Mendelsohn/Cambridge/IBM)
        Subject:        [Updated] XML Schema 1.1 Tutorial



Hi Folks,

I updated my XML Schema 1.1 Tutorial:

http://www.xfront.com/xml-schema-1-1/xml-schema-1-1.ppt

Here are the changes:

1. At the beginning I added a "5 minute intro" section that quickly covers 
all of the new capabilities in XML Schema 1.1

2. I completely revised the section on targetNamespace (thanks to Michael 
Kay and Michael Sperberg-McQueen for straightening me out)

3. I added a few more slides on xs:error

Thanks to Noah and Mukul for their suggestions.

I will be announcing the tutorial on xml-dev shortly.

/Roger

Received on Wednesday, 29 July 2009 20:33:44 UTC