[
Lists Home |
Date Index |
Thread Index
]
- To: "xml-dev DEV'" <xml-dev@lists.xml.org>
- Subject: unibase bnf
- From: Rick Marshall <rjm@zenucom.com>
- Date: Fri, 17 Dec 2004 08:19:48 +1100
- Organization: Zenucom Pty Ltd
- User-agent: Mozilla Thunderbird 0.6 (X11/20040502)
it didn't come out too well as text. here it is done better:
<table def> ::=
<table name>
{<table help>}
<attribute def>
...
>
<key def>
...
>
{<association def>}
...
>
{<classification def>}
...
>
<table name> ::= <simple name>|<alias name>
<simple name> ::= <local filename>
<alias name> ::= <text>,<simple name>|<simple name>,<file name>
<attribute def> ::=
<name>,<width>>{*<dimension>}{<domain>{<domain info>}}
<help>
<key def> ::= {<attribute>{,<key def>}}
<association def> ::= {<assoc type>}<table>{<key def>}
<assoc type> ::= +|-|=|*
<classification def> ::= <expression>
begin:vcard
fn:Rick Marshall
n:Marshall;Rick
email;internet:rjm@zenucom.com
tel;cell:+61 411 287 530
x-mozilla-html:TRUE
version:2.1
end:vcard
|