Re: XML Schema quiz on default values

Answer: the value of Title is the empty string, not the default value. 
The reason is that the empty string is a valid value of the string data 
type. If you want Title to have the default value then you must 
explicitly enter the default value: <Title>Hello World</Title>

WRONG. The default applies when the element is empty, not when it is 
invalid.

Michael Kay
Saxonica

Received on Thursday, 23 August 2012 23:02:17 UTC