[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Michael Kay" <mike@s...>
  • To: "'Costello, Roger L.'" <costello@m...>,<xml-dev@l...>
  • Date: Wed, 26 Sep 2007 14:51:55 +0100

> ------------------------------------
> DECLARING AN ELEMENT'S DATATYPE IN A SCHEMA
> 
> Consider an XML Schema that declares the element <x> as an integer:
> 
>     <element name="x" type="integer"/>
> 
> This is not stating: 
> 
>     "The value of the element x in an XML instance document 
> is an integer." 
> 
> Rather, it is stating: 
> 
>     "The value of the element x in an XML instance document 
> may be converted to an integer."

Actually, it's saying two things:

(a) an instance document is invalid if the value cannot be converted to an
integer

(b) in the PSVI produced as the output of schema validation, the (typed)
value of the element information item will be (=will have been converted to)
an integer

Michael Kay
http://www.saxonica.com



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member