| autocompletionrules |
|
<autocompletionrules>
|
|
|
|
 autocompletionrules-body |
|
|
|
</autocompletionrules> |
|
autocompletionrules-body |
|
<empty/> |
|
|
 |
  rule |
|
rule |
|
<rule> |
|
|
|
  argumentlist |
|
|
|
  guard |
|
|
|
  result |
|
|
|
  operator |
|
|
|
</rule> |
|
guard |
|
<guard> |
|
|
|
  guard-body |
|
|
|
</guard> |
|
guard-body |
 |
</empty> |
|
|
 |
  argumentlist |
|
|
|
  operator |
|
autoupdate-def |
 |
<autoupdate
name=stringconst status=stringconst/> |
|
include-file |
 |
<include name =stringconst/ > |
|
metainfo |
 |
<metainfo update=stringconst
ignore=stringconst/> |
|
constraint |
 |
<constraint [form=stringconst] [field=stringconst] [id=stringconst]> |
|
|
|
  regexp-def |
|
|
|
</constraint> |
|
regexp-def |
 |
<regexp id=stringconst> |
|
|
|
  regexp |
|
|
|
</regexp> |
|
regexp |
 |
<empty/> |
|
|
 |
<anychar /> |
|
|
 |
<anything /> |
|
|
 |
<const value=stringconst /> |
|
|
 |
<charset value=stringconst
/> |
|
|
 |
<charrange low=charconst high=charconst /> |
|
|
 |
<interval low=intconst high=intconst [width=intconst]
[radix=intconst] /> |
|
|
 |
<repeat count=intconst> |
|
|
|
  regexp |
|
|
|
</repeat> |
|
|
 |
<repeat [min=intconst]
[max=intconst]> |
|
|
|
  regexp |
|
|
|
</repeat> |
|
|
 |
<complement> |
|
|
|
  regexp |
|
|
|
</complement> |
|
|
 |
<optional> |
|
|
|
  regexp |
|
|
|
</optional> |
|
|
 |
<plus> |
|
|
|
  regexp |
|
|
|
</plus> |
|
|
 |
<intersection> |
|
|
|
  regexp |
|
|
|
</intersection> |
|
|
 |
<union> |
|
|
|
  regexp |
|
|
|
</union> |
|
|
 |
<concat> |
|
|
|
  regexp |
|
|
|
</concat> |
|
|
 |
<regexp pattern=stringconst/> |
|
|
 |
<regexp url=stringconst /> |
|
|
 |
<regexp idref=stringconst /> |
|
|
|