Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This indicates that the value attribute has to be present. In fact, to this point such statements do not occur in ADL; only statements that an attributes existence is optional occur.

Code Block
titleADL - mandatory optional existence of an attribute
borderStylesolid
ELEMENT matches
{
   value existence matches {0..1} matches*
}

...