diff options
author | yvesf <yvesf-git@xapek.org> | 2011-05-09 23:37:38 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-05-10 20:56:04 +0200 |
commit | d99fac83ac0b02c2e8d1e93c18a25a3c92539726 (patch) | |
tree | 5c5fb9fe75073f0556a81201ef5d6de249d07a15 /ksm-model/xml/example-1.xml | |
download | ksm-rcp-d99fac83ac0b02c2e8d1e93c18a25a3c92539726.tar.gz ksm-rcp-d99fac83ac0b02c2e8d1e93c18a25a3c92539726.zip |
Vor-Ergebnisse Studienarbeit
Diffstat (limited to 'ksm-model/xml/example-1.xml')
-rw-r--r-- | ksm-model/xml/example-1.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/ksm-model/xml/example-1.xml b/ksm-model/xml/example-1.xml new file mode 100644 index 0000000..d96d87a --- /dev/null +++ b/ksm-model/xml/example-1.xml @@ -0,0 +1,49 @@ +<?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" + 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> + <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> + <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> + <decimal name="data.weight">5</decimal> + </properties> + </connection> + </connections> + </node> + <properties> + <string name="visual.caption">a Hierarchy</string> + <string name="visual.color">#ffeecc</string> + <decimal name="visual.location.x">420</decimal> + <decimal name="visual.location.y">420</decimal> + </properties> + </nodegroup> + <properties /> + </nodegroup> +</ksm> |