Element: grammars
Child Elements: include, grammar
Description: This is the top-level element in an Eduction grammar.
Example: <grammars version="1.0" debug="true" case="sensitive">
Attribute |
Value |
Default |
Description |
---|---|---|---|
|
<version string> |
none |
An optional character string providing version information for the grammar. |
case
|
sensitive 1/on/yes/true insensitive 0/off/no/false inherited |
inherited |
Determines whether a match is case sensitive. The value inherited takes the value from the application level, which in the case of Eduction applications is usually sensitive . |
debug
|
true 1/on/yes/true false 0/off/no/false |
false |
Displays verbose information for the grammars element while edktool compiles the grammar. |
|