by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)


Name

datatypeName — Datatype name

Synopsis

datatypeName ::= 
CName
 |"string"
 |"token"

May be included in

datatypeName literal, datatypeName param exceptPattern

XML syntax equivalent

None

Description

The datatypeName production defines a valid datatype name. CName (for colonized names) must be used for any datatype library except for the built-in type library, which has only two datatypes (string and token).


This text is released under the Free Software Foundation GFDL.