diff options
author | yvesf <yvesf-git@xapek.org> | 2011-05-15 23:12:54 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-05-21 10:32:48 +0200 |
commit | 4a0ce7d1b5b087ef3bec0188048cd0111e861b2f (patch) | |
tree | 21b332bbe40df2c6c32791c456b5e0477b3dd4a0 /files/example-1.xml | |
parent | 25fe33409f24006ddaecdeb07c2a685f4d516945 (diff) | |
download | studienarbeit-2011-4a0ce7d1b5b087ef3bec0188048cd0111e861b2f.tar.gz studienarbeit-2011-4a0ce7d1b5b087ef3bec0188048cd0111e861b2f.zip |
Vorabversion 2
Diffstat (limited to 'files/example-1.xml')
-rw-r--r-- | files/example-1.xml | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/files/example-1.xml b/files/example-1.xml index e334856..1e9c1f4 100644 --- a/files/example-1.xml +++ b/files/example-1.xml @@ -1,31 +1,38 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<ksm xmlns="http://hb.dhbw-stuttgart.de/~ksm/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://hb.dhbw-stuttgart.de/~ksm/1.0 ksm-1.0.xsd" +<ksm xmlns="http://www.ba-horb.de/~ksm/xml/ksm-1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.ba-horb.de/~ksm/xml/ksm-1 ksm-1.xsd" version="1.0"> <nodegroup id="root"> <node id="56-7567-567567-657657-567"> <properties> <string name="visual.caption">a node</string> <string name="visual.color">#ffeecc</string> - <integer name="visual.pos_x">420</integer> - <integer name="visual.pos_y">420</integer> + <decimal name="visual.location.x">420</decimal> + <decimal name="visual.location.y">420</decimal> + <stringList name="meineTolleList"> + <value>TestValue</value> + </stringList> + <decimalList name="nochEine"> + <value>1.2</value> + </decimalList> </properties> <connections /> </node> + <nodegroup id="0123123-123123-123123-123213"> <node id="56-7567-12345-657657-567"> <properties> <string name="visual.color">#ffeecc</string> - <integer name="visual.pos_x">420</integer> - <integer name="visual.pos_y">420</integer> + <decimal name="visual.location.x">420</decimal> + <decimal name="visual.location.y">420</decimal> </properties> <connections> <connection to="56-7567-567567-657657-567"> <properties> <string name="visual.caption">A Connection</string> <string name="visual.color">#ffeecc</string> - <integer name="data.weight">5</integer> + <decimal name="data.weight">5</decimal> </properties> </connection> </connections> @@ -33,8 +40,8 @@ <properties> <string name="visual.caption">a Hierarchy</string> <string name="visual.color">#ffeecc</string> - <integer name="visual.pos_x">420</integer> - <integer name="visual.pos_y">420</integer> + <decimal name="visual.location.x">420</decimal> + <decimal name="visual.location.y">420</decimal> </properties> </nodegroup> <properties /> |