[Bug 4766] [FS] 2.4.4 Example is backwards

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