blob: f7f185319eeb24d3c02dc448887a2d13b8efb86f [file] [log] [blame]
Daniel Veillard424af391999-08-10 19:10:03 +00001<?xml version="1.0"?>
2<!DOCTYPE diagram [
3<!ELEMENT diagram (diagramdata , layer*)>
4<!ELEMENT diagramdata (attribute)*>
5<!ELEMENT layer (object | group)*>
Daniel Veillard424af391999-08-10 19:10:03 +00006<!ATTLIST layer name CDATA #REQUIRED>
7<!ATTLIST layer visible (true | false) #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +00008<!ELEMENT object (attribute* , connections?)>
Daniel Veillard424af391999-08-10 19:10:03 +00009<!ATTLIST object type CDATA #REQUIRED>
10<!ATTLIST object version NMTOKEN #REQUIRED>
11<!ATTLIST object id ID #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +000012<!ELEMENT connections (connection)*>
13<!ELEMENT connection EMPTY>
Daniel Veillard424af391999-08-10 19:10:03 +000014<!ATTLIST connection handle NMTOKEN #REQUIRED>
15<!ATTLIST connection to IDREF #REQUIRED>
16<!ATTLIST connection connection NMTOKEN #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +000017<!ELEMENT group (object | group)*>
18<!ELEMENT attribute (composite | int | enum | real | boolean | color | point | rectangle | string | font)*>
Daniel Veillard424af391999-08-10 19:10:03 +000019<!ATTLIST attribute name CDATA #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +000020<!ELEMENT composite (attribute)*>
Daniel Veillard424af391999-08-10 19:10:03 +000021<!ATTLIST composite type CDATA #IMPLIED>
Daniel Veillardcf461992000-03-14 18:30:20 +000022<!ELEMENT int EMPTY>
Daniel Veillard424af391999-08-10 19:10:03 +000023<!ATTLIST int val NMTOKEN #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +000024<!ELEMENT enum EMPTY>
Daniel Veillard424af391999-08-10 19:10:03 +000025<!ATTLIST enum val NMTOKEN #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +000026<!ELEMENT real EMPTY>
Daniel Veillard424af391999-08-10 19:10:03 +000027<!ATTLIST real val CDATA #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +000028<!ELEMENT boolean EMPTY>
Daniel Veillard424af391999-08-10 19:10:03 +000029<!ATTLIST boolean val (true | false) #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +000030<!ELEMENT color EMPTY>
Daniel Veillard424af391999-08-10 19:10:03 +000031<!ATTLIST color val CDATA #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +000032<!ELEMENT point EMPTY>
Daniel Veillard424af391999-08-10 19:10:03 +000033<!ATTLIST point val CDATA #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +000034<!ELEMENT rectangle EMPTY>
Daniel Veillard424af391999-08-10 19:10:03 +000035<!ATTLIST rectangle val CDATA #REQUIRED>
Daniel Veillardcf461992000-03-14 18:30:20 +000036<!ELEMENT string EMPTY>
Daniel Veillard424af391999-08-10 19:10:03 +000037<!ATTLIST string val CDATA #IMPLIED>
Daniel Veillardcf461992000-03-14 18:30:20 +000038<!ELEMENT font EMPTY>
Daniel Veillard424af391999-08-10 19:10:03 +000039<!ATTLIST font name CDATA #REQUIRED>
40]>
41<dia:diagram xmlns:dia="http://www.lysator.liu.se/~alla/dia/">
Daniel Veillard2f362242001-03-02 17:36:21 +000042 <dia:diagramdata>
43 <dia:attribute name="background">
44 <dia:color val="#ffffff"/>
45 </dia:attribute>
46 </dia:diagramdata>
47 <dia:layer name="Background" visible="true">
48 <dia:object type="Standard - Line" version="0" id="O0">
49 <dia:attribute name="obj_pos">
50 <dia:point val="1.95,6.85"/>
51 </dia:attribute>
52 <dia:attribute name="obj_bb">
53 <dia:rectangle val="1.9,6.8;11,8.55"/>
54 </dia:attribute>
55 <dia:attribute name="conn_endpoints">
56 <dia:point val="1.95,6.85"/>
57 <dia:point val="10.95,8.5"/>
58 </dia:attribute>
59 <dia:attribute name="line_color">
60 <dia:color val="#000000"/>
61 </dia:attribute>
62 <dia:attribute name="line_width">
63 <dia:real val="0.1"/>
64 </dia:attribute>
65 <dia:attribute name="line_style">
66 <dia:enum val="0"/>
67 </dia:attribute>
68 <dia:attribute name="start_arrow">
69 <dia:enum val="0"/>
70 </dia:attribute>
71 <dia:attribute name="end_arrow">
72 <dia:enum val="0"/>
73 </dia:attribute>
74 <dia:connections>
75 <dia:connection handle="1" to="O2" connection="3"/>
76 </dia:connections>
77 </dia:object>
78 <dia:object type="Standard - Text" version="0" id="O1">
79 <dia:attribute name="obj_pos">
80 <dia:point val="4.8,4.75"/>
81 </dia:attribute>
82 <dia:attribute name="obj_bb">
83 <dia:rectangle val="2.579,3.96359;7.021,4.96359"/>
84 </dia:attribute>
85 <dia:attribute name="text">
86 <dia:composite type="text">
87 <dia:attribute name="string">
88 <dia:string val="sdfsdfg"/>
89 </dia:attribute>
90 <dia:attribute name="font">
91 <dia:font name="Courier"/>
92 </dia:attribute>
93 <dia:attribute name="height">
94 <dia:real val="1"/>
95 </dia:attribute>
96 <dia:attribute name="pos">
97 <dia:point val="4.8,4.75"/>
98 </dia:attribute>
99 <dia:attribute name="color">
100 <dia:color val="#000000"/>
101 </dia:attribute>
102 <dia:attribute name="alignment">
103 <dia:enum val="1"/>
104 </dia:attribute>
105 </dia:composite>
106 </dia:attribute>
107 </dia:object>
108 <dia:object type="Standard - Box" version="0" id="O2">
109 <dia:attribute name="obj_pos">
110 <dia:point val="10.95,7.5"/>
111 </dia:attribute>
112 <dia:attribute name="obj_bb">
113 <dia:rectangle val="10.9,7.45;13.05,9.55"/>
114 </dia:attribute>
115 <dia:attribute name="elem_corner">
116 <dia:point val="10.95,7.5"/>
117 </dia:attribute>
118 <dia:attribute name="elem_width">
119 <dia:real val="2.05"/>
120 </dia:attribute>
121 <dia:attribute name="elem_height">
122 <dia:real val="2"/>
123 </dia:attribute>
124 <dia:attribute name="border_width">
125 <dia:real val="0.1"/>
126 </dia:attribute>
127 <dia:attribute name="border_color">
128 <dia:color val="#000000"/>
129 </dia:attribute>
130 <dia:attribute name="inner_color">
131 <dia:color val="#ffffff"/>
132 </dia:attribute>
133 <dia:attribute name="line_style">
134 <dia:enum val="0"/>
135 </dia:attribute>
136 </dia:object>
137 </dia:layer>
Daniel Veillard424af391999-08-10 19:10:03 +0000138</dia:diagram>