blob: a506193f251de45349f894ef983717b9a84e0423 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<generals dsc="string">
<!--Zero or more repetitions:-->
<string sim="string" xCos="string" dsc="string">
<!--1 or more repetitions:-->
<parMap simVal="string" xCosVal="string"/>
</string>
<!--Zero or more repetitions:-->
<integer sim="string" xCos="string" dsc="string">
<!--1 or more repetitions:-->
<parMap simVal="100" xCosVal="100"/>
</integer>
<!--Zero or more repetitions:-->
<simple sim="string" xCos="string" dsc="string"/>
</generals>
|