by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
param — Datatype parameter
param ::= identifierOrKeyword "=" literal |
The param production defines parameters passed to the datatype library to determine whether a value is valid per a datatype. When the datatype library is the W3C XML Schema datatype set, these parameters are the facets of the datatype, and they define additional restrictions to be applied. The name of the parameter is defined by identifierOrKeyword and its value is defined by literal param.
This text is released under the Free Software Foundation GFDL.