prefig 0.4.2.dev20250815053946__py3-none-any.whl → 0.4.3.dev20250822053531__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- prefig/core/parametric_curve.py +15 -3
- prefig/resources/schema/pf_schema.rnc +1 -0
- prefig/resources/schema/pf_schema.rng +787 -2239
- {prefig-0.4.2.dev20250815053946.dist-info → prefig-0.4.3.dev20250822053531.dist-info}/METADATA +1 -1
- {prefig-0.4.2.dev20250815053946.dist-info → prefig-0.4.3.dev20250822053531.dist-info}/RECORD +8 -8
- {prefig-0.4.2.dev20250815053946.dist-info → prefig-0.4.3.dev20250822053531.dist-info}/LICENSE +0 -0
- {prefig-0.4.2.dev20250815053946.dist-info → prefig-0.4.3.dev20250822053531.dist-info}/WHEEL +0 -0
- {prefig-0.4.2.dev20250815053946.dist-info → prefig-0.4.3.dev20250822053531.dist-info}/entry_points.txt +0 -0
|
@@ -1,2239 +1,787 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
</zeroOrMore>
|
|
789
|
-
<zeroOrMore>
|
|
790
|
-
<ref name="Label"/>
|
|
791
|
-
</zeroOrMore>
|
|
792
|
-
<zeroOrMore>
|
|
793
|
-
<ref name="Legend"/>
|
|
794
|
-
</zeroOrMore>
|
|
795
|
-
<zeroOrMore>
|
|
796
|
-
<ref name="Line"/>
|
|
797
|
-
</zeroOrMore>
|
|
798
|
-
<zeroOrMore>
|
|
799
|
-
<ref name="Network"/>
|
|
800
|
-
</zeroOrMore>
|
|
801
|
-
<zeroOrMore>
|
|
802
|
-
<ref name="Parametric-Curve"/>
|
|
803
|
-
</zeroOrMore>
|
|
804
|
-
<zeroOrMore>
|
|
805
|
-
<ref name="Path"/>
|
|
806
|
-
</zeroOrMore>
|
|
807
|
-
<zeroOrMore>
|
|
808
|
-
<ref name="Plot-DE-Solution"/>
|
|
809
|
-
</zeroOrMore>
|
|
810
|
-
<zeroOrMore>
|
|
811
|
-
<ref name="Point"/>
|
|
812
|
-
</zeroOrMore>
|
|
813
|
-
<zeroOrMore>
|
|
814
|
-
<ref name="Polygon"/>
|
|
815
|
-
</zeroOrMore>
|
|
816
|
-
<zeroOrMore>
|
|
817
|
-
<ref name="Rectangle"/>
|
|
818
|
-
</zeroOrMore>
|
|
819
|
-
<zeroOrMore>
|
|
820
|
-
<ref name="Riemann-Sum"/>
|
|
821
|
-
</zeroOrMore>
|
|
822
|
-
<zeroOrMore>
|
|
823
|
-
<ref name="Scatter"/>
|
|
824
|
-
</zeroOrMore>
|
|
825
|
-
<zeroOrMore>
|
|
826
|
-
<ref name="Shape"/>
|
|
827
|
-
</zeroOrMore>
|
|
828
|
-
<zeroOrMore>
|
|
829
|
-
<ref name="Slope-Field"/>
|
|
830
|
-
</zeroOrMore>
|
|
831
|
-
<zeroOrMore>
|
|
832
|
-
<ref name="Spline"/>
|
|
833
|
-
</zeroOrMore>
|
|
834
|
-
<zeroOrMore>
|
|
835
|
-
<ref name="Tick-Mark"/>
|
|
836
|
-
</zeroOrMore>
|
|
837
|
-
<zeroOrMore>
|
|
838
|
-
<ref name="Tangent-line"/>
|
|
839
|
-
</zeroOrMore>
|
|
840
|
-
<zeroOrMore>
|
|
841
|
-
<ref name="Triangle"/>
|
|
842
|
-
</zeroOrMore>
|
|
843
|
-
<zeroOrMore>
|
|
844
|
-
<ref name="Vector"/>
|
|
845
|
-
</zeroOrMore>
|
|
846
|
-
<zeroOrMore>
|
|
847
|
-
<ref name="Vector-Field"/>
|
|
848
|
-
</zeroOrMore>
|
|
849
|
-
</interleave>
|
|
850
|
-
</define>
|
|
851
|
-
<define name="Angle-Marker">
|
|
852
|
-
<element name="angle-marker">
|
|
853
|
-
<optional>
|
|
854
|
-
<attribute name="at"/>
|
|
855
|
-
</optional>
|
|
856
|
-
<attribute name="points"/>
|
|
857
|
-
<optional>
|
|
858
|
-
<attribute name="radius"/>
|
|
859
|
-
</optional>
|
|
860
|
-
<optional>
|
|
861
|
-
<attribute name="arrow">
|
|
862
|
-
<choice>
|
|
863
|
-
<value>yes</value>
|
|
864
|
-
<value>no</value>
|
|
865
|
-
</choice>
|
|
866
|
-
</attribute>
|
|
867
|
-
</optional>
|
|
868
|
-
<optional>
|
|
869
|
-
<attribute name="arrow-width"/>
|
|
870
|
-
</optional>
|
|
871
|
-
<optional>
|
|
872
|
-
<attribute name="arrow-angles"/>
|
|
873
|
-
</optional>
|
|
874
|
-
<ref name="LabelAttributes"/>
|
|
875
|
-
<ref name="StrokeAttributes"/>
|
|
876
|
-
<ref name="CommonAttributes"/>
|
|
877
|
-
<optional>
|
|
878
|
-
<ref name="LabelText"/>
|
|
879
|
-
</optional>
|
|
880
|
-
</element>
|
|
881
|
-
</define>
|
|
882
|
-
<define name="Arc">
|
|
883
|
-
<element name="arc">
|
|
884
|
-
<optional>
|
|
885
|
-
<attribute name="at"/>
|
|
886
|
-
</optional>
|
|
887
|
-
<optional>
|
|
888
|
-
<attribute name="points"/>
|
|
889
|
-
</optional>
|
|
890
|
-
<optional>
|
|
891
|
-
<attribute name="center"/>
|
|
892
|
-
</optional>
|
|
893
|
-
<optional>
|
|
894
|
-
<attribute name="range"/>
|
|
895
|
-
</optional>
|
|
896
|
-
<attribute name="radius"/>
|
|
897
|
-
<optional>
|
|
898
|
-
<attribute name="sector">
|
|
899
|
-
<choice>
|
|
900
|
-
<value>yes</value>
|
|
901
|
-
<value>no</value>
|
|
902
|
-
</choice>
|
|
903
|
-
</attribute>
|
|
904
|
-
</optional>
|
|
905
|
-
<optional>
|
|
906
|
-
<attribute name="N"/>
|
|
907
|
-
</optional>
|
|
908
|
-
<optional>
|
|
909
|
-
<attribute name="degrees">
|
|
910
|
-
<choice>
|
|
911
|
-
<value>yes</value>
|
|
912
|
-
<value>no</value>
|
|
913
|
-
</choice>
|
|
914
|
-
</attribute>
|
|
915
|
-
</optional>
|
|
916
|
-
<optional>
|
|
917
|
-
<attribute name="arrows"/>
|
|
918
|
-
</optional>
|
|
919
|
-
<optional>
|
|
920
|
-
<attribute name="reverse">
|
|
921
|
-
<choice>
|
|
922
|
-
<value>yes</value>
|
|
923
|
-
<value>no</value>
|
|
924
|
-
</choice>
|
|
925
|
-
</attribute>
|
|
926
|
-
</optional>
|
|
927
|
-
<optional>
|
|
928
|
-
<attribute name="arrow-width"/>
|
|
929
|
-
</optional>
|
|
930
|
-
<optional>
|
|
931
|
-
<attribute name="arrow-angles"/>
|
|
932
|
-
</optional>
|
|
933
|
-
<ref name="FillAttributes"/>
|
|
934
|
-
<ref name="CommonAttributes"/>
|
|
935
|
-
</element>
|
|
936
|
-
</define>
|
|
937
|
-
<define name="Area-Between-Curves">
|
|
938
|
-
<element name="area-between-curves">
|
|
939
|
-
<optional>
|
|
940
|
-
<attribute name="at"/>
|
|
941
|
-
</optional>
|
|
942
|
-
<optional>
|
|
943
|
-
<attribute name="function1"/>
|
|
944
|
-
</optional>
|
|
945
|
-
<optional>
|
|
946
|
-
<attribute name="function2"/>
|
|
947
|
-
</optional>
|
|
948
|
-
<optional>
|
|
949
|
-
<attribute name="functions"/>
|
|
950
|
-
</optional>
|
|
951
|
-
<optional>
|
|
952
|
-
<attribute name="domain"/>
|
|
953
|
-
</optional>
|
|
954
|
-
<optional>
|
|
955
|
-
<attribute name="N"/>
|
|
956
|
-
</optional>
|
|
957
|
-
<optional>
|
|
958
|
-
<attribute name="coordinates">
|
|
959
|
-
<choice>
|
|
960
|
-
<value>polar</value>
|
|
961
|
-
<value>cartesian</value>
|
|
962
|
-
</choice>
|
|
963
|
-
</attribute>
|
|
964
|
-
</optional>
|
|
965
|
-
<optional>
|
|
966
|
-
<attribute name="domain-degrees">
|
|
967
|
-
<choice>
|
|
968
|
-
<value>yes</value>
|
|
969
|
-
<value>no</value>
|
|
970
|
-
</choice>
|
|
971
|
-
</attribute>
|
|
972
|
-
</optional>
|
|
973
|
-
<ref name="FillAttributes"/>
|
|
974
|
-
<ref name="CommonAttributes"/>
|
|
975
|
-
</element>
|
|
976
|
-
</define>
|
|
977
|
-
<define name="Area-Under-Curve">
|
|
978
|
-
<element name="area-under-curve">
|
|
979
|
-
<optional>
|
|
980
|
-
<attribute name="at"/>
|
|
981
|
-
</optional>
|
|
982
|
-
<attribute name="function"/>
|
|
983
|
-
<optional>
|
|
984
|
-
<attribute name="domain"/>
|
|
985
|
-
</optional>
|
|
986
|
-
<optional>
|
|
987
|
-
<attribute name="N"/>
|
|
988
|
-
</optional>
|
|
989
|
-
<optional>
|
|
990
|
-
<attribute name="coordinates">
|
|
991
|
-
<choice>
|
|
992
|
-
<value>polar</value>
|
|
993
|
-
<value>cartesian</value>
|
|
994
|
-
</choice>
|
|
995
|
-
</attribute>
|
|
996
|
-
</optional>
|
|
997
|
-
<optional>
|
|
998
|
-
<attribute name="domain-degrees">
|
|
999
|
-
<choice>
|
|
1000
|
-
<value>yes</value>
|
|
1001
|
-
<value>no</value>
|
|
1002
|
-
</choice>
|
|
1003
|
-
</attribute>
|
|
1004
|
-
</optional>
|
|
1005
|
-
<ref name="FillAttributes"/>
|
|
1006
|
-
<ref name="CommonAttributes"/>
|
|
1007
|
-
</element>
|
|
1008
|
-
</define>
|
|
1009
|
-
<!-- grids and axes -->
|
|
1010
|
-
<define name="Axes">
|
|
1011
|
-
<element name="axes">
|
|
1012
|
-
<optional>
|
|
1013
|
-
<attribute name="at"/>
|
|
1014
|
-
</optional>
|
|
1015
|
-
<optional>
|
|
1016
|
-
<attribute name="hlabels"/>
|
|
1017
|
-
</optional>
|
|
1018
|
-
<optional>
|
|
1019
|
-
<attribute name="vlabels"/>
|
|
1020
|
-
</optional>
|
|
1021
|
-
<optional>
|
|
1022
|
-
<attribute name="xlabel"/>
|
|
1023
|
-
</optional>
|
|
1024
|
-
<optional>
|
|
1025
|
-
<attribute name="ylabel"/>
|
|
1026
|
-
</optional>
|
|
1027
|
-
<optional>
|
|
1028
|
-
<attribute name="arrows"/>
|
|
1029
|
-
</optional>
|
|
1030
|
-
<optional>
|
|
1031
|
-
<attribute name="decorations">
|
|
1032
|
-
<choice>
|
|
1033
|
-
<value>yes</value>
|
|
1034
|
-
<value>no</value>
|
|
1035
|
-
</choice>
|
|
1036
|
-
</attribute>
|
|
1037
|
-
</optional>
|
|
1038
|
-
<optional>
|
|
1039
|
-
<attribute name="h-pi-format">
|
|
1040
|
-
<choice>
|
|
1041
|
-
<value>yes</value>
|
|
1042
|
-
<value>no</value>
|
|
1043
|
-
</choice>
|
|
1044
|
-
</attribute>
|
|
1045
|
-
</optional>
|
|
1046
|
-
<optional>
|
|
1047
|
-
<attribute name="v-pi-format">
|
|
1048
|
-
<choice>
|
|
1049
|
-
<value>yes</value>
|
|
1050
|
-
<value>no</value>
|
|
1051
|
-
</choice>
|
|
1052
|
-
</attribute>
|
|
1053
|
-
</optional>
|
|
1054
|
-
<optional>
|
|
1055
|
-
<attribute name="h-frame">
|
|
1056
|
-
<choice>
|
|
1057
|
-
<value>bottom</value>
|
|
1058
|
-
<value>top</value>
|
|
1059
|
-
</choice>
|
|
1060
|
-
</attribute>
|
|
1061
|
-
</optional>
|
|
1062
|
-
<optional>
|
|
1063
|
-
<attribute name="v-frame">
|
|
1064
|
-
<choice>
|
|
1065
|
-
<value>left</value>
|
|
1066
|
-
<value>right</value>
|
|
1067
|
-
</choice>
|
|
1068
|
-
</attribute>
|
|
1069
|
-
</optional>
|
|
1070
|
-
<optional>
|
|
1071
|
-
<attribute name="stroke"/>
|
|
1072
|
-
</optional>
|
|
1073
|
-
<optional>
|
|
1074
|
-
<attribute name="thickness"/>
|
|
1075
|
-
</optional>
|
|
1076
|
-
<optional>
|
|
1077
|
-
<attribute name="tick-size"/>
|
|
1078
|
-
</optional>
|
|
1079
|
-
<optional>
|
|
1080
|
-
<attribute name="axes">
|
|
1081
|
-
<choice>
|
|
1082
|
-
<value>horizontal</value>
|
|
1083
|
-
<value>vertical</value>
|
|
1084
|
-
</choice>
|
|
1085
|
-
</attribute>
|
|
1086
|
-
</optional>
|
|
1087
|
-
<optional>
|
|
1088
|
-
<attribute name="bounding-box">
|
|
1089
|
-
<choice>
|
|
1090
|
-
<value>yes</value>
|
|
1091
|
-
<value>no</value>
|
|
1092
|
-
</choice>
|
|
1093
|
-
</attribute>
|
|
1094
|
-
</optional>
|
|
1095
|
-
<optional>
|
|
1096
|
-
<attribute name="h-zero-label">
|
|
1097
|
-
<choice>
|
|
1098
|
-
<value>yes</value>
|
|
1099
|
-
<value>no</value>
|
|
1100
|
-
</choice>
|
|
1101
|
-
</attribute>
|
|
1102
|
-
</optional>
|
|
1103
|
-
<optional>
|
|
1104
|
-
<attribute name="v-zero-label">
|
|
1105
|
-
<choice>
|
|
1106
|
-
<value>yes</value>
|
|
1107
|
-
<value>no</value>
|
|
1108
|
-
</choice>
|
|
1109
|
-
</attribute>
|
|
1110
|
-
</optional>
|
|
1111
|
-
<optional>
|
|
1112
|
-
<attribute name="label-commas">
|
|
1113
|
-
<choice>
|
|
1114
|
-
<value>yes</value>
|
|
1115
|
-
<value>no</value>
|
|
1116
|
-
</choice>
|
|
1117
|
-
</attribute>
|
|
1118
|
-
</optional>
|
|
1119
|
-
<ref name="CommonAttributes"/>
|
|
1120
|
-
<optional>
|
|
1121
|
-
<ref name="XLabel"/>
|
|
1122
|
-
</optional>
|
|
1123
|
-
<optional>
|
|
1124
|
-
<ref name="YLabel"/>
|
|
1125
|
-
</optional>
|
|
1126
|
-
</element>
|
|
1127
|
-
</define>
|
|
1128
|
-
<define name="Grid">
|
|
1129
|
-
<element name="grid">
|
|
1130
|
-
<optional>
|
|
1131
|
-
<attribute name="at"/>
|
|
1132
|
-
</optional>
|
|
1133
|
-
<optional>
|
|
1134
|
-
<attribute name="spacings"/>
|
|
1135
|
-
</optional>
|
|
1136
|
-
<optional>
|
|
1137
|
-
<attribute name="hspacing"/>
|
|
1138
|
-
</optional>
|
|
1139
|
-
<optional>
|
|
1140
|
-
<attribute name="vspacing"/>
|
|
1141
|
-
</optional>
|
|
1142
|
-
<optional>
|
|
1143
|
-
<attribute name="basis"/>
|
|
1144
|
-
</optional>
|
|
1145
|
-
<optional>
|
|
1146
|
-
<attribute name="h-pi-format">
|
|
1147
|
-
<choice>
|
|
1148
|
-
<value>yes</value>
|
|
1149
|
-
<value>no</value>
|
|
1150
|
-
</choice>
|
|
1151
|
-
</attribute>
|
|
1152
|
-
</optional>
|
|
1153
|
-
<optional>
|
|
1154
|
-
<attribute name="v-pi-format">
|
|
1155
|
-
<choice>
|
|
1156
|
-
<value>yes</value>
|
|
1157
|
-
<value>no</value>
|
|
1158
|
-
</choice>
|
|
1159
|
-
</attribute>
|
|
1160
|
-
</optional>
|
|
1161
|
-
<optional>
|
|
1162
|
-
<attribute name="stroke"/>
|
|
1163
|
-
</optional>
|
|
1164
|
-
<optional>
|
|
1165
|
-
<attribute name="thickness"/>
|
|
1166
|
-
</optional>
|
|
1167
|
-
<optional>
|
|
1168
|
-
<attribute name="coordinates"/>
|
|
1169
|
-
</optional>
|
|
1170
|
-
<optional>
|
|
1171
|
-
<attribute name="spacing-degrees">
|
|
1172
|
-
<choice>
|
|
1173
|
-
<value>yes</value>
|
|
1174
|
-
<value>no</value>
|
|
1175
|
-
</choice>
|
|
1176
|
-
</attribute>
|
|
1177
|
-
</optional>
|
|
1178
|
-
<optional>
|
|
1179
|
-
<attribute name="scales">
|
|
1180
|
-
<choice>
|
|
1181
|
-
<value>linear</value>
|
|
1182
|
-
<value>semilogx</value>
|
|
1183
|
-
<value>semilogy</value>
|
|
1184
|
-
<value>loglog</value>
|
|
1185
|
-
</choice>
|
|
1186
|
-
</attribute>
|
|
1187
|
-
</optional>
|
|
1188
|
-
<ref name="Stroke-Attributes"/>
|
|
1189
|
-
<ref name="CommonAttributes"/>
|
|
1190
|
-
</element>
|
|
1191
|
-
</define>
|
|
1192
|
-
<define name="Grid-Axes">
|
|
1193
|
-
<element name="grid-axes">
|
|
1194
|
-
<optional>
|
|
1195
|
-
<attribute name="at"/>
|
|
1196
|
-
</optional>
|
|
1197
|
-
<optional>
|
|
1198
|
-
<attribute name="spacings"/>
|
|
1199
|
-
</optional>
|
|
1200
|
-
<optional>
|
|
1201
|
-
<attribute name="hspacing"/>
|
|
1202
|
-
</optional>
|
|
1203
|
-
<optional>
|
|
1204
|
-
<attribute name="vspacing"/>
|
|
1205
|
-
</optional>
|
|
1206
|
-
<optional>
|
|
1207
|
-
<attribute name="h-pi-format">
|
|
1208
|
-
<choice>
|
|
1209
|
-
<value>yes</value>
|
|
1210
|
-
<value>no</value>
|
|
1211
|
-
</choice>
|
|
1212
|
-
</attribute>
|
|
1213
|
-
</optional>
|
|
1214
|
-
<optional>
|
|
1215
|
-
<attribute name="v-pi-format">
|
|
1216
|
-
<choice>
|
|
1217
|
-
<value>yes</value>
|
|
1218
|
-
<value>no</value>
|
|
1219
|
-
</choice>
|
|
1220
|
-
</attribute>
|
|
1221
|
-
</optional>
|
|
1222
|
-
<optional>
|
|
1223
|
-
<attribute name="h-frame">
|
|
1224
|
-
<choice>
|
|
1225
|
-
<value>bottom</value>
|
|
1226
|
-
<value>top</value>
|
|
1227
|
-
</choice>
|
|
1228
|
-
</attribute>
|
|
1229
|
-
</optional>
|
|
1230
|
-
<optional>
|
|
1231
|
-
<attribute name="v-frame">
|
|
1232
|
-
<choice>
|
|
1233
|
-
<value>left</value>
|
|
1234
|
-
<value>right</value>
|
|
1235
|
-
</choice>
|
|
1236
|
-
</attribute>
|
|
1237
|
-
</optional>
|
|
1238
|
-
<optional>
|
|
1239
|
-
<attribute name="hlabels"/>
|
|
1240
|
-
</optional>
|
|
1241
|
-
<optional>
|
|
1242
|
-
<attribute name="vlabels"/>
|
|
1243
|
-
</optional>
|
|
1244
|
-
<optional>
|
|
1245
|
-
<attribute name="xlabel"/>
|
|
1246
|
-
</optional>
|
|
1247
|
-
<optional>
|
|
1248
|
-
<attribute name="ylabel"/>
|
|
1249
|
-
</optional>
|
|
1250
|
-
<optional>
|
|
1251
|
-
<attribute name="arrows"/>
|
|
1252
|
-
</optional>
|
|
1253
|
-
<optional>
|
|
1254
|
-
<attribute name="decorations">
|
|
1255
|
-
<choice>
|
|
1256
|
-
<value>yes</value>
|
|
1257
|
-
<value>no</value>
|
|
1258
|
-
</choice>
|
|
1259
|
-
</attribute>
|
|
1260
|
-
</optional>
|
|
1261
|
-
<optional>
|
|
1262
|
-
<attribute name="tick-size"/>
|
|
1263
|
-
</optional>
|
|
1264
|
-
<optional>
|
|
1265
|
-
<attribute name="axes">
|
|
1266
|
-
<choice>
|
|
1267
|
-
<value>horizontal</value>
|
|
1268
|
-
<value>vertical</value>
|
|
1269
|
-
</choice>
|
|
1270
|
-
</attribute>
|
|
1271
|
-
</optional>
|
|
1272
|
-
<optional>
|
|
1273
|
-
<attribute name="bounding-box">
|
|
1274
|
-
<choice>
|
|
1275
|
-
<value>yes</value>
|
|
1276
|
-
<value>no</value>
|
|
1277
|
-
</choice>
|
|
1278
|
-
</attribute>
|
|
1279
|
-
</optional>
|
|
1280
|
-
<optional>
|
|
1281
|
-
<attribute name="h-zero-label">
|
|
1282
|
-
<choice>
|
|
1283
|
-
<value>yes</value>
|
|
1284
|
-
<value>no</value>
|
|
1285
|
-
</choice>
|
|
1286
|
-
</attribute>
|
|
1287
|
-
</optional>
|
|
1288
|
-
<optional>
|
|
1289
|
-
<attribute name="v-zero-label">
|
|
1290
|
-
<choice>
|
|
1291
|
-
<value>yes</value>
|
|
1292
|
-
<value>no</value>
|
|
1293
|
-
</choice>
|
|
1294
|
-
</attribute>
|
|
1295
|
-
</optional>
|
|
1296
|
-
<optional>
|
|
1297
|
-
<attribute name="label-commas">
|
|
1298
|
-
<choice>
|
|
1299
|
-
<value>yes</value>
|
|
1300
|
-
<value>no</value>
|
|
1301
|
-
</choice>
|
|
1302
|
-
</attribute>
|
|
1303
|
-
</optional>
|
|
1304
|
-
<ref name="StrokeAttributes"/>
|
|
1305
|
-
<ref name="CommonAttributes"/>
|
|
1306
|
-
<optional>
|
|
1307
|
-
<ref name="XLabel"/>
|
|
1308
|
-
</optional>
|
|
1309
|
-
<optional>
|
|
1310
|
-
<ref name="YLabel"/>
|
|
1311
|
-
</optional>
|
|
1312
|
-
</element>
|
|
1313
|
-
</define>
|
|
1314
|
-
<define name="Tick-Mark">
|
|
1315
|
-
<element name="tick-mark">
|
|
1316
|
-
<optional>
|
|
1317
|
-
<attribute name="at"/>
|
|
1318
|
-
</optional>
|
|
1319
|
-
<attribute name="location"/>
|
|
1320
|
-
<optional>
|
|
1321
|
-
<attribute name="axis"/>
|
|
1322
|
-
</optional>
|
|
1323
|
-
<optional>
|
|
1324
|
-
<attribute name="stroke"/>
|
|
1325
|
-
</optional>
|
|
1326
|
-
<optional>
|
|
1327
|
-
<attribute name="size"/>
|
|
1328
|
-
</optional>
|
|
1329
|
-
<optional>
|
|
1330
|
-
<attribute name="thickness"/>
|
|
1331
|
-
</optional>
|
|
1332
|
-
<ref name="StrokeAttributes"/>
|
|
1333
|
-
<ref name="LabelAttributes"/>
|
|
1334
|
-
<optional>
|
|
1335
|
-
<ref name="LabelText"/>
|
|
1336
|
-
</optional>
|
|
1337
|
-
</element>
|
|
1338
|
-
</define>
|
|
1339
|
-
<define name="Contour">
|
|
1340
|
-
<element name="contour">
|
|
1341
|
-
<optional>
|
|
1342
|
-
<attribute name="at"/>
|
|
1343
|
-
</optional>
|
|
1344
|
-
<attribute name="function"/>
|
|
1345
|
-
<optional>
|
|
1346
|
-
<attribute name="k"/>
|
|
1347
|
-
</optional>
|
|
1348
|
-
<optional>
|
|
1349
|
-
<attribute name="depth"/>
|
|
1350
|
-
</optional>
|
|
1351
|
-
<optional>
|
|
1352
|
-
<attribute name="initial-depth"/>
|
|
1353
|
-
</optional>
|
|
1354
|
-
<ref name="StrokeAttributes"/>
|
|
1355
|
-
<ref name="CommonAttributes"/>
|
|
1356
|
-
</element>
|
|
1357
|
-
</define>
|
|
1358
|
-
<define name="Circle">
|
|
1359
|
-
<element name="circle">
|
|
1360
|
-
<optional>
|
|
1361
|
-
<attribute name="at"/>
|
|
1362
|
-
</optional>
|
|
1363
|
-
<attribute name="center"/>
|
|
1364
|
-
<optional>
|
|
1365
|
-
<attribute name="radius"/>
|
|
1366
|
-
</optional>
|
|
1367
|
-
<ref name="FillAttributes"/>
|
|
1368
|
-
<ref name="CommonAttributes"/>
|
|
1369
|
-
</element>
|
|
1370
|
-
</define>
|
|
1371
|
-
<define name="Ellipse">
|
|
1372
|
-
<element name="ellipse">
|
|
1373
|
-
<optional>
|
|
1374
|
-
<attribute name="at"/>
|
|
1375
|
-
</optional>
|
|
1376
|
-
<attribute name="center"/>
|
|
1377
|
-
<optional>
|
|
1378
|
-
<attribute name="axes"/>
|
|
1379
|
-
</optional>
|
|
1380
|
-
<optional>
|
|
1381
|
-
<attribute name="rotate"/>
|
|
1382
|
-
</optional>
|
|
1383
|
-
<optional>
|
|
1384
|
-
<attribute name="degrees"/>
|
|
1385
|
-
</optional>
|
|
1386
|
-
<optional>
|
|
1387
|
-
<attribute name="N"/>
|
|
1388
|
-
</optional>
|
|
1389
|
-
<ref name="StrokeAttributes"/>
|
|
1390
|
-
<ref name="CommonAttributes"/>
|
|
1391
|
-
</element>
|
|
1392
|
-
</define>
|
|
1393
|
-
<define name="Graph">
|
|
1394
|
-
<element name="graph">
|
|
1395
|
-
<optional>
|
|
1396
|
-
<attribute name="at"/>
|
|
1397
|
-
</optional>
|
|
1398
|
-
<attribute name="function"/>
|
|
1399
|
-
<optional>
|
|
1400
|
-
<attribute name="N"/>
|
|
1401
|
-
</optional>
|
|
1402
|
-
<optional>
|
|
1403
|
-
<attribute name="domain"/>
|
|
1404
|
-
</optional>
|
|
1405
|
-
<optional>
|
|
1406
|
-
<attribute name="coordinates">
|
|
1407
|
-
<choice>
|
|
1408
|
-
<value>polar</value>
|
|
1409
|
-
<value>coordinates</value>
|
|
1410
|
-
</choice>
|
|
1411
|
-
</attribute>
|
|
1412
|
-
</optional>
|
|
1413
|
-
<optional>
|
|
1414
|
-
<attribute name="domain-degress">
|
|
1415
|
-
<choice>
|
|
1416
|
-
<value>yes</value>
|
|
1417
|
-
<value>no</value>
|
|
1418
|
-
</choice>
|
|
1419
|
-
</attribute>
|
|
1420
|
-
</optional>
|
|
1421
|
-
<optional>
|
|
1422
|
-
<attribute name="closed">
|
|
1423
|
-
<choice>
|
|
1424
|
-
<value>yes</value>
|
|
1425
|
-
<value>no</value>
|
|
1426
|
-
</choice>
|
|
1427
|
-
</attribute>
|
|
1428
|
-
</optional>
|
|
1429
|
-
<optional>
|
|
1430
|
-
<attribute name="fill"/>
|
|
1431
|
-
</optional>
|
|
1432
|
-
<ref name="StrokeAttributes"/>
|
|
1433
|
-
<ref name="CommonAttributes"/>
|
|
1434
|
-
</element>
|
|
1435
|
-
</define>
|
|
1436
|
-
<define name="Image">
|
|
1437
|
-
<element name="image">
|
|
1438
|
-
<optional>
|
|
1439
|
-
<attribute name="at"/>
|
|
1440
|
-
</optional>
|
|
1441
|
-
<attribute name="source"/>
|
|
1442
|
-
<optional>
|
|
1443
|
-
<attribute name="lower-left"/>
|
|
1444
|
-
</optional>
|
|
1445
|
-
<optional>
|
|
1446
|
-
<attribute name="center"/>
|
|
1447
|
-
</optional>
|
|
1448
|
-
<optional>
|
|
1449
|
-
<attribute name="dimensions"/>
|
|
1450
|
-
</optional>
|
|
1451
|
-
<optional>
|
|
1452
|
-
<attribute name="opacity"/>
|
|
1453
|
-
</optional>
|
|
1454
|
-
<optional>
|
|
1455
|
-
<attribute name="filetype">
|
|
1456
|
-
<choice>
|
|
1457
|
-
<value>svg</value>
|
|
1458
|
-
<value>png</value>
|
|
1459
|
-
<value>gif</value>
|
|
1460
|
-
<value>jpeg</value>
|
|
1461
|
-
<value>jpg</value>
|
|
1462
|
-
</choice>
|
|
1463
|
-
</attribute>
|
|
1464
|
-
</optional>
|
|
1465
|
-
<optional>
|
|
1466
|
-
<attribute name="rotate"/>
|
|
1467
|
-
</optional>
|
|
1468
|
-
<optional>
|
|
1469
|
-
<attribute name="scale"/>
|
|
1470
|
-
</optional>
|
|
1471
|
-
</element>
|
|
1472
|
-
</define>
|
|
1473
|
-
<define name="Histogram">
|
|
1474
|
-
<element name="histogram">
|
|
1475
|
-
<optional>
|
|
1476
|
-
<attribute name="at"/>
|
|
1477
|
-
</optional>
|
|
1478
|
-
<attribute name="data"/>
|
|
1479
|
-
<optional>
|
|
1480
|
-
<attribute name="min"/>
|
|
1481
|
-
</optional>
|
|
1482
|
-
<optional>
|
|
1483
|
-
<attribute name="max"/>
|
|
1484
|
-
</optional>
|
|
1485
|
-
<optional>
|
|
1486
|
-
<attribute name="bins"/>
|
|
1487
|
-
</optional>
|
|
1488
|
-
<optional>
|
|
1489
|
-
<attribute name="bin-text"/>
|
|
1490
|
-
</optional>
|
|
1491
|
-
<optional>
|
|
1492
|
-
<attribute name="annotate">
|
|
1493
|
-
<choice>
|
|
1494
|
-
<value>yes</value>
|
|
1495
|
-
<value>no</value>
|
|
1496
|
-
</choice>
|
|
1497
|
-
</attribute>
|
|
1498
|
-
</optional>
|
|
1499
|
-
<optional>
|
|
1500
|
-
<attribute name="text"/>
|
|
1501
|
-
</optional>
|
|
1502
|
-
<ref name="FillAttributes"/>
|
|
1503
|
-
<ref name="CommonAttributes"/>
|
|
1504
|
-
</element>
|
|
1505
|
-
</define>
|
|
1506
|
-
<define name="Implicit-Curve">
|
|
1507
|
-
<element name="implicit-curve">
|
|
1508
|
-
<optional>
|
|
1509
|
-
<attribute name="at"/>
|
|
1510
|
-
</optional>
|
|
1511
|
-
<attribute name="function"/>
|
|
1512
|
-
<optional>
|
|
1513
|
-
<attribute name="k"/>
|
|
1514
|
-
</optional>
|
|
1515
|
-
<optional>
|
|
1516
|
-
<attribute name="depth"/>
|
|
1517
|
-
</optional>
|
|
1518
|
-
<optional>
|
|
1519
|
-
<attribute name="initial-depth"/>
|
|
1520
|
-
</optional>
|
|
1521
|
-
<ref name="StrokeAttributes"/>
|
|
1522
|
-
<ref name="CommonAttributes"/>
|
|
1523
|
-
</element>
|
|
1524
|
-
</define>
|
|
1525
|
-
<define name="Legend">
|
|
1526
|
-
<element name="legend">
|
|
1527
|
-
<optional>
|
|
1528
|
-
<attribute name="at"/>
|
|
1529
|
-
</optional>
|
|
1530
|
-
<attribute name="anchor"/>
|
|
1531
|
-
<optional>
|
|
1532
|
-
<attribute name="alignment"/>
|
|
1533
|
-
</optional>
|
|
1534
|
-
<optional>
|
|
1535
|
-
<attribute name="vertical-skip"/>
|
|
1536
|
-
</optional>
|
|
1537
|
-
<optional>
|
|
1538
|
-
<attribute name="scale"/>
|
|
1539
|
-
</optional>
|
|
1540
|
-
<optional>
|
|
1541
|
-
<attribute name="stroke"/>
|
|
1542
|
-
</optional>
|
|
1543
|
-
<optional>
|
|
1544
|
-
<attribute name="opacity"/>
|
|
1545
|
-
</optional>
|
|
1546
|
-
<oneOrMore>
|
|
1547
|
-
<element name="item">
|
|
1548
|
-
<attribute name="ref"/>
|
|
1549
|
-
<oneOrMore>
|
|
1550
|
-
<ref name="LabelText"/>
|
|
1551
|
-
</oneOrMore>
|
|
1552
|
-
</element>
|
|
1553
|
-
</oneOrMore>
|
|
1554
|
-
</element>
|
|
1555
|
-
</define>
|
|
1556
|
-
<define name="Line">
|
|
1557
|
-
<element name="line">
|
|
1558
|
-
<optional>
|
|
1559
|
-
<attribute name="at"/>
|
|
1560
|
-
</optional>
|
|
1561
|
-
<optional>
|
|
1562
|
-
<attribute name="endpoints"/>
|
|
1563
|
-
</optional>
|
|
1564
|
-
<optional>
|
|
1565
|
-
<attribute name="p1"/>
|
|
1566
|
-
</optional>
|
|
1567
|
-
<optional>
|
|
1568
|
-
<attribute name="p2"/>
|
|
1569
|
-
</optional>
|
|
1570
|
-
<optional>
|
|
1571
|
-
<attribute name="endpoint-offsets"/>
|
|
1572
|
-
</optional>
|
|
1573
|
-
<optional>
|
|
1574
|
-
<attribute name="infinite">
|
|
1575
|
-
<choice>
|
|
1576
|
-
<value>yes</value>
|
|
1577
|
-
<value>no</value>
|
|
1578
|
-
</choice>
|
|
1579
|
-
</attribute>
|
|
1580
|
-
</optional>
|
|
1581
|
-
<optional>
|
|
1582
|
-
<attribute name="arrows"/>
|
|
1583
|
-
</optional>
|
|
1584
|
-
<optional>
|
|
1585
|
-
<attribute name="arrow-width"/>
|
|
1586
|
-
</optional>
|
|
1587
|
-
<optional>
|
|
1588
|
-
<attribute name="arrow-angles"/>
|
|
1589
|
-
</optional>
|
|
1590
|
-
<optional>
|
|
1591
|
-
<attribute name="reverse">
|
|
1592
|
-
<choice>
|
|
1593
|
-
<value>yes</value>
|
|
1594
|
-
<value>no</value>
|
|
1595
|
-
</choice>
|
|
1596
|
-
</attribute>
|
|
1597
|
-
</optional>
|
|
1598
|
-
<optional>
|
|
1599
|
-
<attribute name="additional-arrows">
|
|
1600
|
-
<choice>
|
|
1601
|
-
<value>yes</value>
|
|
1602
|
-
<value>no</value>
|
|
1603
|
-
</choice>
|
|
1604
|
-
</attribute>
|
|
1605
|
-
</optional>
|
|
1606
|
-
<ref name="StrokeAttributes"/>
|
|
1607
|
-
<ref name="CommonAttributes"/>
|
|
1608
|
-
</element>
|
|
1609
|
-
</define>
|
|
1610
|
-
<define name="Network">
|
|
1611
|
-
<element name="network">
|
|
1612
|
-
<optional>
|
|
1613
|
-
<attribute name="at"/>
|
|
1614
|
-
</optional>
|
|
1615
|
-
<optional>
|
|
1616
|
-
<attribute name="graph"/>
|
|
1617
|
-
</optional>
|
|
1618
|
-
<optional>
|
|
1619
|
-
<attribute name="directed">
|
|
1620
|
-
<choice>
|
|
1621
|
-
<value>yes</value>
|
|
1622
|
-
<value>no</value>
|
|
1623
|
-
</choice>
|
|
1624
|
-
</attribute>
|
|
1625
|
-
</optional>
|
|
1626
|
-
<optional>
|
|
1627
|
-
<attribute name="arrows">
|
|
1628
|
-
<choice>
|
|
1629
|
-
<value>end</value>
|
|
1630
|
-
<value>middle</value>
|
|
1631
|
-
</choice>
|
|
1632
|
-
</attribute>
|
|
1633
|
-
</optional>
|
|
1634
|
-
<optional>
|
|
1635
|
-
<attribute name="bipartite-set"/>
|
|
1636
|
-
</optional>
|
|
1637
|
-
<optional>
|
|
1638
|
-
<attribute name="alignment">
|
|
1639
|
-
<group>
|
|
1640
|
-
<value>vertical</value>
|
|
1641
|
-
<value>horizontal</value>
|
|
1642
|
-
</group>
|
|
1643
|
-
</attribute>
|
|
1644
|
-
</optional>
|
|
1645
|
-
<optional>
|
|
1646
|
-
<attribute name="loop-scale"/>
|
|
1647
|
-
</optional>
|
|
1648
|
-
<optional>
|
|
1649
|
-
<attribute name="layout"/>
|
|
1650
|
-
</optional>
|
|
1651
|
-
<optional>
|
|
1652
|
-
<attribute name="seed"/>
|
|
1653
|
-
</optional>
|
|
1654
|
-
<optional>
|
|
1655
|
-
<attribute name="start"/>
|
|
1656
|
-
</optional>
|
|
1657
|
-
<optional>
|
|
1658
|
-
<attribute name="scale"/>
|
|
1659
|
-
</optional>
|
|
1660
|
-
<optional>
|
|
1661
|
-
<attribute name="rotate"/>
|
|
1662
|
-
</optional>
|
|
1663
|
-
<optional>
|
|
1664
|
-
<attribute name="edge-stroke"/>
|
|
1665
|
-
</optional>
|
|
1666
|
-
<optional>
|
|
1667
|
-
<attribute name="edge-thickness"/>
|
|
1668
|
-
</optional>
|
|
1669
|
-
<optional>
|
|
1670
|
-
<attribute name="edge-dash"/>
|
|
1671
|
-
</optional>
|
|
1672
|
-
<optional>
|
|
1673
|
-
<attribute name="node-fill"/>
|
|
1674
|
-
</optional>
|
|
1675
|
-
<optional>
|
|
1676
|
-
<attribute name="node-stroke"/>
|
|
1677
|
-
</optional>
|
|
1678
|
-
<optional>
|
|
1679
|
-
<attribute name="node-thickness"/>
|
|
1680
|
-
</optional>
|
|
1681
|
-
<optional>
|
|
1682
|
-
<attribute name="node-style"/>
|
|
1683
|
-
</optional>
|
|
1684
|
-
<optional>
|
|
1685
|
-
<attribute name="node-size"/>
|
|
1686
|
-
</optional>
|
|
1687
|
-
<optional>
|
|
1688
|
-
<attribute name="labels">
|
|
1689
|
-
<choice>
|
|
1690
|
-
<value>yes</value>
|
|
1691
|
-
<value>no</value>
|
|
1692
|
-
</choice>
|
|
1693
|
-
</attribute>
|
|
1694
|
-
</optional>
|
|
1695
|
-
<optional>
|
|
1696
|
-
<attribute name="label-dictionary"/>
|
|
1697
|
-
</optional>
|
|
1698
|
-
<interleave>
|
|
1699
|
-
<zeroOrMore>
|
|
1700
|
-
<element name="node">
|
|
1701
|
-
<optional>
|
|
1702
|
-
<attribute name="at"/>
|
|
1703
|
-
</optional>
|
|
1704
|
-
<optional>
|
|
1705
|
-
<attribute name="p"/>
|
|
1706
|
-
</optional>
|
|
1707
|
-
<optional>
|
|
1708
|
-
<attribute name="edges"/>
|
|
1709
|
-
</optional>
|
|
1710
|
-
<optional>
|
|
1711
|
-
<attribute name="loop-orientation"/>
|
|
1712
|
-
</optional>
|
|
1713
|
-
<optional>
|
|
1714
|
-
<attribute name="style"/>
|
|
1715
|
-
</optional>
|
|
1716
|
-
<ref name="FillAttributes"/>
|
|
1717
|
-
<ref name="LabelAttributes"/>
|
|
1718
|
-
<optional>
|
|
1719
|
-
<ref name="LabelText"/>
|
|
1720
|
-
</optional>
|
|
1721
|
-
</element>
|
|
1722
|
-
</zeroOrMore>
|
|
1723
|
-
<zeroOrMore>
|
|
1724
|
-
<element name="edge">
|
|
1725
|
-
<optional>
|
|
1726
|
-
<attribute name="at"/>
|
|
1727
|
-
</optional>
|
|
1728
|
-
<attribute name="vertices"/>
|
|
1729
|
-
<optional>
|
|
1730
|
-
<attribute name="weight"/>
|
|
1731
|
-
</optional>
|
|
1732
|
-
<optional>
|
|
1733
|
-
<attribute name="loop-scale"/>
|
|
1734
|
-
</optional>
|
|
1735
|
-
<optional>
|
|
1736
|
-
<attribute name="label-location"/>
|
|
1737
|
-
</optional>
|
|
1738
|
-
<ref name="StrokeAttributes"/>
|
|
1739
|
-
<ref name="LabelAttributes"/>
|
|
1740
|
-
<optional>
|
|
1741
|
-
<ref name="LabelText"/>
|
|
1742
|
-
</optional>
|
|
1743
|
-
</element>
|
|
1744
|
-
</zeroOrMore>
|
|
1745
|
-
</interleave>
|
|
1746
|
-
<ref name="CommonAttributes"/>
|
|
1747
|
-
</element>
|
|
1748
|
-
</define>
|
|
1749
|
-
<define name="Parametric-Curve">
|
|
1750
|
-
<element name="parametric-curve">
|
|
1751
|
-
<optional>
|
|
1752
|
-
<attribute name="at"/>
|
|
1753
|
-
</optional>
|
|
1754
|
-
<attribute name="function"/>
|
|
1755
|
-
<attribute name="domain"/>
|
|
1756
|
-
<optional>
|
|
1757
|
-
<attribute name="N"/>
|
|
1758
|
-
</optional>
|
|
1759
|
-
<optional>
|
|
1760
|
-
<attribute name="closed">
|
|
1761
|
-
<choice>
|
|
1762
|
-
<value>yes</value>
|
|
1763
|
-
<value>no</value>
|
|
1764
|
-
</choice>
|
|
1765
|
-
</attribute>
|
|
1766
|
-
</optional>
|
|
1767
|
-
<optional>
|
|
1768
|
-
<attribute name="arrows"/>
|
|
1769
|
-
</optional>
|
|
1770
|
-
<optional>
|
|
1771
|
-
<attribute name="arrow-width"/>
|
|
1772
|
-
</optional>
|
|
1773
|
-
<optional>
|
|
1774
|
-
<attribute name="arrow-angles"/>
|
|
1775
|
-
</optional>
|
|
1776
|
-
<optional>
|
|
1777
|
-
<attribute name="reverse">
|
|
1778
|
-
<choice>
|
|
1779
|
-
<value>yes</value>
|
|
1780
|
-
<value>no</value>
|
|
1781
|
-
</choice>
|
|
1782
|
-
</attribute>
|
|
1783
|
-
</optional>
|
|
1784
|
-
<ref name="FillAttributes"/>
|
|
1785
|
-
<ref name="CommonAttributes"/>
|
|
1786
|
-
</element>
|
|
1787
|
-
</define>
|
|
1788
|
-
<define name="Path">
|
|
1789
|
-
<element name="path">
|
|
1790
|
-
<optional>
|
|
1791
|
-
<attribute name="at"/>
|
|
1792
|
-
</optional>
|
|
1793
|
-
<attribute name="start"/>
|
|
1794
|
-
<optional>
|
|
1795
|
-
<attribute name="closed"/>
|
|
1796
|
-
</optional>
|
|
1797
|
-
<optional>
|
|
1798
|
-
<attribute name="arrows"/>
|
|
1799
|
-
</optional>
|
|
1800
|
-
<optional>
|
|
1801
|
-
<attribute name="arrow-width"/>
|
|
1802
|
-
</optional>
|
|
1803
|
-
<optional>
|
|
1804
|
-
<attribute name="arrow-angles"/>
|
|
1805
|
-
</optional>
|
|
1806
|
-
<optional>
|
|
1807
|
-
<attribute name="reverse">
|
|
1808
|
-
<choice>
|
|
1809
|
-
<value>yes</value>
|
|
1810
|
-
<value>no</value>
|
|
1811
|
-
</choice>
|
|
1812
|
-
</attribute>
|
|
1813
|
-
</optional>
|
|
1814
|
-
<optional>
|
|
1815
|
-
<attribute name="mid-arrow">
|
|
1816
|
-
<choice>
|
|
1817
|
-
<value>yes</value>
|
|
1818
|
-
<value>no</value>
|
|
1819
|
-
</choice>
|
|
1820
|
-
</attribute>
|
|
1821
|
-
</optional>
|
|
1822
|
-
<ref name="FillAttributes"/>
|
|
1823
|
-
<ref name="CommonAttributes"/>
|
|
1824
|
-
<ref name="PathElements"/>
|
|
1825
|
-
</element>
|
|
1826
|
-
</define>
|
|
1827
|
-
<define name="Plot-DE-Solution">
|
|
1828
|
-
<element name="plot-de-solution">
|
|
1829
|
-
<optional>
|
|
1830
|
-
<attribute name="at"/>
|
|
1831
|
-
</optional>
|
|
1832
|
-
<optional>
|
|
1833
|
-
<attribute name="solution"/>
|
|
1834
|
-
</optional>
|
|
1835
|
-
<optional>
|
|
1836
|
-
<attribute name="axes"/>
|
|
1837
|
-
</optional>
|
|
1838
|
-
<optional>
|
|
1839
|
-
<attribute name="arrow">
|
|
1840
|
-
<choice>
|
|
1841
|
-
<value>yes</value>
|
|
1842
|
-
<value>no</value>
|
|
1843
|
-
</choice>
|
|
1844
|
-
</attribute>
|
|
1845
|
-
</optional>
|
|
1846
|
-
<optional>
|
|
1847
|
-
<attribute name="arrow-width"/>
|
|
1848
|
-
</optional>
|
|
1849
|
-
<optional>
|
|
1850
|
-
<attribute name="arrow-location"/>
|
|
1851
|
-
</optional>
|
|
1852
|
-
<optional>
|
|
1853
|
-
<attribute name="function"/>
|
|
1854
|
-
</optional>
|
|
1855
|
-
<optional>
|
|
1856
|
-
<attribute name="t0"/>
|
|
1857
|
-
</optional>
|
|
1858
|
-
<optional>
|
|
1859
|
-
<attribute name="y0"/>
|
|
1860
|
-
</optional>
|
|
1861
|
-
<optional>
|
|
1862
|
-
<attribute name="t1"/>
|
|
1863
|
-
</optional>
|
|
1864
|
-
<optional>
|
|
1865
|
-
<attribute name="method"/>
|
|
1866
|
-
</optional>
|
|
1867
|
-
<optional>
|
|
1868
|
-
<attribute name="N"/>
|
|
1869
|
-
</optional>
|
|
1870
|
-
<optional>
|
|
1871
|
-
<attribute name="max-step"/>
|
|
1872
|
-
</optional>
|
|
1873
|
-
<ref name="StrokeAttributes"/>
|
|
1874
|
-
<ref name="CommonAttributes"/>
|
|
1875
|
-
</element>
|
|
1876
|
-
</define>
|
|
1877
|
-
<define name="Point">
|
|
1878
|
-
<element name="point">
|
|
1879
|
-
<attribute name="p"/>
|
|
1880
|
-
<optional>
|
|
1881
|
-
<attribute name="at"/>
|
|
1882
|
-
</optional>
|
|
1883
|
-
<optional>
|
|
1884
|
-
<attribute name="style"/>
|
|
1885
|
-
</optional>
|
|
1886
|
-
<optional>
|
|
1887
|
-
<attribute name="size"/>
|
|
1888
|
-
</optional>
|
|
1889
|
-
<optional>
|
|
1890
|
-
<attribute name="coordinates">
|
|
1891
|
-
<choice>
|
|
1892
|
-
<value>cartesian</value>
|
|
1893
|
-
<value>polar</value>
|
|
1894
|
-
</choice>
|
|
1895
|
-
</attribute>
|
|
1896
|
-
</optional>
|
|
1897
|
-
<optional>
|
|
1898
|
-
<attribute name="degrees">
|
|
1899
|
-
<choice>
|
|
1900
|
-
<value>yes</value>
|
|
1901
|
-
<value>no</value>
|
|
1902
|
-
</choice>
|
|
1903
|
-
</attribute>
|
|
1904
|
-
</optional>
|
|
1905
|
-
<ref name="LabelAttributes"/>
|
|
1906
|
-
<ref name="FillAttributes"/>
|
|
1907
|
-
<ref name="CommonAttributes"/>
|
|
1908
|
-
<optional>
|
|
1909
|
-
<ref name="LabelText"/>
|
|
1910
|
-
</optional>
|
|
1911
|
-
</element>
|
|
1912
|
-
</define>
|
|
1913
|
-
<define name="Polygon">
|
|
1914
|
-
<element name="polygon">
|
|
1915
|
-
<optional>
|
|
1916
|
-
<attribute name="at"/>
|
|
1917
|
-
</optional>
|
|
1918
|
-
<attribute name="points"/>
|
|
1919
|
-
<optional>
|
|
1920
|
-
<attribute name="parameter"/>
|
|
1921
|
-
</optional>
|
|
1922
|
-
<optional>
|
|
1923
|
-
<attribute name="corner-radius"/>
|
|
1924
|
-
</optional>
|
|
1925
|
-
<optional>
|
|
1926
|
-
<attribute name="arrows"/>
|
|
1927
|
-
</optional>
|
|
1928
|
-
<optional>
|
|
1929
|
-
<attribute name="closed">
|
|
1930
|
-
<choice>
|
|
1931
|
-
<value>yes</value>
|
|
1932
|
-
<value>no</value>
|
|
1933
|
-
</choice>
|
|
1934
|
-
</attribute>
|
|
1935
|
-
</optional>
|
|
1936
|
-
<optional>
|
|
1937
|
-
<attribute name="arrow-width"/>
|
|
1938
|
-
</optional>
|
|
1939
|
-
<optional>
|
|
1940
|
-
<attribute name="arrow-angles"/>
|
|
1941
|
-
</optional>
|
|
1942
|
-
<ref name="FillAttributes"/>
|
|
1943
|
-
<ref name="CommonAttributes"/>
|
|
1944
|
-
</element>
|
|
1945
|
-
</define>
|
|
1946
|
-
<define name="Rectangle">
|
|
1947
|
-
<element name="rectangle">
|
|
1948
|
-
<optional>
|
|
1949
|
-
<attribute name="at"/>
|
|
1950
|
-
</optional>
|
|
1951
|
-
<optional>
|
|
1952
|
-
<attribute name="lower-left"/>
|
|
1953
|
-
</optional>
|
|
1954
|
-
<optional>
|
|
1955
|
-
<attribute name="center"/>
|
|
1956
|
-
</optional>
|
|
1957
|
-
<optional>
|
|
1958
|
-
<attribute name="dimensions"/>
|
|
1959
|
-
</optional>
|
|
1960
|
-
<optional>
|
|
1961
|
-
<attribute name="rotate"/>
|
|
1962
|
-
</optional>
|
|
1963
|
-
<optional>
|
|
1964
|
-
<attribute name="corner-radius"/>
|
|
1965
|
-
</optional>
|
|
1966
|
-
<ref name="FillAttributes"/>
|
|
1967
|
-
<ref name="CommonAttributes"/>
|
|
1968
|
-
</element>
|
|
1969
|
-
</define>
|
|
1970
|
-
<define name="Riemann-Sum">
|
|
1971
|
-
<element name="riemann-sum">
|
|
1972
|
-
<optional>
|
|
1973
|
-
<attribute name="at"/>
|
|
1974
|
-
</optional>
|
|
1975
|
-
<attribute name="function"/>
|
|
1976
|
-
<attribute name="N"/>
|
|
1977
|
-
<optional>
|
|
1978
|
-
<attribute name="domain"/>
|
|
1979
|
-
</optional>
|
|
1980
|
-
<optional>
|
|
1981
|
-
<attribute name="rule"/>
|
|
1982
|
-
</optional>
|
|
1983
|
-
<ref name="FillAttributes"/>
|
|
1984
|
-
<ref name="CommonAttributes"/>
|
|
1985
|
-
</element>
|
|
1986
|
-
</define>
|
|
1987
|
-
<define name="Scatter">
|
|
1988
|
-
<element name="scatter">
|
|
1989
|
-
<optional>
|
|
1990
|
-
<attribute name="at"/>
|
|
1991
|
-
</optional>
|
|
1992
|
-
<optional>
|
|
1993
|
-
<attribute name="points"/>
|
|
1994
|
-
</optional>
|
|
1995
|
-
<optional>
|
|
1996
|
-
<attribute name="data"/>
|
|
1997
|
-
</optional>
|
|
1998
|
-
<optional>
|
|
1999
|
-
<attribute name="x"/>
|
|
2000
|
-
</optional>
|
|
2001
|
-
<optional>
|
|
2002
|
-
<attribute name="y"/>
|
|
2003
|
-
</optional>
|
|
2004
|
-
<optional>
|
|
2005
|
-
<attribute name="filter"/>
|
|
2006
|
-
</optional>
|
|
2007
|
-
<optional>
|
|
2008
|
-
<attribute name="point-text"/>
|
|
2009
|
-
</optional>
|
|
2010
|
-
<optional>
|
|
2011
|
-
<attribute name="annotate">
|
|
2012
|
-
<choice>
|
|
2013
|
-
<value>yes</value>
|
|
2014
|
-
<value>no</value>
|
|
2015
|
-
</choice>
|
|
2016
|
-
</attribute>
|
|
2017
|
-
</optional>
|
|
2018
|
-
<optional>
|
|
2019
|
-
<attribute name="text"/>
|
|
2020
|
-
</optional>
|
|
2021
|
-
<ref name="FillAttributes"/>
|
|
2022
|
-
<ref name="CommonAttributes"/>
|
|
2023
|
-
</element>
|
|
2024
|
-
</define>
|
|
2025
|
-
<define name="Shape">
|
|
2026
|
-
<element name="shape">
|
|
2027
|
-
<optional>
|
|
2028
|
-
<attribute name="at"/>
|
|
2029
|
-
</optional>
|
|
2030
|
-
<optional>
|
|
2031
|
-
<attribute name="shape"/>
|
|
2032
|
-
</optional>
|
|
2033
|
-
<optional>
|
|
2034
|
-
<attribute name="shapes"/>
|
|
2035
|
-
</optional>
|
|
2036
|
-
<optional>
|
|
2037
|
-
<attribute name="operation"/>
|
|
2038
|
-
</optional>
|
|
2039
|
-
<ref name="FillAttributes"/>
|
|
2040
|
-
<ref name="CommonAttributes"/>
|
|
2041
|
-
</element>
|
|
2042
|
-
</define>
|
|
2043
|
-
<define name="Slope-Field">
|
|
2044
|
-
<element name="slope-field">
|
|
2045
|
-
<optional>
|
|
2046
|
-
<attribute name="at"/>
|
|
2047
|
-
</optional>
|
|
2048
|
-
<attribute name="function"/>
|
|
2049
|
-
<optional>
|
|
2050
|
-
<attribute name="arrows">
|
|
2051
|
-
<choice>
|
|
2052
|
-
<value>yes</value>
|
|
2053
|
-
<value>no</value>
|
|
2054
|
-
</choice>
|
|
2055
|
-
</attribute>
|
|
2056
|
-
</optional>
|
|
2057
|
-
<optional>
|
|
2058
|
-
<attribute name="arrow-width"/>
|
|
2059
|
-
</optional>
|
|
2060
|
-
<optional>
|
|
2061
|
-
<attribute name="arrow-angles"/>
|
|
2062
|
-
</optional>
|
|
2063
|
-
<optional>
|
|
2064
|
-
<attribute name="system">
|
|
2065
|
-
<choice>
|
|
2066
|
-
<value>yes</value>
|
|
2067
|
-
<value>no</value>
|
|
2068
|
-
</choice>
|
|
2069
|
-
</attribute>
|
|
2070
|
-
</optional>
|
|
2071
|
-
<optional>
|
|
2072
|
-
<attribute name="spacings"/>
|
|
2073
|
-
</optional>
|
|
2074
|
-
<ref name="StrokeAttributes"/>
|
|
2075
|
-
<ref name="CommonAttributes"/>
|
|
2076
|
-
</element>
|
|
2077
|
-
</define>
|
|
2078
|
-
<define name="Spline">
|
|
2079
|
-
<element name="spline">
|
|
2080
|
-
<optional>
|
|
2081
|
-
<attribute name="at"/>
|
|
2082
|
-
</optional>
|
|
2083
|
-
<optional>
|
|
2084
|
-
<attribute name="bc"/>
|
|
2085
|
-
</optional>
|
|
2086
|
-
<attribute name="points"/>
|
|
2087
|
-
<optional>
|
|
2088
|
-
<attribute name="parameter"/>
|
|
2089
|
-
</optional>
|
|
2090
|
-
<optional>
|
|
2091
|
-
<attribute name="N"/>
|
|
2092
|
-
</optional>
|
|
2093
|
-
<optional>
|
|
2094
|
-
<attribute name="arrows"/>
|
|
2095
|
-
</optional>
|
|
2096
|
-
<optional>
|
|
2097
|
-
<attribute name="domain"/>
|
|
2098
|
-
</optional>
|
|
2099
|
-
<optional>
|
|
2100
|
-
<attribute name="arrow-location"/>
|
|
2101
|
-
</optional>
|
|
2102
|
-
<optional>
|
|
2103
|
-
<attribute name="closed">
|
|
2104
|
-
<choice>
|
|
2105
|
-
<value>yes</value>
|
|
2106
|
-
<value>no</value>
|
|
2107
|
-
</choice>
|
|
2108
|
-
</attribute>
|
|
2109
|
-
</optional>
|
|
2110
|
-
<optional>
|
|
2111
|
-
<attribute name="arrow-width"/>
|
|
2112
|
-
</optional>
|
|
2113
|
-
<optional>
|
|
2114
|
-
<attribute name="arrow-angles"/>
|
|
2115
|
-
</optional>
|
|
2116
|
-
<optional>
|
|
2117
|
-
<attribute name="name"/>
|
|
2118
|
-
</optional>
|
|
2119
|
-
<ref name="FillAttributes"/>
|
|
2120
|
-
<ref name="CommonAttributes"/>
|
|
2121
|
-
</element>
|
|
2122
|
-
</define>
|
|
2123
|
-
<define name="Tangent-line">
|
|
2124
|
-
<element name="tangent-line">
|
|
2125
|
-
<optional>
|
|
2126
|
-
<attribute name="at"/>
|
|
2127
|
-
</optional>
|
|
2128
|
-
<attribute name="function"/>
|
|
2129
|
-
<attribute name="point"/>
|
|
2130
|
-
<optional>
|
|
2131
|
-
<attribute name="domain"/>
|
|
2132
|
-
</optional>
|
|
2133
|
-
<optional>
|
|
2134
|
-
<attribute name="infinite">
|
|
2135
|
-
<choice>
|
|
2136
|
-
<value>yes</value>
|
|
2137
|
-
<value>no</value>
|
|
2138
|
-
</choice>
|
|
2139
|
-
</attribute>
|
|
2140
|
-
</optional>
|
|
2141
|
-
<ref name="StrokeAttributes"/>
|
|
2142
|
-
<ref name="CommonAttributes"/>
|
|
2143
|
-
</element>
|
|
2144
|
-
</define>
|
|
2145
|
-
<define name="Triangle">
|
|
2146
|
-
<element name="triangle">
|
|
2147
|
-
<optional>
|
|
2148
|
-
<attribute name="at"/>
|
|
2149
|
-
</optional>
|
|
2150
|
-
<attribute name="vertices"/>
|
|
2151
|
-
<optional>
|
|
2152
|
-
<attribute name="angle-markers">
|
|
2153
|
-
<choice>
|
|
2154
|
-
<value>yes</value>
|
|
2155
|
-
<value>no</value>
|
|
2156
|
-
</choice>
|
|
2157
|
-
</attribute>
|
|
2158
|
-
</optional>
|
|
2159
|
-
<optional>
|
|
2160
|
-
<attribute name="labels"/>
|
|
2161
|
-
</optional>
|
|
2162
|
-
<optional>
|
|
2163
|
-
<attribute name="show-vertices">
|
|
2164
|
-
<choice>
|
|
2165
|
-
<value>yes</value>
|
|
2166
|
-
<value>no</value>
|
|
2167
|
-
</choice>
|
|
2168
|
-
</attribute>
|
|
2169
|
-
</optional>
|
|
2170
|
-
<optional>
|
|
2171
|
-
<attribute name="point-fill"/>
|
|
2172
|
-
</optional>
|
|
2173
|
-
<ref name="FillAttributes"/>
|
|
2174
|
-
<ref name="CommonAttributes"/>
|
|
2175
|
-
</element>
|
|
2176
|
-
</define>
|
|
2177
|
-
<define name="Vector">
|
|
2178
|
-
<element name="vector">
|
|
2179
|
-
<optional>
|
|
2180
|
-
<attribute name="at"/>
|
|
2181
|
-
</optional>
|
|
2182
|
-
<attribute name="v"/>
|
|
2183
|
-
<optional>
|
|
2184
|
-
<attribute name="tail"/>
|
|
2185
|
-
</optional>
|
|
2186
|
-
<optional>
|
|
2187
|
-
<attribute name="scale"/>
|
|
2188
|
-
</optional>
|
|
2189
|
-
<optional>
|
|
2190
|
-
<attribute name="head-location"/>
|
|
2191
|
-
</optional>
|
|
2192
|
-
<optional>
|
|
2193
|
-
<attribute name="arrow-width"/>
|
|
2194
|
-
</optional>
|
|
2195
|
-
<optional>
|
|
2196
|
-
<attribute name="arrow-angles"/>
|
|
2197
|
-
</optional>
|
|
2198
|
-
<ref name="StrokeAttributes"/>
|
|
2199
|
-
<ref name="CommonAttributes"/>
|
|
2200
|
-
</element>
|
|
2201
|
-
</define>
|
|
2202
|
-
<define name="Vector-Field">
|
|
2203
|
-
<element name="vector-field">
|
|
2204
|
-
<optional>
|
|
2205
|
-
<attribute name="at"/>
|
|
2206
|
-
</optional>
|
|
2207
|
-
<optional>
|
|
2208
|
-
<attribute name="function"/>
|
|
2209
|
-
</optional>
|
|
2210
|
-
<optional>
|
|
2211
|
-
<attribute name="spacings"/>
|
|
2212
|
-
</optional>
|
|
2213
|
-
<optional>
|
|
2214
|
-
<attribute name="scale"/>
|
|
2215
|
-
</optional>
|
|
2216
|
-
<optional>
|
|
2217
|
-
<attribute name="curve"/>
|
|
2218
|
-
</optional>
|
|
2219
|
-
<optional>
|
|
2220
|
-
<attribute name="domain"/>
|
|
2221
|
-
</optional>
|
|
2222
|
-
<optional>
|
|
2223
|
-
<attribute name="N"/>
|
|
2224
|
-
</optional>
|
|
2225
|
-
<optional>
|
|
2226
|
-
<attribute name="arrow-width"/>
|
|
2227
|
-
</optional>
|
|
2228
|
-
<optional>
|
|
2229
|
-
<attribute name="arrow-angles">
|
|
2230
|
-
<optional>
|
|
2231
|
-
<text/>
|
|
2232
|
-
</optional>
|
|
2233
|
-
</attribute>
|
|
2234
|
-
</optional>
|
|
2235
|
-
<ref name="StrokeAttributes"/>
|
|
2236
|
-
<ref name="CommonAttributes"/>
|
|
2237
|
-
</element>
|
|
2238
|
-
</define>
|
|
2239
|
-
</grammar>
|
|
1
|
+
start = Diagram
|
|
2
|
+
Diagram =
|
|
3
|
+
element diagram {
|
|
4
|
+
attribute dimensions { text },
|
|
5
|
+
attribute margins { text }?,
|
|
6
|
+
(Annotations?
|
|
7
|
+
& DefinitionElements*
|
|
8
|
+
& GraphicalElements*
|
|
9
|
+
& GroupElements*
|
|
10
|
+
& Caption?)
|
|
11
|
+
}
|
|
12
|
+
Caption = element caption { text }
|
|
13
|
+
# Annotations are constructed with a single #annotations element,
|
|
14
|
+
# which contains a single #annotation
|
|
15
|
+
Annotations = element annotations { Annotation }
|
|
16
|
+
AnnotationAttributes =
|
|
17
|
+
attribute ref { text },
|
|
18
|
+
AnnotatedElementAttributes
|
|
19
|
+
AnnotatedElementAttributes =
|
|
20
|
+
attribute text { text }?,
|
|
21
|
+
attribute speech { text }?,
|
|
22
|
+
attribute circular { "yes" | "no" }?,
|
|
23
|
+
attribute sonify { "yes" | "no" }?
|
|
24
|
+
# An #annotation can contain any number of #annotation elements
|
|
25
|
+
Annotation = element annotation { AnnotationAttributes, Annotation* }
|
|
26
|
+
# Most elements can be annotated
|
|
27
|
+
CommonAttributes =
|
|
28
|
+
attribute annotate { "yes" | "no" }?,
|
|
29
|
+
AnnotatedElementAttributes?
|
|
30
|
+
# next come some definition elements that can be added anywhere
|
|
31
|
+
DefinitionElements =
|
|
32
|
+
Definition?, Derivative?, DE-Solution?, Define-Shapes?, Read
|
|
33
|
+
Definition =
|
|
34
|
+
element definition {
|
|
35
|
+
text,
|
|
36
|
+
attribute substitution { "yes" | "no" }?,
|
|
37
|
+
attribute id-suffix { text }?
|
|
38
|
+
}
|
|
39
|
+
Derivative =
|
|
40
|
+
element derivative {
|
|
41
|
+
attribute function { text },
|
|
42
|
+
attribute name { text }
|
|
43
|
+
}
|
|
44
|
+
DE-Solution =
|
|
45
|
+
element de-solve {
|
|
46
|
+
attribute name { text },
|
|
47
|
+
attribute function { text },
|
|
48
|
+
attribute t0 { text },
|
|
49
|
+
attribute y0 { text },
|
|
50
|
+
attribute t1 { text }?,
|
|
51
|
+
attribute method { text }?,
|
|
52
|
+
attribute N { text }?,
|
|
53
|
+
attribute max-step { text }?
|
|
54
|
+
}
|
|
55
|
+
Define-Shapes = element define-shapes { ShapeElements+ }
|
|
56
|
+
Read =
|
|
57
|
+
element read {
|
|
58
|
+
attribute filename { text },
|
|
59
|
+
attribute name { text },
|
|
60
|
+
attribute delimiter { text }?,
|
|
61
|
+
attribute quotechar { text }?,
|
|
62
|
+
attribute string-columns { text }?,
|
|
63
|
+
attribute type { text }
|
|
64
|
+
}
|
|
65
|
+
# the next elements group other elements together
|
|
66
|
+
GroupElements = Coordinates? & Group? & Repeat? & Clip? & Transform?
|
|
67
|
+
# coordinates are special in that they can contain everything a diagram can
|
|
68
|
+
Coordinates =
|
|
69
|
+
element coordinates {
|
|
70
|
+
attribute bbox { text },
|
|
71
|
+
attribute destination { text }?,
|
|
72
|
+
attribute aspect-ratio { text }?,
|
|
73
|
+
attribute preserve-y-range { "yes" | "no" }?,
|
|
74
|
+
(DefinitionElements*
|
|
75
|
+
& GraphicalElements*
|
|
76
|
+
& GroupElements*
|
|
77
|
+
& TransformElements*)
|
|
78
|
+
}
|
|
79
|
+
Group =
|
|
80
|
+
element group {
|
|
81
|
+
attribute at { text }?,
|
|
82
|
+
attribute outline { text }?,
|
|
83
|
+
attribute transform { text }?,
|
|
84
|
+
CommonAttributes,
|
|
85
|
+
(DefinitionElements*
|
|
86
|
+
& GraphicalElements*
|
|
87
|
+
& GroupElements*
|
|
88
|
+
& TransformElements*)
|
|
89
|
+
}
|
|
90
|
+
Repeat =
|
|
91
|
+
element repeat {
|
|
92
|
+
attribute parameter { text },
|
|
93
|
+
attribute at { text }?,
|
|
94
|
+
CommonAttributes,
|
|
95
|
+
(DefinitionElements*
|
|
96
|
+
& GraphicalElements*
|
|
97
|
+
& GroupElements*
|
|
98
|
+
& TransformElements*)
|
|
99
|
+
}
|
|
100
|
+
Clip =
|
|
101
|
+
element clip {
|
|
102
|
+
attribute at { text }?,
|
|
103
|
+
attribute shape { text },
|
|
104
|
+
CommonAttributes,
|
|
105
|
+
(DefinitionElements*
|
|
106
|
+
& GraphicalElements*
|
|
107
|
+
& GroupElements*
|
|
108
|
+
& TransformElements)
|
|
109
|
+
}
|
|
110
|
+
Transform =
|
|
111
|
+
element transform {
|
|
112
|
+
DefinitionElements*
|
|
113
|
+
& GraphicalElements*
|
|
114
|
+
& GroupElements*
|
|
115
|
+
& TransformElements*
|
|
116
|
+
}
|
|
117
|
+
TransformElements =
|
|
118
|
+
element translate {
|
|
119
|
+
attribute by { text }
|
|
120
|
+
}*
|
|
121
|
+
& element rotate {
|
|
122
|
+
attribute by { text },
|
|
123
|
+
attribute about { text }?,
|
|
124
|
+
attribute degrees { "yes" | "no" }?
|
|
125
|
+
}*
|
|
126
|
+
& element scale {
|
|
127
|
+
attribute by { text }
|
|
128
|
+
}*
|
|
129
|
+
# attributes and text for labels
|
|
130
|
+
LabelAttributes =
|
|
131
|
+
attribute alignment { text }?,
|
|
132
|
+
attribute offset { text }?,
|
|
133
|
+
attribute justify { "right" | "left" | "center" }?,
|
|
134
|
+
attribute interline { text }?,
|
|
135
|
+
attribute scale { text }?,
|
|
136
|
+
attribute rotate { text }?,
|
|
137
|
+
attribute clear-background { "yes" | "no" }?,
|
|
138
|
+
attribute background-margin { text }?,
|
|
139
|
+
attribute color { text }?
|
|
140
|
+
Math =
|
|
141
|
+
element m {
|
|
142
|
+
attribute color { text }?
|
|
143
|
+
& text
|
|
144
|
+
}
|
|
145
|
+
Bold =
|
|
146
|
+
element b {
|
|
147
|
+
attribute color { text }?
|
|
148
|
+
& text
|
|
149
|
+
& Italic*
|
|
150
|
+
}
|
|
151
|
+
Italic =
|
|
152
|
+
element it {
|
|
153
|
+
attribute color { text }?
|
|
154
|
+
& text
|
|
155
|
+
& Bold*
|
|
156
|
+
}
|
|
157
|
+
Plain =
|
|
158
|
+
element plain {
|
|
159
|
+
attribute color { text }?
|
|
160
|
+
& text
|
|
161
|
+
}
|
|
162
|
+
Newline = element newline { empty }
|
|
163
|
+
LabelElements = Math* & Bold* & Italic* & Plain* & Newline*
|
|
164
|
+
LabelText = text | LabelElements*
|
|
165
|
+
Label =
|
|
166
|
+
element label {
|
|
167
|
+
attribute at { text }?,
|
|
168
|
+
attribute anchor { text },
|
|
169
|
+
LabelAttributes,
|
|
170
|
+
LabelText+
|
|
171
|
+
}
|
|
172
|
+
XLabel =
|
|
173
|
+
element xlabel {
|
|
174
|
+
attribute at { text }?,
|
|
175
|
+
LabelAttributes,
|
|
176
|
+
LabelText+
|
|
177
|
+
}
|
|
178
|
+
YLabel =
|
|
179
|
+
element ylabel {
|
|
180
|
+
attribute at { text }?,
|
|
181
|
+
LabelAttributes,
|
|
182
|
+
LabelText+
|
|
183
|
+
}
|
|
184
|
+
# elements that can go inside a path
|
|
185
|
+
PathElements =
|
|
186
|
+
element moveto {
|
|
187
|
+
attribute point { text }?,
|
|
188
|
+
attribute distance { text }?,
|
|
189
|
+
attribute heading { text }?,
|
|
190
|
+
attribute degrees { "yes" | "no" }?
|
|
191
|
+
}*
|
|
192
|
+
& element rmoveto {
|
|
193
|
+
attribute point { text }?,
|
|
194
|
+
attribute distance { text }?,
|
|
195
|
+
attribute heading { text }?,
|
|
196
|
+
attribute degrees { "yes" | "no" }?
|
|
197
|
+
}*
|
|
198
|
+
& element lineto {
|
|
199
|
+
attribute point { text },
|
|
200
|
+
attribute decoration { text }?,
|
|
201
|
+
attribute distance { text }?,
|
|
202
|
+
attribute heading { text }?,
|
|
203
|
+
attribute degrees { "yes" | "no" }?
|
|
204
|
+
}*
|
|
205
|
+
& element rlineto {
|
|
206
|
+
attribute point { text },
|
|
207
|
+
attribute decoration { text }?,
|
|
208
|
+
attribute distance { text }?,
|
|
209
|
+
attribute heading { text }?,
|
|
210
|
+
attribute degrees { "yes" | "no" }?
|
|
211
|
+
}*
|
|
212
|
+
& element horizontal {
|
|
213
|
+
attribute distance { text },
|
|
214
|
+
attribute decoration { text }?
|
|
215
|
+
}*
|
|
216
|
+
& element vertical {
|
|
217
|
+
attribute distance { text },
|
|
218
|
+
attribute decoration { text }?
|
|
219
|
+
}*
|
|
220
|
+
& element cubic-bezier {
|
|
221
|
+
attribute controls { text }
|
|
222
|
+
}*
|
|
223
|
+
& element quadratic-bezier {
|
|
224
|
+
attribute controls { text }
|
|
225
|
+
}*
|
|
226
|
+
& element arc {
|
|
227
|
+
attribute center { text },
|
|
228
|
+
attribute radius { text },
|
|
229
|
+
attribute range { text },
|
|
230
|
+
attribute degrees { text }?
|
|
231
|
+
}*
|
|
232
|
+
& Graph*
|
|
233
|
+
& Parametric-Curve*
|
|
234
|
+
& Polygon*
|
|
235
|
+
& Spline*
|
|
236
|
+
& element repeat {
|
|
237
|
+
attribute parameter { text },
|
|
238
|
+
PathElements
|
|
239
|
+
}*
|
|
240
|
+
ShapeElements =
|
|
241
|
+
Arc*
|
|
242
|
+
& Area-Between-Curves*
|
|
243
|
+
& Area-Under-Curve*
|
|
244
|
+
& Circle*
|
|
245
|
+
& Ellipse*
|
|
246
|
+
& Graph*
|
|
247
|
+
& Parametric-Curve*
|
|
248
|
+
& Path*
|
|
249
|
+
& Polygon*
|
|
250
|
+
& Rectangle*
|
|
251
|
+
& Shape*
|
|
252
|
+
& Spline*
|
|
253
|
+
# graphical elements can be stroked and possibly filled
|
|
254
|
+
StrokeAttributes =
|
|
255
|
+
attribute stroke { text }?,
|
|
256
|
+
attribute stroke-opacity { text }?,
|
|
257
|
+
attribute opacity { text }?,
|
|
258
|
+
attribute thickness { text }?,
|
|
259
|
+
attribute miterlimit { text }?,
|
|
260
|
+
attribute linejoin { text }?,
|
|
261
|
+
attribute linecap { text }?,
|
|
262
|
+
attribute dash { text }?,
|
|
263
|
+
attribute cliptobbox { "yes" | "no" }?,
|
|
264
|
+
attribute outline { "yes" | "no" }?
|
|
265
|
+
FillAttributes =
|
|
266
|
+
StrokeAttributes,
|
|
267
|
+
attribute fill { text }?,
|
|
268
|
+
attribute fill-opacity { text }?,
|
|
269
|
+
attribute fill-rule { text }?
|
|
270
|
+
# start defining the graphical elements
|
|
271
|
+
GraphicalElements =
|
|
272
|
+
Angle-Marker*
|
|
273
|
+
& Arc*
|
|
274
|
+
& Area-Between-Curves*
|
|
275
|
+
& Area-Under-Curve*
|
|
276
|
+
& Axes*
|
|
277
|
+
& Circle*
|
|
278
|
+
& Contour*
|
|
279
|
+
& Ellipse*
|
|
280
|
+
& Graph*
|
|
281
|
+
& Grid*
|
|
282
|
+
& Grid-Axes*
|
|
283
|
+
& Histogram*
|
|
284
|
+
& Image*
|
|
285
|
+
& Implicit-Curve*
|
|
286
|
+
& Label*
|
|
287
|
+
& Legend*
|
|
288
|
+
& Line*
|
|
289
|
+
& Network*
|
|
290
|
+
& Parametric-Curve*
|
|
291
|
+
& Path*
|
|
292
|
+
& Plot-DE-Solution*
|
|
293
|
+
& Point*
|
|
294
|
+
& Polygon*
|
|
295
|
+
& Rectangle*
|
|
296
|
+
& Riemann-Sum*
|
|
297
|
+
& Scatter*
|
|
298
|
+
& Shape*
|
|
299
|
+
& Slope-Field*
|
|
300
|
+
& Spline*
|
|
301
|
+
& Tick-Mark*
|
|
302
|
+
& Tangent-line*
|
|
303
|
+
& Triangle*
|
|
304
|
+
& Vector*
|
|
305
|
+
& Vector-Field*
|
|
306
|
+
Angle-Marker =
|
|
307
|
+
element angle-marker {
|
|
308
|
+
attribute at { text }?,
|
|
309
|
+
attribute points { text },
|
|
310
|
+
attribute radius { text }?,
|
|
311
|
+
attribute arrow { "yes" | "no" }?,
|
|
312
|
+
attribute arrow-width { text }?,
|
|
313
|
+
attribute arrow-angles { text }?,
|
|
314
|
+
LabelAttributes,
|
|
315
|
+
StrokeAttributes,
|
|
316
|
+
CommonAttributes,
|
|
317
|
+
LabelText?
|
|
318
|
+
}
|
|
319
|
+
Arc =
|
|
320
|
+
element arc {
|
|
321
|
+
attribute at { text }?,
|
|
322
|
+
attribute points { text }?,
|
|
323
|
+
attribute center { text }?,
|
|
324
|
+
attribute range { text }?,
|
|
325
|
+
attribute radius { text },
|
|
326
|
+
attribute sector { "yes" | "no" }?,
|
|
327
|
+
attribute N { text }?,
|
|
328
|
+
attribute degrees { "yes" | "no" }?,
|
|
329
|
+
attribute arrows { text }?,
|
|
330
|
+
attribute reverse { "yes" | "no" }?,
|
|
331
|
+
attribute arrow-width { text }?,
|
|
332
|
+
attribute arrow-angles { text }?,
|
|
333
|
+
FillAttributes,
|
|
334
|
+
CommonAttributes
|
|
335
|
+
}
|
|
336
|
+
Area-Between-Curves =
|
|
337
|
+
element area-between-curves {
|
|
338
|
+
attribute at { text }?,
|
|
339
|
+
attribute function1 { text }?,
|
|
340
|
+
attribute function2 { text }?,
|
|
341
|
+
attribute functions { text }?,
|
|
342
|
+
attribute domain { text }?,
|
|
343
|
+
attribute N { text }?,
|
|
344
|
+
attribute coordinates { "polar" | "cartesian" }?,
|
|
345
|
+
attribute domain-degrees { "yes" | "no" }?,
|
|
346
|
+
FillAttributes,
|
|
347
|
+
CommonAttributes
|
|
348
|
+
}
|
|
349
|
+
Area-Under-Curve =
|
|
350
|
+
element area-under-curve {
|
|
351
|
+
attribute at { text }?,
|
|
352
|
+
attribute function { text },
|
|
353
|
+
attribute domain { text }?,
|
|
354
|
+
attribute N { text }?,
|
|
355
|
+
attribute coordinates { "polar" | "cartesian" }?,
|
|
356
|
+
attribute domain-degrees { "yes" | "no" }?,
|
|
357
|
+
FillAttributes,
|
|
358
|
+
CommonAttributes
|
|
359
|
+
}
|
|
360
|
+
# grids and axes
|
|
361
|
+
Axes =
|
|
362
|
+
element axes {
|
|
363
|
+
attribute at { text }?,
|
|
364
|
+
attribute hlabels { text }?,
|
|
365
|
+
attribute vlabels { text }?,
|
|
366
|
+
attribute xlabel { text }?,
|
|
367
|
+
attribute ylabel { text }?,
|
|
368
|
+
attribute arrows { text }?,
|
|
369
|
+
attribute decorations { "yes" | "no" }?,
|
|
370
|
+
attribute h-pi-format { "yes" | "no" }?,
|
|
371
|
+
attribute v-pi-format { "yes" | "no" }?,
|
|
372
|
+
attribute h-frame { "bottom" | "top" }?,
|
|
373
|
+
attribute v-frame { "left" | "right" }?,
|
|
374
|
+
attribute stroke { text }?,
|
|
375
|
+
attribute thickness { text }?,
|
|
376
|
+
attribute tick-size { text }?,
|
|
377
|
+
attribute axes { "horizontal" | "vertical" }?,
|
|
378
|
+
attribute bounding-box { "yes" | "no" }?,
|
|
379
|
+
attribute h-zero-label { "yes" | "no" }?,
|
|
380
|
+
attribute v-zero-label { "yes" | "no" }?,
|
|
381
|
+
attribute label-commas { "yes" | "no" }?,
|
|
382
|
+
CommonAttributes,
|
|
383
|
+
XLabel?,
|
|
384
|
+
YLabel?
|
|
385
|
+
}
|
|
386
|
+
Grid =
|
|
387
|
+
element grid {
|
|
388
|
+
attribute at { text }?,
|
|
389
|
+
attribute spacings { text }?,
|
|
390
|
+
attribute hspacing { text }?,
|
|
391
|
+
attribute vspacing { text }?,
|
|
392
|
+
attribute basis { text }?,
|
|
393
|
+
attribute h-pi-format { "yes" | "no" }?,
|
|
394
|
+
attribute v-pi-format { "yes" | "no" }?,
|
|
395
|
+
attribute stroke { text }?,
|
|
396
|
+
attribute thickness { text }?,
|
|
397
|
+
attribute coordinates { text }?,
|
|
398
|
+
attribute spacing-degrees { "yes" | "no" }?,
|
|
399
|
+
attribute scales { "linear" | "semilogx" | "semilogy" | "loglog" }?,
|
|
400
|
+
Stroke-Attributes,
|
|
401
|
+
CommonAttributes
|
|
402
|
+
}
|
|
403
|
+
Grid-Axes =
|
|
404
|
+
element grid-axes {
|
|
405
|
+
attribute at { text }?,
|
|
406
|
+
attribute spacings { text }?,
|
|
407
|
+
attribute hspacing { text }?,
|
|
408
|
+
attribute vspacing { text }?,
|
|
409
|
+
attribute h-pi-format { "yes" | "no" }?,
|
|
410
|
+
attribute v-pi-format { "yes" | "no" }?,
|
|
411
|
+
attribute h-frame { "bottom" | "top" }?,
|
|
412
|
+
attribute v-frame { "left" | "right" }?,
|
|
413
|
+
attribute hlabels { text }?,
|
|
414
|
+
attribute vlabels { text }?,
|
|
415
|
+
attribute xlabel { text }?,
|
|
416
|
+
attribute ylabel { text }?,
|
|
417
|
+
attribute arrows { text }?,
|
|
418
|
+
attribute decorations { "yes" | "no" }?,
|
|
419
|
+
attribute tick-size { text }?,
|
|
420
|
+
attribute axes { "horizontal" | "vertical" }?,
|
|
421
|
+
attribute bounding-box { "yes" | "no" }?,
|
|
422
|
+
attribute h-zero-label { "yes" | "no" }?,
|
|
423
|
+
attribute v-zero-label { "yes" | "no" }?,
|
|
424
|
+
attribute label-commas { "yes" | "no" }?,
|
|
425
|
+
StrokeAttributes,
|
|
426
|
+
CommonAttributes,
|
|
427
|
+
XLabel?,
|
|
428
|
+
YLabel?
|
|
429
|
+
}
|
|
430
|
+
Tick-Mark =
|
|
431
|
+
element tick-mark {
|
|
432
|
+
attribute at { text }?,
|
|
433
|
+
attribute location { text },
|
|
434
|
+
attribute axis { text }?,
|
|
435
|
+
attribute stroke { text }?,
|
|
436
|
+
attribute size { text }?,
|
|
437
|
+
attribute thickness { text }?,
|
|
438
|
+
StrokeAttributes,
|
|
439
|
+
LabelAttributes,
|
|
440
|
+
LabelText?
|
|
441
|
+
}
|
|
442
|
+
Contour =
|
|
443
|
+
element contour {
|
|
444
|
+
attribute at { text }?,
|
|
445
|
+
attribute function { text },
|
|
446
|
+
attribute k { text }?,
|
|
447
|
+
attribute depth { text }?,
|
|
448
|
+
attribute initial-depth { text }?,
|
|
449
|
+
StrokeAttributes,
|
|
450
|
+
CommonAttributes
|
|
451
|
+
}
|
|
452
|
+
Circle =
|
|
453
|
+
element circle {
|
|
454
|
+
attribute at { text }?,
|
|
455
|
+
attribute center { text },
|
|
456
|
+
attribute radius { text }?,
|
|
457
|
+
FillAttributes,
|
|
458
|
+
CommonAttributes
|
|
459
|
+
}
|
|
460
|
+
Ellipse =
|
|
461
|
+
element ellipse {
|
|
462
|
+
attribute at { text }?,
|
|
463
|
+
attribute center { text },
|
|
464
|
+
attribute axes { text }?,
|
|
465
|
+
attribute rotate { text }?,
|
|
466
|
+
attribute degrees { text }?,
|
|
467
|
+
attribute N { text }?,
|
|
468
|
+
StrokeAttributes,
|
|
469
|
+
CommonAttributes
|
|
470
|
+
}
|
|
471
|
+
Graph =
|
|
472
|
+
element graph {
|
|
473
|
+
attribute at { text }?,
|
|
474
|
+
attribute function { text },
|
|
475
|
+
attribute N { text }?,
|
|
476
|
+
attribute domain { text }?,
|
|
477
|
+
attribute coordinates { "polar" | "coordinates" }?,
|
|
478
|
+
attribute domain-degress { "yes" | "no" }?,
|
|
479
|
+
attribute closed { "yes" | "no" }?,
|
|
480
|
+
attribute fill { text }?,
|
|
481
|
+
StrokeAttributes,
|
|
482
|
+
CommonAttributes
|
|
483
|
+
}
|
|
484
|
+
Image =
|
|
485
|
+
element image {
|
|
486
|
+
attribute at { text }?,
|
|
487
|
+
attribute source { text },
|
|
488
|
+
attribute lower-left { text }?,
|
|
489
|
+
attribute center { text }?,
|
|
490
|
+
attribute dimensions { text }?,
|
|
491
|
+
attribute opacity { text }?,
|
|
492
|
+
attribute filetype { "svg" | "png" | "gif" | "jpeg" | "jpg" }?,
|
|
493
|
+
attribute rotate { text }?,
|
|
494
|
+
attribute scale { text }?
|
|
495
|
+
}
|
|
496
|
+
Histogram =
|
|
497
|
+
element histogram {
|
|
498
|
+
attribute at { text }?,
|
|
499
|
+
attribute data { text },
|
|
500
|
+
attribute min { text }?,
|
|
501
|
+
attribute max { text }?,
|
|
502
|
+
attribute bins { text }?,
|
|
503
|
+
attribute bin-text { text }?,
|
|
504
|
+
attribute annotate { "yes" | "no" }?,
|
|
505
|
+
attribute text { text }?,
|
|
506
|
+
FillAttributes,
|
|
507
|
+
CommonAttributes
|
|
508
|
+
}
|
|
509
|
+
Implicit-Curve =
|
|
510
|
+
element implicit-curve {
|
|
511
|
+
attribute at { text }?,
|
|
512
|
+
attribute function { text },
|
|
513
|
+
attribute k { text }?,
|
|
514
|
+
attribute depth { text }?,
|
|
515
|
+
attribute initial-depth { text }?,
|
|
516
|
+
StrokeAttributes,
|
|
517
|
+
CommonAttributes
|
|
518
|
+
}
|
|
519
|
+
Legend =
|
|
520
|
+
element legend {
|
|
521
|
+
attribute at { text }?,
|
|
522
|
+
attribute anchor { text },
|
|
523
|
+
attribute alignment { text }?,
|
|
524
|
+
attribute vertical-skip { text }?,
|
|
525
|
+
attribute scale { text }?,
|
|
526
|
+
attribute stroke { text }?,
|
|
527
|
+
attribute opacity { text }?,
|
|
528
|
+
element item {
|
|
529
|
+
attribute ref { text },
|
|
530
|
+
LabelText+
|
|
531
|
+
}+
|
|
532
|
+
}
|
|
533
|
+
Line =
|
|
534
|
+
element line {
|
|
535
|
+
attribute at { text }?,
|
|
536
|
+
attribute endpoints { text }?,
|
|
537
|
+
attribute p1 { text }?,
|
|
538
|
+
attribute p2 { text }?,
|
|
539
|
+
attribute endpoint-offsets { text }?,
|
|
540
|
+
attribute infinite { "yes" | "no" }?,
|
|
541
|
+
attribute arrows { text }?,
|
|
542
|
+
attribute arrow-width { text }?,
|
|
543
|
+
attribute arrow-angles { text }?,
|
|
544
|
+
attribute reverse { "yes" | "no" }?,
|
|
545
|
+
attribute additional-arrows { "yes" | "no" }?,
|
|
546
|
+
StrokeAttributes,
|
|
547
|
+
CommonAttributes
|
|
548
|
+
}
|
|
549
|
+
Network =
|
|
550
|
+
element network {
|
|
551
|
+
attribute at { text }?,
|
|
552
|
+
attribute graph { text }?,
|
|
553
|
+
attribute directed { "yes" | "no" }?,
|
|
554
|
+
attribute arrows { "end" | "middle" }?,
|
|
555
|
+
attribute bipartite-set { text }?,
|
|
556
|
+
attribute alignment { "vertical", "horizontal" }?,
|
|
557
|
+
attribute loop-scale { text }?,
|
|
558
|
+
attribute layout { text }?,
|
|
559
|
+
attribute seed { text }?,
|
|
560
|
+
attribute start { text }?,
|
|
561
|
+
attribute scale { text }?,
|
|
562
|
+
attribute rotate { text }?,
|
|
563
|
+
attribute edge-stroke { text }?,
|
|
564
|
+
attribute edge-thickness { text }?,
|
|
565
|
+
attribute edge-dash { text }?,
|
|
566
|
+
attribute node-fill { text }?,
|
|
567
|
+
attribute node-stroke { text }?,
|
|
568
|
+
attribute node-thickness { text }?,
|
|
569
|
+
attribute node-style { text }?,
|
|
570
|
+
attribute node-size { text }?,
|
|
571
|
+
attribute labels { "yes" | "no" }?,
|
|
572
|
+
attribute label-dictionary { text }?,
|
|
573
|
+
(element node {
|
|
574
|
+
attribute at { text }?,
|
|
575
|
+
attribute p { text }?,
|
|
576
|
+
attribute edges { text }?,
|
|
577
|
+
attribute loop-orientation { text }?,
|
|
578
|
+
attribute style { text }?,
|
|
579
|
+
FillAttributes,
|
|
580
|
+
LabelAttributes,
|
|
581
|
+
LabelText?
|
|
582
|
+
}*
|
|
583
|
+
& element edge {
|
|
584
|
+
attribute at { text }?,
|
|
585
|
+
attribute vertices { text },
|
|
586
|
+
attribute weight { text }?,
|
|
587
|
+
attribute loop-scale { text }?,
|
|
588
|
+
attribute label-location { text }?,
|
|
589
|
+
StrokeAttributes,
|
|
590
|
+
LabelAttributes,
|
|
591
|
+
LabelText?
|
|
592
|
+
}*),
|
|
593
|
+
CommonAttributes
|
|
594
|
+
}
|
|
595
|
+
Parametric-Curve =
|
|
596
|
+
element parametric-curve {
|
|
597
|
+
attribute at { text }?,
|
|
598
|
+
attribute function { text },
|
|
599
|
+
attribute domain { text },
|
|
600
|
+
attribute N { text }?,
|
|
601
|
+
attribute closed { "yes" | "no" }?,
|
|
602
|
+
attribute arrows { text }?,
|
|
603
|
+
attribute arrow-location { text }?,
|
|
604
|
+
attribute arrow-width { text }?,
|
|
605
|
+
attribute arrow-angles { text }?,
|
|
606
|
+
attribute reverse { "yes" | "no" }?,
|
|
607
|
+
FillAttributes,
|
|
608
|
+
CommonAttributes
|
|
609
|
+
}
|
|
610
|
+
Path =
|
|
611
|
+
element path {
|
|
612
|
+
attribute at { text }?,
|
|
613
|
+
attribute start { text },
|
|
614
|
+
attribute closed { text }?,
|
|
615
|
+
attribute arrows { text }?,
|
|
616
|
+
attribute arrow-width { text }?,
|
|
617
|
+
attribute arrow-angles { text }?,
|
|
618
|
+
attribute reverse { "yes" | "no" }?,
|
|
619
|
+
attribute mid-arrow { "yes" | "no" }?,
|
|
620
|
+
FillAttributes,
|
|
621
|
+
CommonAttributes,
|
|
622
|
+
PathElements
|
|
623
|
+
}
|
|
624
|
+
Plot-DE-Solution =
|
|
625
|
+
element plot-de-solution {
|
|
626
|
+
attribute at { text }?,
|
|
627
|
+
attribute solution { text }?,
|
|
628
|
+
attribute axes { text }?,
|
|
629
|
+
attribute arrow { "yes" | "no" }?,
|
|
630
|
+
attribute arrow-width { text }?,
|
|
631
|
+
attribute arrow-location { text }?,
|
|
632
|
+
attribute function { text }?,
|
|
633
|
+
attribute t0 { text }?,
|
|
634
|
+
attribute y0 { text }?,
|
|
635
|
+
attribute t1 { text }?,
|
|
636
|
+
attribute method { text }?,
|
|
637
|
+
attribute N { text }?,
|
|
638
|
+
attribute max-step { text }?,
|
|
639
|
+
StrokeAttributes,
|
|
640
|
+
CommonAttributes
|
|
641
|
+
}
|
|
642
|
+
Point =
|
|
643
|
+
element point {
|
|
644
|
+
attribute p { text },
|
|
645
|
+
attribute at { text }?,
|
|
646
|
+
attribute style { text }?,
|
|
647
|
+
attribute size { text }?,
|
|
648
|
+
attribute coordinates { "cartesian" | "polar" }?,
|
|
649
|
+
attribute degrees { "yes" | "no" }?,
|
|
650
|
+
LabelAttributes,
|
|
651
|
+
FillAttributes,
|
|
652
|
+
CommonAttributes,
|
|
653
|
+
LabelText?
|
|
654
|
+
}
|
|
655
|
+
Polygon =
|
|
656
|
+
element polygon {
|
|
657
|
+
attribute at { text }?,
|
|
658
|
+
attribute points { text },
|
|
659
|
+
attribute parameter { text }?,
|
|
660
|
+
attribute corner-radius { text }?,
|
|
661
|
+
attribute arrows { text }?,
|
|
662
|
+
attribute closed { "yes" | "no" }?,
|
|
663
|
+
attribute arrow-width { text }?,
|
|
664
|
+
attribute arrow-angles { text }?,
|
|
665
|
+
FillAttributes,
|
|
666
|
+
CommonAttributes
|
|
667
|
+
}
|
|
668
|
+
Rectangle =
|
|
669
|
+
element rectangle {
|
|
670
|
+
attribute at { text }?,
|
|
671
|
+
attribute lower-left { text }?,
|
|
672
|
+
attribute center { text }?,
|
|
673
|
+
attribute dimensions { text }?,
|
|
674
|
+
attribute rotate { text }?,
|
|
675
|
+
attribute corner-radius { text }?,
|
|
676
|
+
FillAttributes,
|
|
677
|
+
CommonAttributes
|
|
678
|
+
}
|
|
679
|
+
Riemann-Sum =
|
|
680
|
+
element riemann-sum {
|
|
681
|
+
attribute at { text }?,
|
|
682
|
+
attribute function { text },
|
|
683
|
+
attribute N { text },
|
|
684
|
+
attribute domain { text }?,
|
|
685
|
+
attribute rule { text }?,
|
|
686
|
+
FillAttributes,
|
|
687
|
+
CommonAttributes
|
|
688
|
+
}
|
|
689
|
+
Scatter =
|
|
690
|
+
element scatter {
|
|
691
|
+
attribute at { text }?,
|
|
692
|
+
attribute points { text }?,
|
|
693
|
+
attribute data { text }?,
|
|
694
|
+
attribute x { text }?,
|
|
695
|
+
attribute y { text }?,
|
|
696
|
+
attribute filter { text }?,
|
|
697
|
+
attribute point-text { text }?,
|
|
698
|
+
attribute annotate { "yes" | "no" }?,
|
|
699
|
+
attribute text { text }?,
|
|
700
|
+
FillAttributes,
|
|
701
|
+
CommonAttributes
|
|
702
|
+
}
|
|
703
|
+
Shape =
|
|
704
|
+
element shape {
|
|
705
|
+
attribute at { text }?,
|
|
706
|
+
attribute shape { text }?,
|
|
707
|
+
attribute shapes { text }?,
|
|
708
|
+
attribute operation { text }?,
|
|
709
|
+
FillAttributes,
|
|
710
|
+
CommonAttributes
|
|
711
|
+
}
|
|
712
|
+
Slope-Field =
|
|
713
|
+
element slope-field {
|
|
714
|
+
attribute at { text }?,
|
|
715
|
+
attribute function { text },
|
|
716
|
+
attribute arrows { "yes" | "no" }?,
|
|
717
|
+
attribute arrow-width { text }?,
|
|
718
|
+
attribute arrow-angles { text }?,
|
|
719
|
+
attribute system { "yes" | "no" }?,
|
|
720
|
+
attribute spacings { text }?,
|
|
721
|
+
StrokeAttributes,
|
|
722
|
+
CommonAttributes
|
|
723
|
+
}
|
|
724
|
+
Spline =
|
|
725
|
+
element spline {
|
|
726
|
+
attribute at { text }?,
|
|
727
|
+
attribute bc { text }?,
|
|
728
|
+
attribute points { text },
|
|
729
|
+
attribute parameter { text }?,
|
|
730
|
+
attribute N { text }?,
|
|
731
|
+
attribute arrows { text }?,
|
|
732
|
+
attribute domain { text }?,
|
|
733
|
+
attribute arrow-location { text }?,
|
|
734
|
+
attribute closed { "yes" | "no" }?,
|
|
735
|
+
attribute arrow-width { text }?,
|
|
736
|
+
attribute arrow-angles { text }?,
|
|
737
|
+
attribute name { text }?,
|
|
738
|
+
FillAttributes,
|
|
739
|
+
CommonAttributes
|
|
740
|
+
}
|
|
741
|
+
Tangent-line =
|
|
742
|
+
element tangent-line {
|
|
743
|
+
attribute at { text }?,
|
|
744
|
+
attribute function { text },
|
|
745
|
+
attribute point { text },
|
|
746
|
+
attribute domain { text }?,
|
|
747
|
+
attribute infinite { "yes" | "no" }?,
|
|
748
|
+
StrokeAttributes,
|
|
749
|
+
CommonAttributes
|
|
750
|
+
}
|
|
751
|
+
Triangle =
|
|
752
|
+
element triangle {
|
|
753
|
+
attribute at { text }?,
|
|
754
|
+
attribute vertices { text },
|
|
755
|
+
attribute angle-markers { "yes" | "no" }?,
|
|
756
|
+
attribute labels { text }?,
|
|
757
|
+
attribute show-vertices { "yes" | "no" }?,
|
|
758
|
+
attribute point-fill { text }?,
|
|
759
|
+
FillAttributes,
|
|
760
|
+
CommonAttributes
|
|
761
|
+
}
|
|
762
|
+
Vector =
|
|
763
|
+
element vector {
|
|
764
|
+
attribute at { text }?,
|
|
765
|
+
attribute v { text },
|
|
766
|
+
attribute tail { text }?,
|
|
767
|
+
attribute scale { text }?,
|
|
768
|
+
attribute head-location { text }?,
|
|
769
|
+
attribute arrow-width { text }?,
|
|
770
|
+
attribute arrow-angles { text }?,
|
|
771
|
+
StrokeAttributes,
|
|
772
|
+
CommonAttributes
|
|
773
|
+
}
|
|
774
|
+
Vector-Field =
|
|
775
|
+
element vector-field {
|
|
776
|
+
attribute at { text }?,
|
|
777
|
+
attribute function { text }?,
|
|
778
|
+
attribute spacings { text }?,
|
|
779
|
+
attribute scale { text }?,
|
|
780
|
+
attribute curve { text }?,
|
|
781
|
+
attribute domain { text }?,
|
|
782
|
+
attribute N { text }?,
|
|
783
|
+
attribute arrow-width { text }?,
|
|
784
|
+
attribute arrow-angles { text? }?,
|
|
785
|
+
StrokeAttributes,
|
|
786
|
+
CommonAttributes
|
|
787
|
+
}
|