os/graphics/windowing/windowserver/DES/WSERV2.MDL
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
sl@0
     2
(object Petal
sl@0
     3
    version    	35)
sl@0
     4
sl@0
     5
(object Design "<Top Level>"
sl@0
     6
    is_unit    	TRUE
sl@0
     7
    file_name  	"d:\wserv\des\wserv2.mdl"
sl@0
     8
    is_loaded  	TRUE
sl@0
     9
    defaults   	(object defaults
sl@0
    10
	rightMargin 	0.25
sl@0
    11
	leftMargin 	0.25
sl@0
    12
	topMargin  	0.25
sl@0
    13
	bottomMargin 	0.5
sl@0
    14
	pageOverlap 	0.25
sl@0
    15
	clipIconLabels 	TRUE
sl@0
    16
	autoResize 	FALSE
sl@0
    17
	snapToGrid 	TRUE
sl@0
    18
	gridX      	0
sl@0
    19
	gridY      	0
sl@0
    20
	defaultFont 	(object Font
sl@0
    21
	    size       	10
sl@0
    22
	    face       	"Arial"
sl@0
    23
	    bold       	FALSE
sl@0
    24
	    italics    	FALSE
sl@0
    25
	    underline  	FALSE
sl@0
    26
	    strike     	FALSE
sl@0
    27
	    color      	0
sl@0
    28
	    default_color 	TRUE)
sl@0
    29
	showMessageNum 	3)
sl@0
    30
    root_category 	(object Class_Category "<Top Level>"
sl@0
    31
	exportControl 	"Public"
sl@0
    32
	global     	TRUE
sl@0
    33
	subsystem  	"<Top Level>"
sl@0
    34
	logical_models 	(list unit_reference_list
sl@0
    35
	    (object Class_Category "Server"
sl@0
    36
		visible_categories 	(list visibility_relationship_list
sl@0
    37
		    (object Visibility_Relationship
sl@0
    38
			supplier   	"DebugLog")
sl@0
    39
		    (object Visibility_Relationship
sl@0
    40
			supplier   	"Gdi")
sl@0
    41
		    (object Visibility_Relationship
sl@0
    42
			supplier   	"KeyBoard")
sl@0
    43
		    (object Visibility_Relationship
sl@0
    44
			supplier   	"GdiDevice"))
sl@0
    45
		exportControl 	"Public"
sl@0
    46
		logical_models 	(list unit_reference_list
sl@0
    47
		    (object Class "WsTop"
sl@0
    48
			used_nodes 	(list uses_relationship_list
sl@0
    49
			    (object Uses_Relationship
sl@0
    50
				supplier   	"Gdi Device"
sl@0
    51
				supplier_cardinality 	(value cardinality "1")
sl@0
    52
				client_cardinality 	(value cardinality "1"))
sl@0
    53
			    (object Uses_Relationship
sl@0
    54
				supplier   	"ScreenGdi"
sl@0
    55
				supplier_cardinality 	(value cardinality "1")
sl@0
    56
				client_cardinality 	(value cardinality "1"))
sl@0
    57
			    (object Uses_Relationship
sl@0
    58
				supplier   	"Root Window"
sl@0
    59
				supplier_cardinality 	(value cardinality "1")
sl@0
    60
				client_cardinality 	(value cardinality "1"))
sl@0
    61
			    (object Uses_Relationship
sl@0
    62
				supplier   	"Pointer"
sl@0
    63
				supplier_cardinality 	(value cardinality "1")
sl@0
    64
				client_cardinality 	(value cardinality "1"))
sl@0
    65
			    (object Uses_Relationship
sl@0
    66
				supplier   	"WinDebugLog"
sl@0
    67
				supplier_cardinality 	(value cardinality "1")
sl@0
    68
				client_cardinality 	(value cardinality "1"))
sl@0
    69
			    (object Uses_Relationship
sl@0
    70
				supplier   	"WindowServer"
sl@0
    71
				supplier_cardinality 	(value cardinality "1")
sl@0
    72
				client_cardinality 	(value cardinality "1"))
sl@0
    73
			    (object Uses_Relationship
sl@0
    74
				supplier   	"Periodic"
sl@0
    75
				supplier_cardinality 	(value cardinality "1")
sl@0
    76
				client_cardinality 	(value cardinality "1"))))
sl@0
    77
		    (object Class "ScreenGdiDevice")
sl@0
    78
		    (object Class "ScreenGdi"
sl@0
    79
			collaborators 	(list association_list
sl@0
    80
			    (object Association
sl@0
    81
				supplier   	"Gdi Device")))
sl@0
    82
		    (object Class "Pointer"
sl@0
    83
			collaborators 	(list association_list
sl@0
    84
			    (object Association
sl@0
    85
				label      	"Current window"
sl@0
    86
				supplier   	"Window"
sl@0
    87
				supplier_cardinality 	(value cardinality "1")
sl@0
    88
				client_cardinality 	(value cardinality "0..1"))
sl@0
    89
			    (object Association
sl@0
    90
				label      	"Grab window"
sl@0
    91
				supplier   	"Window"
sl@0
    92
				supplier_cardinality 	(value cardinality "1")
sl@0
    93
				client_cardinality 	(value cardinality "0..1"))))
sl@0
    94
		    (object Class "WinDebugLog")
sl@0
    95
		    (object Class "WindowServer"
sl@0
    96
			used_nodes 	(list uses_relationship_list
sl@0
    97
			    (object Uses_Relationship
sl@0
    98
				supplier   	"Session"
sl@0
    99
				supplier_cardinality 	(value cardinality "0..n")
sl@0
   100
				client_cardinality 	(value cardinality "1"))))
sl@0
   101
		    (object Class "Periodic")
sl@0
   102
		    (object Class "Session"
sl@0
   103
			used_nodes 	(list uses_relationship_list
sl@0
   104
			    (object Uses_Relationship
sl@0
   105
				supplier   	"Drawable"
sl@0
   106
				supplier_cardinality 	(value cardinality "0..n")
sl@0
   107
				client_cardinality 	(value cardinality "1"))
sl@0
   108
			    (object Uses_Relationship
sl@0
   109
				supplier   	"Gc"
sl@0
   110
				supplier_cardinality 	(value cardinality "0..n")
sl@0
   111
				client_cardinality 	(value cardinality "1"))
sl@0
   112
			    (object Uses_Relationship
sl@0
   113
				supplier   	"Text Cursor"
sl@0
   114
				supplier_cardinality 	(value cardinality "1")
sl@0
   115
				client_cardinality 	(value cardinality "1"))
sl@0
   116
			    (object Uses_Relationship
sl@0
   117
				supplier   	"Event Queue"
sl@0
   118
				supplier_cardinality 	(value cardinality "1")
sl@0
   119
				client_cardinality 	(value cardinality "1"))))
sl@0
   120
		    (object Class "WindowBase"
sl@0
   121
			superclasses 	(list inheritance_relationship_list
sl@0
   122
			    (object Inheritance_Relationship
sl@0
   123
				supplier   	"Drawable")))
sl@0
   124
		    (object Class "Gc")
sl@0
   125
		    (object Class "Drawable")
sl@0
   126
		    (object Class "Group Window"
sl@0
   127
			superclasses 	(list inheritance_relationship_list
sl@0
   128
			    (object Inheritance_Relationship
sl@0
   129
				supplier   	"WindowBase")))
sl@0
   130
		    (object Class "Window"
sl@0
   131
			superclasses 	(list inheritance_relationship_list
sl@0
   132
			    (object Inheritance_Relationship
sl@0
   133
				supplier   	"WindowBase")))
sl@0
   134
		    (object Class "Root Window"
sl@0
   135
			superclasses 	(list inheritance_relationship_list
sl@0
   136
			    (object Inheritance_Relationship
sl@0
   137
				supplier   	"Window")))
sl@0
   138
		    (object Class "Client Window"
sl@0
   139
			superclasses 	(list inheritance_relationship_list
sl@0
   140
			    (object Inheritance_Relationship
sl@0
   141
				supplier   	"Window")))
sl@0
   142
		    (object Class "Text Cursor"
sl@0
   143
			collaborators 	(list association_list
sl@0
   144
			    (object Association
sl@0
   145
				supplier   	"Window"
sl@0
   146
				supplier_cardinality 	(value cardinality "0..1")
sl@0
   147
				client_cardinality 	(value cardinality "0..1"))))
sl@0
   148
		    (object Class "Event Queue"))
sl@0
   149
		logical_presentations 	(list unit_reference_list
sl@0
   150
		    (object ClassDiagram "Main"
sl@0
   151
			title      	"Main"
sl@0
   152
			zoom       	100
sl@0
   153
			max_height 	28350
sl@0
   154
			max_width  	21600
sl@0
   155
			origin_x   	0
sl@0
   156
			origin_y   	800
sl@0
   157
			items      	(list diagram_item_list
sl@0
   158
			    (object ClassView "Class" "WsTop" @1
sl@0
   159
				location   	(1515, 632)
sl@0
   160
				label      	(object ItemLabel
sl@0
   161
				    location   	(1411, 548)
sl@0
   162
				    nlines     	2
sl@0
   163
				    max_width  	240
sl@0
   164
				    justify    	0
sl@0
   165
				    label      	"WsTop")
sl@0
   166
				annotation 	8)
sl@0
   167
			    (object ClassView "Class" "Gdi Device" @2
sl@0
   168
				location   	(2237, 514)
sl@0
   169
				label      	(object ItemLabel
sl@0
   170
				    location   	(2133, 430)
sl@0
   171
				    nlines     	2
sl@0
   172
				    max_width  	240
sl@0
   173
				    justify    	0
sl@0
   174
				    label      	"Gdi Device")
sl@0
   175
				annotation 	8)
sl@0
   176
			    (object ClassView "Class" "ScreenGdi" @3
sl@0
   177
				location   	(2268, 876)
sl@0
   178
				label      	(object ItemLabel
sl@0
   179
				    location   	(2164, 792)
sl@0
   180
				    nlines     	2
sl@0
   181
				    max_width  	240
sl@0
   182
				    justify    	0
sl@0
   183
				    label      	"ScreenGdi")
sl@0
   184
				annotation 	8)
sl@0
   185
			    (object ClassView "Class" "Pointer" @4
sl@0
   186
				location   	(1828, 1132)
sl@0
   187
				label      	(object ItemLabel
sl@0
   188
				    location   	(1724, 1048)
sl@0
   189
				    nlines     	2
sl@0
   190
				    max_width  	240
sl@0
   191
				    justify    	0
sl@0
   192
				    label      	"Pointer")
sl@0
   193
				annotation 	8)
sl@0
   194
			    (object ClassView "Class" "WinDebugLog" @5
sl@0
   195
				location   	(706, 713)
sl@0
   196
				label      	(object ItemLabel
sl@0
   197
				    location   	(602, 629)
sl@0
   198
				    nlines     	2
sl@0
   199
				    max_width  	240
sl@0
   200
				    justify    	0
sl@0
   201
				    label      	"WinDebugLog")
sl@0
   202
				annotation 	8)
sl@0
   203
			    (object ClassView "Class" "WindowServer" @6
sl@0
   204
				location   	(1265, 1078)
sl@0
   205
				label      	(object ItemLabel
sl@0
   206
				    location   	(1161, 994)
sl@0
   207
				    nlines     	2
sl@0
   208
				    max_width  	240
sl@0
   209
				    justify    	0
sl@0
   210
				    label      	"WindowServer")
sl@0
   211
				annotation 	8)
sl@0
   212
			    (object ClassView "Class" "Periodic" @7
sl@0
   213
				location   	(787, 1076)
sl@0
   214
				label      	(object ItemLabel
sl@0
   215
				    location   	(683, 992)
sl@0
   216
				    nlines     	2
sl@0
   217
				    max_width  	240
sl@0
   218
				    justify    	0
sl@0
   219
				    label      	"Periodic")
sl@0
   220
				annotation 	8)
sl@0
   221
			    (object ClassView "Class" "Session" @8
sl@0
   222
				location   	(1147, 1474)
sl@0
   223
				label      	(object ItemLabel
sl@0
   224
				    location   	(1043, 1390)
sl@0
   225
				    nlines     	2
sl@0
   226
				    max_width  	240
sl@0
   227
				    justify    	0
sl@0
   228
				    label      	"Session")
sl@0
   229
				annotation 	8)
sl@0
   230
			    (object UsesView ""
sl@0
   231
				client     	@6
sl@0
   232
				supplier   	@8)
sl@0
   233
			    (object AssociationView ""
sl@0
   234
				client     	@3
sl@0
   235
				supplier   	@2)
sl@0
   236
			    (object ClassView "Class" "WindowBase" @9
sl@0
   237
				location   	(1806, 2201)
sl@0
   238
				label      	(object ItemLabel
sl@0
   239
				    location   	(1702, 2117)
sl@0
   240
				    nlines     	2
sl@0
   241
				    max_width  	240
sl@0
   242
				    justify    	0
sl@0
   243
				    label      	"WindowBase")
sl@0
   244
				annotation 	8)
sl@0
   245
			    (object ClassView "Class" "Gc" @10
sl@0
   246
				location   	(353, 1663)
sl@0
   247
				label      	(object ItemLabel
sl@0
   248
				    location   	(249, 1579)
sl@0
   249
				    nlines     	2
sl@0
   250
				    max_width  	240
sl@0
   251
				    justify    	0
sl@0
   252
				    label      	"Gc")
sl@0
   253
				annotation 	8)
sl@0
   254
			    (object ClassView "Class" "Drawable" @11
sl@0
   255
				location   	(1515, 1880)
sl@0
   256
				label      	(object ItemLabel
sl@0
   257
				    location   	(1411, 1796)
sl@0
   258
				    nlines     	2
sl@0
   259
				    max_width  	240
sl@0
   260
				    justify    	0
sl@0
   261
				    label      	"Drawable")
sl@0
   262
				annotation 	8)
sl@0
   263
			    (object InheritView ""
sl@0
   264
				client     	@9
sl@0
   265
				supplier   	@11)
sl@0
   266
			    (object UsesView ""
sl@0
   267
				client     	@8
sl@0
   268
				supplier   	@11)
sl@0
   269
			    (object UsesView ""
sl@0
   270
				client     	@8
sl@0
   271
				supplier   	@10)
sl@0
   272
			    (object ClassView "Class" "Group Window" @12
sl@0
   273
				location   	(1512, 2477)
sl@0
   274
				label      	(object ItemLabel
sl@0
   275
				    location   	(1408, 2393)
sl@0
   276
				    nlines     	2
sl@0
   277
				    max_width  	240
sl@0
   278
				    justify    	0
sl@0
   279
				    label      	"Group Window")
sl@0
   280
				annotation 	8)
sl@0
   281
			    (object ClassView "Class" "Window" @13
sl@0
   282
				location   	(1981, 2499)
sl@0
   283
				label      	(object ItemLabel
sl@0
   284
				    location   	(1877, 2415)
sl@0
   285
				    nlines     	2
sl@0
   286
				    max_width  	240
sl@0
   287
				    justify    	0
sl@0
   288
				    label      	"Window")
sl@0
   289
				annotation 	8)
sl@0
   290
			    (object ClassView "Class" "Root Window" @14
sl@0
   291
				location   	(2293, 2904)
sl@0
   292
				label      	(object ItemLabel
sl@0
   293
				    location   	(2189, 2820)
sl@0
   294
				    nlines     	2
sl@0
   295
				    max_width  	240
sl@0
   296
				    justify    	0
sl@0
   297
				    label      	"Root Window")
sl@0
   298
				annotation 	8)
sl@0
   299
			    (object ClassView "Class" "Client Window" @15
sl@0
   300
				location   	(1775, 2922)
sl@0
   301
				label      	(object ItemLabel
sl@0
   302
				    location   	(1671, 2838)
sl@0
   303
				    nlines     	2
sl@0
   304
				    max_width  	240
sl@0
   305
				    justify    	0
sl@0
   306
				    label      	"Client Window")
sl@0
   307
				annotation 	8)
sl@0
   308
			    (object InheritView ""
sl@0
   309
				client     	@13
sl@0
   310
				supplier   	@9)
sl@0
   311
			    (object InheritView ""
sl@0
   312
				client     	@12
sl@0
   313
				supplier   	@9)
sl@0
   314
			    (object InheritView ""
sl@0
   315
				client     	@15
sl@0
   316
				supplier   	@13)
sl@0
   317
			    (object InheritView ""
sl@0
   318
				client     	@14
sl@0
   319
				supplier   	@13)
sl@0
   320
			    (object AssociationView "Current window"
sl@0
   321
				label      	(object ItemLabel
sl@0
   322
				    location   	(1993, 1802)
sl@0
   323
				    anchor_loc 	1
sl@0
   324
				    nlines     	1
sl@0
   325
				    max_width  	450
sl@0
   326
				    justify    	0
sl@0
   327
				    label      	"Current window")
sl@0
   328
				client     	@4
sl@0
   329
				supplier   	@13
sl@0
   330
				vertices   	(list Points
sl@0
   331
				    (1862, 1224)
sl@0
   332
				    (1962, 1487)
sl@0
   333
				    (2018, 2050)
sl@0
   334
				    (1988, 2397)))
sl@0
   335
			    (object AssociationView "Grab window"
sl@0
   336
				label      	(object ItemLabel
sl@0
   337
				    location   	(2158, 1751)
sl@0
   338
				    anchor_loc 	1
sl@0
   339
				    nlines     	1
sl@0
   340
				    max_width  	450
sl@0
   341
				    justify    	0
sl@0
   342
				    label      	"Grab window")
sl@0
   343
				client     	@4
sl@0
   344
				supplier   	@13
sl@0
   345
				vertices   	(list Points
sl@0
   346
				    (1897, 1207)
sl@0
   347
				    (2153, 1481)
sl@0
   348
				    (2162, 1956)
sl@0
   349
				    (2022, 2375)))
sl@0
   350
			    (object UsesView ""
sl@0
   351
				client     	@1
sl@0
   352
				supplier   	@2)
sl@0
   353
			    (object UsesView ""
sl@0
   354
				client     	@1
sl@0
   355
				supplier   	@3)
sl@0
   356
			    (object UsesView ""
sl@0
   357
				client     	@1
sl@0
   358
				supplier   	@14
sl@0
   359
				vertices   	(list Points
sl@0
   360
				    (1627, 715)
sl@0
   361
				    (2318, 1231)
sl@0
   362
				    (2293, 2804)))
sl@0
   363
			    (object UsesView ""
sl@0
   364
				client     	@1
sl@0
   365
				supplier   	@4)
sl@0
   366
			    (object UsesView ""
sl@0
   367
				client     	@1
sl@0
   368
				supplier   	@5)
sl@0
   369
			    (object UsesView ""
sl@0
   370
				client     	@1
sl@0
   371
				supplier   	@6)
sl@0
   372
			    (object UsesView ""
sl@0
   373
				client     	@1
sl@0
   374
				supplier   	@7)
sl@0
   375
			    (object ClassView "Class" "Text Cursor" @16
sl@0
   376
				location   	(906, 2822)
sl@0
   377
				label      	(object ItemLabel
sl@0
   378
				    location   	(802, 2738)
sl@0
   379
				    nlines     	2
sl@0
   380
				    max_width  	240
sl@0
   381
				    justify    	0
sl@0
   382
				    label      	"Text Cursor")
sl@0
   383
				annotation 	8)
sl@0
   384
			    (object UsesView ""
sl@0
   385
				client     	@8
sl@0
   386
				supplier   	@16)
sl@0
   387
			    (object AssociationView ""
sl@0
   388
				client     	@16
sl@0
   389
				supplier   	@13)
sl@0
   390
			    (object ClassView "Class" "Event Queue" @17
sl@0
   391
				location   	(340, 2037)
sl@0
   392
				label      	(object ItemLabel
sl@0
   393
				    location   	(236, 1953)
sl@0
   394
				    nlines     	2
sl@0
   395
				    max_width  	240
sl@0
   396
				    justify    	0
sl@0
   397
				    label      	"Event Queue")
sl@0
   398
				annotation 	8)
sl@0
   399
			    (object UsesView ""
sl@0
   400
				client     	@8
sl@0
   401
				supplier   	@17)))))
sl@0
   402
	    (object Class_Category "DebugLog"
sl@0
   403
		exportControl 	"Public"
sl@0
   404
		logical_models 	(list unit_reference_list)
sl@0
   405
		logical_presentations 	(list unit_reference_list))
sl@0
   406
	    (object Class_Category "KeyBoard"
sl@0
   407
		exportControl 	"Public"
sl@0
   408
		logical_models 	(list unit_reference_list)
sl@0
   409
		logical_presentations 	(list unit_reference_list))
sl@0
   410
	    (object Class_Category "Gdi"
sl@0
   411
		exportControl 	"Public"
sl@0
   412
		logical_models 	(list unit_reference_list
sl@0
   413
		    (object Class "Gdi Device"))
sl@0
   414
		logical_presentations 	(list unit_reference_list
sl@0
   415
		    (object ClassDiagram "Main"
sl@0
   416
			title      	"Main"
sl@0
   417
			zoom       	100
sl@0
   418
			max_height 	28350
sl@0
   419
			max_width  	21600
sl@0
   420
			origin_x   	0
sl@0
   421
			origin_y   	0
sl@0
   422
			items      	(list diagram_item_list
sl@0
   423
			    (object ClassView "Class" "Gdi Device" @18
sl@0
   424
				location   	(756, 766)
sl@0
   425
				label      	(object ItemLabel
sl@0
   426
				    location   	(652, 682)
sl@0
   427
				    nlines     	2
sl@0
   428
				    max_width  	240
sl@0
   429
				    justify    	0
sl@0
   430
				    label      	"Gdi Device")
sl@0
   431
				annotation 	8))))))
sl@0
   432
	logical_presentations 	(list unit_reference_list
sl@0
   433
	    (object ClassDiagram "Main"
sl@0
   434
		title      	"Main"
sl@0
   435
		zoom       	100
sl@0
   436
		max_height 	28350
sl@0
   437
		max_width  	21600
sl@0
   438
		origin_x   	0
sl@0
   439
		origin_y   	0
sl@0
   440
		items      	(list diagram_item_list
sl@0
   441
		    (object CategoryView "Server" @19
sl@0
   442
			location   	(1022, 187)
sl@0
   443
			label      	(object ItemLabel
sl@0
   444
			    location   	(878, 103)
sl@0
   445
			    nlines     	2
sl@0
   446
			    max_width  	288
sl@0
   447
			    justify    	0
sl@0
   448
			    label      	"Server")
sl@0
   449
			width      	300
sl@0
   450
			height     	180)
sl@0
   451
		    (object CategoryView "DebugLog" @20
sl@0
   452
			location   	(538, 593)
sl@0
   453
			label      	(object ItemLabel
sl@0
   454
			    location   	(394, 509)
sl@0
   455
			    nlines     	2
sl@0
   456
			    max_width  	288
sl@0
   457
			    justify    	0
sl@0
   458
			    label      	"DebugLog")
sl@0
   459
			width      	300
sl@0
   460
			height     	180)
sl@0
   461
		    (object CategoryView "KeyBoard" @21
sl@0
   462
			location   	(1688, 593)
sl@0
   463
			label      	(object ItemLabel
sl@0
   464
			    location   	(1544, 509)
sl@0
   465
			    nlines     	2
sl@0
   466
			    max_width  	288
sl@0
   467
			    justify    	0
sl@0
   468
			    label      	"KeyBoard")
sl@0
   469
			width      	300
sl@0
   470
			height     	180)
sl@0
   471
		    (object CategoryView "Gdi" @22
sl@0
   472
			location   	(919, 587)
sl@0
   473
			label      	(object ItemLabel
sl@0
   474
			    location   	(775, 503)
sl@0
   475
			    nlines     	2
sl@0
   476
			    max_width  	288
sl@0
   477
			    justify    	0
sl@0
   478
			    label      	"Gdi")
sl@0
   479
			width      	300
sl@0
   480
			height     	180)
sl@0
   481
		    (object ImportView ""
sl@0
   482
			client     	@19
sl@0
   483
			supplier   	@20)
sl@0
   484
		    (object ImportView ""
sl@0
   485
			client     	@19
sl@0
   486
			supplier   	@22)
sl@0
   487
		    (object ImportView ""
sl@0
   488
			client     	@19
sl@0
   489
			supplier   	@21)))))
sl@0
   490
    root_subsystem 	(object SubSystem "<Top Level>"
sl@0
   491
	physical_models 	(list unit_reference_list)
sl@0
   492
	physical_presentations 	(list unit_reference_list
sl@0
   493
	    (object Module_Diagram "Main"
sl@0
   494
		title      	"Main"
sl@0
   495
		zoom       	100
sl@0
   496
		max_height 	28350
sl@0
   497
		max_width  	21600
sl@0
   498
		origin_x   	0
sl@0
   499
		origin_y   	0
sl@0
   500
		items      	(list diagram_item_list))))
sl@0
   501
    process_structure 	(object Processes
sl@0
   502
	ProcsNDevs 	(list
sl@0
   503
	    (object Process_Diagram ""
sl@0
   504
		title      	""
sl@0
   505
		zoom       	100
sl@0
   506
		max_height 	28350
sl@0
   507
		max_width  	21600
sl@0
   508
		origin_x   	0
sl@0
   509
		origin_y   	0
sl@0
   510
		items      	(list diagram_item_list))))
sl@0
   511
    properties 	(object Properties))