Everything in the default namespace?

In 6.2.9, WildcardName is defined as follows:

[45]    WildcardName    ::=    '*'  
   	 | NCName ':' '*'  
  	 | QName  

In my understanding, '*' matches every element type, and NCName ':' '*'  
matches every element type in the namespace assigned to the prefix NCName.  
How can I express "every element type in the DEFAULT NAMESPACE"?

Cheers,

Makoto
 
Fuji Xerox Information Systems
 
Tel: +81-44-812-7230   Fax: +81-44-812-7231
E-mail: murata@apsdc.ksp.fujixerox.co.jp

Received on Friday, 4 June 1999 07:48:33 UTC