2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
4 <ParsedSelections Name="Parsed">
5 <ParsedSelection Name="Selection1">
6 <String Name="Input">atomnr 1 to 5 and atomnr 2 to 7 and x < 2</String>
7 <String Name="Text">atomnr 1 to 5 and atomnr 2 to 7 and x < 2</String>
8 <Bool Name="Dynamic">true</Bool>
10 <ParsedSelection Name="Selection2">
11 <String Name="Input">atomnr 1 to 5 and (atomnr 4 to 7 or x < 2)</String>
12 <String Name="Text">atomnr 1 to 5 and (atomnr 4 to 7 or x < 2)</String>
13 <Bool Name="Dynamic">true</Bool>
15 <ParsedSelection Name="Selection3">
16 <String Name="Input">atomnr 1 to 5 and y < 3 and (atomnr 4 to 7 or x < 2)</String>
17 <String Name="Text">atomnr 1 to 5 and y < 3 and (atomnr 4 to 7 or x < 2)</String>
18 <Bool Name="Dynamic">true</Bool>
20 <ParsedSelection Name="Selection4">
21 <String Name="Input">atomnr 1 to 5 and not (atomnr 4 to 7 or x < 2)</String>
22 <String Name="Text">atomnr 1 to 5 and not (atomnr 4 to 7 or x < 2)</String>
23 <Bool Name="Dynamic">true</Bool>
25 <ParsedSelection Name="Selection5">
26 <String Name="Input">atomnr 1 to 5 or (atomnr 4 to 6 and (atomnr 5 to 7 or x < 2))</String>
27 <String Name="Text">atomnr 1 to 5 or (atomnr 4 to 6 and (atomnr 5 to 7 or x < 2))</String>
28 <Bool Name="Dynamic">true</Bool>
31 <CompiledSelections Name="Compiled">
32 <Selection Name="Selection1">
33 <Sequence Name="Atoms">
34 <Int Name="Length">4</Int>
41 <Selection Name="Selection2">
42 <Sequence Name="Atoms">
43 <Int Name="Length">5</Int>
51 <Selection Name="Selection3">
52 <Sequence Name="Atoms">
53 <Int Name="Length">5</Int>
61 <Selection Name="Selection4">
62 <Sequence Name="Atoms">
63 <Int Name="Length">3</Int>
69 <Selection Name="Selection5">
70 <Sequence Name="Atoms">
71 <Int Name="Length">6</Int>