- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 26 Jun 2007 16:38:33 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4766
------- Comment #1 from bungeman@gmail.com 2007-06-26 16:38 -------
It doesn't seem worth it to open a whole new bug for this, but in the same
section the example
Example
A type declaration with one element name of type xs:string follows by one or
more elements street of type xs:string.
define type Address {
element name of type xs:string,
element street of type xs:string*
}
should read as [<existing>/<replace with>]
Example
A type declaration with one element name of type xs:string follow[s/ed] by one
or more elements street of type xs:string.
define type Address {
element name of type xs:string,
element street of type xs:string[*/+]
}
Received on Tuesday, 26 June 2007 16:38:35 UTC