| Syntax 
   #implied
 
 Purpose
 
 The #impliedkeyword is used as an element, a group, and an external entity in an OmniMark program. Each will be discussed in turn. When #impliedis used in place of an element name in a rule, that rule applies to all elements not accounted for by other rules. Also,#impliedis used when the programmer does not know the names of all the elements that will appear 
(for example, when an OmniMark program is applied to SGML or XML documents with different DTDs). When used as a group, the #impliedgroup is always active. When an OmniMark program starts, it is the only group that is active. All rules before the first explicitgroupdeclaration are considered part of the#impliedgroup, as are all rules in a program with no explicitgroupdeclaration. Similarly, when #impliedis used in place of an entity name in anexternal-text-entityorexternal-data-entityrule, that rule applies to all such entities not matched by other rules. The #impliedgroup cannot be combined with other groups ingroupdeclarations because it essentially "includes" all groups. A rule in the#impliedgroup is always active. |