- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 26 Jun 2007 16:43:53 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4766
------- Comment #2 from bungeman@gmail.com 2007-06-26 16:43 -------
The example following the previous one
Example
A type declaration with complex content derived by extension
define type USAddress extends Address {
element zip name of type xs:integer
}
seems to have an extraneous "name" and should read
Example
A type declaration with complex content derived by extension
define type USAddress extends Address {
element zip [name/] of type xs:integer
}
Received on Tuesday, 26 June 2007 16:43:55 UTC