bsdtree
client
common
doc
.cvsignore
DataDictionarySyntax.html
HOWTO
Makefile
bogfileformat.html
client_connect_sequence.html
client_connect_sequence.xfig
client_logout_sequence.html
client_run_sequence.html
coordinatesystem.xfig
documentation.html
erd_communication.xfig
erd_gos.xfig
erd_pvvmudsrv.xfig
erd_pvvmudsrv2.xfig
erd_worldsrv.xfig
fileformats.html
geo2bog.html
geofileformat.html
gos.html
mal.html
materialfileformat.html
messages.html
ndbfileformat.html
objecthierarchy.html
objecthierarchy.xfig
objecthierarchyworld.xfig
pvvmud.html
pvvmud_sequences.html
pvvmud_sequences.xfig
pvvmudsrv.html
readme.win32
scenefileformat.html
server_run_sequence.html
server_run_sequence.xfig
server_shutdown_sequence.html
server_start_sequence.html
server_start_sequence.xfig
serverconfig.html
serverconfig.xfig
srv_communication.html
srv_communication.xfig
texturefileformat.html
utilities.html
world_map.xfig
worldfileformats.html
worldsrv.html
download
gos
lib
mudworld
server
util
worldsrv
.cvsignore
LICENSE
Makefile.am
Makefile.in
README
aclocal.m4
configure
configure.in
install-sh
missing
mkinstalldirs
pvvmud.html
19 lines
614 B
HTML
19 lines
614 B
HTML
<HEAD>
|
|
<TITLE>PVVMUD - DataDictionary syntax</TITLE>
|
|
<LINK REL=STYLESHEET HREF="/pvvmud/pvvmud.css" TYPE="text/css">
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>Data dictionary syntax</H1>
|
|
|
|
<TABLE>
|
|
<TR><TH></TH><TH></TH></TR>
|
|
<TR><TD>{Element}</TD><td>Table of elements</td></tr>
|
|
<tr><td>X{Element}Y </td><td>X Minimun number of elements, Y maximum number of elements</td></tr>
|
|
<tr><td>(Element) </td><td>Optional element</td></tr>
|
|
<tr><td>[Element1 | Element2]</td><td>Choice</td></tr>
|
|
<tr><td>"Element" </td><td>Final element</td></tr>
|
|
<tr><td>* Comment * </td><td>Comment describing this element</td></tr>
|
|
</table>
|
|
</BODY>
|
|
</HTML>
|