<grammars>

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 <version string> none An optional character string that provides version information for the grammar.
case

sensitive

insensitive

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

false

false Displays verbose information for the grammars element while edktool compiles the grammar.