[13] | 1 | <?xml version="1.0"?> |
---|
| 2 | <!DOCTYPE framscontext SYSTEM "framscontext.dtd"> |
---|
| 3 | <?xml-stylesheet type="text/xsl" href="framscontext.xsl"?> |
---|
| 4 | |
---|
| 5 | <framscontext> |
---|
| 6 | |
---|
| 7 | <file pattern="*.expdef" label="Experiment definition"> |
---|
| 8 | <objects context="expdef file"/> |
---|
| 9 | <objects context="properties file"/> |
---|
| 10 | <objects context="state file"/> |
---|
| 11 | <code object="expdef" member="code"> |
---|
| 12 | <context name="Experiment definition"/> |
---|
| 13 | <context name="Global context"/> |
---|
| 14 | </code> |
---|
| 15 | <properties from="prop" to="ExpParams"/> |
---|
| 16 | <properties from="stat" to="ExpState"/> |
---|
| 17 | </file> |
---|
| 18 | |
---|
| 19 | <file pattern="*.neuro" label="Scripting neuron definition"> |
---|
| 20 | <objects context="neuro file"/> |
---|
| 21 | <objects context="properties file"/> |
---|
| 22 | <code object="class" member="code"> |
---|
| 23 | <context name="Neuron definitions"/> |
---|
| 24 | <context name="Experiment definition"/> |
---|
| 25 | <context name="Global context"/> |
---|
| 26 | </code> |
---|
| 27 | <properties from="prop" to="Fields"/> |
---|
| 28 | </file> |
---|
| 29 | |
---|
| 30 | <file pattern="*.style" label="Visual style definition"> |
---|
| 31 | <objects context="style file"/> |
---|
| 32 | <objects context="properties file"/> |
---|
| 33 | <code object="style" member="code"> |
---|
| 34 | <context name="Visual style definition"/> |
---|
| 35 | <context name="Experiment definition"/> |
---|
| 36 | <context name="Global context"/> |
---|
| 37 | </code> |
---|
| 38 | <properties from="prop" to="VisParams"/> |
---|
| 39 | </file> |
---|
| 40 | |
---|
| 41 | <file pattern="*.show" label="Framsticks Theater show"> |
---|
| 42 | <objects context="show file"/> |
---|
| 43 | <objects context="properties file"/> |
---|
| 44 | <code object="show" member="code"> |
---|
| 45 | <context name="Command line interface"/> |
---|
| 46 | <context name="Experiment definition"/> |
---|
| 47 | <context name="Global context"/> |
---|
| 48 | </code> |
---|
| 49 | <properties from="prop" to="ShowParams"/> |
---|
| 50 | </file> |
---|
| 51 | |
---|
| 52 | <file pattern="*.script" label="User script"> |
---|
| 53 | <objects context="script file"/> |
---|
| 54 | <code object="script" member="code"> |
---|
| 55 | <context name="Experiment definition"/> |
---|
| 56 | <context name="Global context"/> |
---|
| 57 | </code> |
---|
| 58 | </file> |
---|
| 59 | |
---|
| 60 | <file pattern="*.ini" label="Framsticks startup scripts"> |
---|
| 61 | <script context="Command line interface"/> |
---|
| 62 | <script context="Global context"/> |
---|
| 63 | </file> |
---|
| 64 | |
---|
| 65 | </framscontext> |
---|