source: git/old_modgen/openmathserver/scopebsp @ c36fda

spielwiese
Last change on this file since c36fda was c36fda, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Moved all the outdated modgen related stuff to /old_modgen/ for now
  • Property mode set to 100644
File size: 547 bytes
Line 
1<OMA>
2        <OMS name="tuple" cd="test"></OMS>
3        <OMA>
4                <OMBIND id="lala">
5                        <OMS name="lambda" cd="fns1" cdbase="http://www.openmath.org/cd"></OMS>
6                        <OMA>
7                                <OMS name="plus" cdbase="http://www.openmath.org/cd" cd="arith1"></OMS>
8                                <OMV name="x"></OMV>
9                                <OMI>1</OMI>
10                        </OMA>
11                </OMBIND>
12        </OMA>
13        <OMA>
14                <OMBIND>
15                        <OMS name="lambda" cd="fns1" cdbase="http://www.openmath.org/cd"></OMS>
16                        <OMV name="x"/>
17                        <OMA>
18                                <OMR xref="lala"/>
19                        </OMA>
20                </OMBIND>
21                <OMI>1</OMI>
22        </OMA>
23        <OMI>3</OMI>
24        <OMA>
25                <OMR xref="lala"/>
26        </OMA>
27</OMA>
Note: See TracBrowser for help on using the repository browser.