From 640fb0376d8ec59779f05eb698e30c2b8cce92b7 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Tue, 14 Jan 2014 00:19:03 +0000 Subject: STORM-1831 Updated XML defaults file. Adding some recently added constants. Changed indenting to a single space. Adding the Relax schema file that is referenced in the XML. --- indra/newview/app_settings/llsd-lsl-syntax.rng | 390 +++++++++++++++++++++++++ 1 file changed, 390 insertions(+) create mode 100755 indra/newview/app_settings/llsd-lsl-syntax.rng (limited to 'indra/newview/app_settings/llsd-lsl-syntax.rng') diff --git a/indra/newview/app_settings/llsd-lsl-syntax.rng b/indra/newview/app_settings/llsd-lsl-syntax.rng new file mode 100755 index 0000000000..aa92364ec1 --- /dev/null +++ b/indra/newview/app_settings/llsd-lsl-syntax.rng @@ -0,0 +1,390 @@ + + + + + + + + constants + + + + + + + + + + + + + + + + + + controls + + + + + + + + + + + + + + events + + + + + + + + + + + + + + + + + + functions + + + + + + + + + + energy + + + + + + god-mode + + + + + + + + + sleep + + + + + + + + + + + + llsd-lsl-syntax-version + + + + + + + + + types + + + + + + + + + + + + + + + + + + + deprecated + + + + + + + + + + name + + + + + + + + + + type + + + + + + + float + integer + key + list + rotation + string + vector + + + + + + value + + + + + + + float + + + + + + integer + + + + 0x[0-9A-Fa-f]+ + + + + + key + + [0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12} + + + + rotation + + + + + x + + + + + + y + + + + + + z + + + + + w + + + + + + + string + + + + + + + + + vector + + + + + + + + + + + + + + + + + + ([\-+]|)(1|0)\.\d+ + + + + + + + + + + + + + + + + + + + x + + + + + + y + + + + + + z + + + + + + + + + + + + + + tooltip + + + + + + + + arguments + + + + + [A-Z][A-Za-z0-9_]*|[a-z] + + + + + + + + + + + + + + + + + + float + + + integer + + + key + + + list + + + rotation + + + string + + + vector + + + + + + + + return + + + + float + + + integer + + + key + + + list + + + rotation + + + string + + + vector + + + void + + + + + \ No newline at end of file -- cgit v1.2.3