[Bug 1618] the formal type notation for element is ambiguous

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1618


simeon@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From simeon@us.ibm.com  2005-07-20 21:58 -------
That is a good catch.

We used to use an asterisk, so that might be the more natural
choice:

element * of type TypeName           (: a wildcard element :)
element * nillable of type TypeName  (: a nillable wildcard element :)
element nillable of type TypeName    (: an element with name 'nillable' :)
element nillable nillable of type TypeName (: a nillable element with name
'nillable :)

- Jerome

Received on Wednesday, 20 July 2005 21:58:54 UTC