crypto/weakcrypto/docs/symmetric_classes.mdl
changeset 0 2c201484c85f
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     1 
       
     2 (object Petal
       
     3     version    	40)
       
     4 
       
     5 (object Design "Logical View"
       
     6     is_unit    	TRUE
       
     7     is_loaded  	TRUE
       
     8     file_name  	"\\personal\\crypto\\docs\\symmetric_classes.mdl"
       
     9     quid       	"3DDD109501CB"
       
    10     defaults   	(object defaults
       
    11 	rightMargin 	0.250000
       
    12 	leftMargin 	0.250000
       
    13 	topMargin  	0.250000
       
    14 	bottomMargin 	0.500000
       
    15 	pageOverlap 	0.250000
       
    16 	clipIconLabels 	TRUE
       
    17 	autoResize 	TRUE
       
    18 	snapToGrid 	FALSE
       
    19 	gridX      	16
       
    20 	gridY      	16
       
    21 	defaultFont 	(object Font
       
    22 	    size       	9
       
    23 	    face       	"helvetica"
       
    24 	    bold       	FALSE
       
    25 	    italics    	FALSE
       
    26 	    underline  	FALSE
       
    27 	    strike     	FALSE
       
    28 	    color      	0
       
    29 	    default_color 	TRUE)
       
    30 	showMessageNum 	1
       
    31 	showClassOfObject 	TRUE
       
    32 	notation   	"Unified")
       
    33     root_usecase_package 	(object Class_Category "Use Case View"
       
    34 	quid       	"3DDCAD000089"
       
    35 	exportControl 	"Public"
       
    36 	global     	TRUE
       
    37 	logical_models 	(list unit_reference_list)
       
    38 	logical_presentations 	(list unit_reference_list
       
    39 	    (object UseCaseDiagram "Main"
       
    40 		quid       	"3DDCAD01012B"
       
    41 		title      	"Main"
       
    42 		zoom       	100
       
    43 		max_height 	28350
       
    44 		max_width  	21600
       
    45 		origin_x   	0
       
    46 		origin_y   	0
       
    47 		items      	(list diagram_item_list))))
       
    48     root_category 	(object Class_Category "Logical View"
       
    49 	quid       	"3DDCAD000080"
       
    50 	exportControl 	"Public"
       
    51 	global     	TRUE
       
    52 	subsystem  	"Component View"
       
    53 	quidu      	"3DDCAD00008A"
       
    54 	logical_models 	(list unit_reference_list
       
    55 	    (object Class "MSymmetricCipher"
       
    56 		quid       	"3DDCAD1900AD"
       
    57 		abstract   	TRUE
       
    58 		operations 	(list Operations
       
    59 		    (object Operation "ProcessL"
       
    60 			quid       	"3DDCADA7006B"
       
    61 			parameters 	(list Parameters
       
    62 			    (object Parameter "aInput"
       
    63 				type       	"const TDesC8&")
       
    64 			    (object Parameter "aOutput"
       
    65 				type       	"TDes8"))
       
    66 			concurrency 	"Sequential"
       
    67 			opExportControl 	"Public"
       
    68 			uid        	0)
       
    69 		    (object Operation "ProcessFinalL"
       
    70 			quid       	"3DDCADC803A7"
       
    71 			parameters 	(list Parameters
       
    72 			    (object Parameter "aInput"
       
    73 				type       	"const TDesC8&")
       
    74 			    (object Parameter "aOutput"
       
    75 				type       	"TDes8&"))
       
    76 			concurrency 	"Sequential"
       
    77 			opExportControl 	"Public"
       
    78 			uid        	0)
       
    79 		    (object Operation "MaxOutputTextLength"
       
    80 			quid       	"3DDCADE30161"
       
    81 			parameters 	(list Parameters
       
    82 			    (object Parameter "aInputLength"
       
    83 				type       	"TInt"))
       
    84 			concurrency 	"Sequential"
       
    85 			opExportControl 	"Public"
       
    86 			uid        	0)
       
    87 		    (object Operation "MaxFinalOutputTextLength"
       
    88 			quid       	"3DDCADF10338"
       
    89 			parameters 	(list Parameters
       
    90 			    (object Parameter "aInputLength"
       
    91 				type       	"TInt"))
       
    92 			concurrency 	"Sequential"
       
    93 			opExportControl 	"Public"
       
    94 			uid        	0)
       
    95 		    (object Operation "Reset"
       
    96 			quid       	"3DDCAE16027D"
       
    97 			concurrency 	"Sequential"
       
    98 			opExportControl 	"Public"
       
    99 			uid        	0)
       
   100 		    (object Operation "BlockSize"
       
   101 			quid       	"3DDCAE350097"
       
   102 			result     	"TInt"
       
   103 			concurrency 	"Sequential"
       
   104 			opExportControl 	"Public"
       
   105 			uid        	0)
       
   106 		    (object Operation "KeySize"
       
   107 			quid       	"3DDCAE3C0065"
       
   108 			result     	"TInt"
       
   109 			concurrency 	"Sequential"
       
   110 			opExportControl 	"Public"
       
   111 			uid        	0)))
       
   112 	    (object Class "CBufferedTransformation"
       
   113 		quid       	"3DDCB09502C2"
       
   114 		superclasses 	(list inheritance_relationship_list
       
   115 		    (object Inheritance_Relationship
       
   116 			quid       	"3DDCB7FB0211"
       
   117 			supplier   	"MSymmetricCipher"
       
   118 			quidu      	"3DDCAD1900AD"))
       
   119 		abstract   	TRUE
       
   120 		operations 	(list Operations
       
   121 		    (object Operation "ProcessL"
       
   122 			quid       	"3DDCB0B8027C"
       
   123 			concurrency 	"Sequential"
       
   124 			opExportControl 	"Public"
       
   125 			uid        	0)
       
   126 		    (object Operation "MaxOutputTextLength"
       
   127 			quid       	"3DDCB0BF02AE"
       
   128 			concurrency 	"Sequential"
       
   129 			opExportControl 	"Public"
       
   130 			uid        	0)
       
   131 		    (object Operation "Reset"
       
   132 			quid       	"3DDCB0C900E6"
       
   133 			concurrency 	"Sequential"
       
   134 			opExportControl 	"Public"
       
   135 			uid        	0)
       
   136 		    (object Operation "BlockSize"
       
   137 			quid       	"3DDCB0D80160"
       
   138 			concurrency 	"Sequential"
       
   139 			opExportControl 	"Public"
       
   140 			uid        	0)
       
   141 		    (object Operation "KeySize"
       
   142 			quid       	"3DDCB0DE019A"
       
   143 			concurrency 	"Sequential"
       
   144 			opExportControl 	"Public"
       
   145 			uid        	0)))
       
   146 	    (object Class "CBufferedEncryptor"
       
   147 		quid       	"3DDCB143000F"
       
   148 		superclasses 	(list inheritance_relationship_list
       
   149 		    (object Inheritance_Relationship
       
   150 			quid       	"3DDCB6B8031B"
       
   151 			supplier   	"CBufferedTransformation"
       
   152 			quidu      	"3DDCB09502C2"))
       
   153 		operations 	(list Operations
       
   154 		    (object Operation "ProcessFinalL"
       
   155 			quid       	"3DDCB152026A"
       
   156 			concurrency 	"Sequential"
       
   157 			opExportControl 	"Public"
       
   158 			uid        	0)
       
   159 		    (object Operation "MaxFinalOutputTextLength"
       
   160 			quid       	"3DDCB1590396"
       
   161 			concurrency 	"Sequential"
       
   162 			opExportControl 	"Public"
       
   163 			uid        	0)))
       
   164 	    (object Class "CBufferedDecryptor"
       
   165 		quid       	"3DDCB16E03C8"
       
   166 		superclasses 	(list inheritance_relationship_list
       
   167 		    (object Inheritance_Relationship
       
   168 			quid       	"3DDCB6BC00AA"
       
   169 			supplier   	"CBufferedTransformation"
       
   170 			quidu      	"3DDCB09502C2"))
       
   171 		operations 	(list Operations
       
   172 		    (object Operation "ProcessFinalL"
       
   173 			quid       	"3DDCB1770245"
       
   174 			concurrency 	"Sequential"
       
   175 			opExportControl 	"Public"
       
   176 			uid        	0)
       
   177 		    (object Operation "MaxFinalOutputTextLength"
       
   178 			quid       	"3DDCB17D0366"
       
   179 			concurrency 	"Sequential"
       
   180 			opExportControl 	"Public"
       
   181 			uid        	0)))
       
   182 	    (object Class "CBlockTransformation"
       
   183 		quid       	"3DDCB1C000C3"
       
   184 		abstract   	TRUE
       
   185 		operations 	(list Operations
       
   186 		    (object Operation "Transform"
       
   187 			quid       	"3DDCB1DC0132"
       
   188 			parameters 	(list Parameters
       
   189 			    (object Parameter "aBlock"
       
   190 				type       	"TDes8&"))
       
   191 			concurrency 	"Sequential"
       
   192 			opExportControl 	"Public"
       
   193 			uid        	0)
       
   194 		    (object Operation "Reset"
       
   195 			quid       	"3DDCB21000F0"
       
   196 			concurrency 	"Sequential"
       
   197 			opExportControl 	"Public"
       
   198 			uid        	0)
       
   199 		    (object Operation "BlockSize"
       
   200 			quid       	"3DDCB2150332"
       
   201 			result     	"TInt"
       
   202 			concurrency 	"Sequential"
       
   203 			opExportControl 	"Public"
       
   204 			uid        	0)
       
   205 		    (object Operation "KeySize"
       
   206 			quid       	"3DDCB2210311"
       
   207 			result     	"TInt"
       
   208 			concurrency 	"Sequential"
       
   209 			opExportControl 	"Public"
       
   210 			uid        	0)))
       
   211 	    (object Class "CBlockChainingMode"
       
   212 		quid       	"3DDCB2C9002E"
       
   213 		superclasses 	(list inheritance_relationship_list
       
   214 		    (object Inheritance_Relationship
       
   215 			quid       	"3DDCB61101A8"
       
   216 			supplier   	"CBlockTransformation"
       
   217 			quidu      	"3DDCB1C000C3"))
       
   218 		abstract   	TRUE
       
   219 		operations 	(list Operations
       
   220 		    (object Operation "Reset"
       
   221 			quid       	"3DDCB2DC0234"
       
   222 			concurrency 	"Sequential"
       
   223 			opExportControl 	"Public"
       
   224 			uid        	0)
       
   225 		    (object Operation "BlockSize"
       
   226 			quid       	"3DDCB2E00009"
       
   227 			result     	"TInt"
       
   228 			concurrency 	"Sequential"
       
   229 			opExportControl 	"Public"
       
   230 			uid        	0)
       
   231 		    (object Operation "KeySize"
       
   232 			quid       	"3DDCB2E701FE"
       
   233 			result     	"TInt"
       
   234 			concurrency 	"Sequential"
       
   235 			opExportControl 	"Public"
       
   236 			uid        	0)))
       
   237 	    (object Class "CRC2"
       
   238 		quid       	"3DDCB36C0078"
       
   239 		superclasses 	(list inheritance_relationship_list
       
   240 		    (object Inheritance_Relationship
       
   241 			quid       	"3DDCB615014A"
       
   242 			supplier   	"CBlockTransformation"
       
   243 			quidu      	"3DDCB1C000C3"))
       
   244 		abstract   	TRUE
       
   245 		operations 	(list Operations
       
   246 		    (object Operation "Reset"
       
   247 			quid       	"3DDCB3B303D8"
       
   248 			concurrency 	"Sequential"
       
   249 			opExportControl 	"Public"
       
   250 			uid        	0)
       
   251 		    (object Operation "BlockSize"
       
   252 			quid       	"3DDCB3B802BD"
       
   253 			result     	"TInt"
       
   254 			concurrency 	"Sequential"
       
   255 			opExportControl 	"Public"
       
   256 			uid        	0)
       
   257 		    (object Operation "KeySize"
       
   258 			quid       	"3DDCB3C800AD"
       
   259 			result     	"TInt"
       
   260 			concurrency 	"Sequential"
       
   261 			opExportControl 	"Public"
       
   262 			uid        	0)))
       
   263 	    (object Class "CModeCBCEncryptor"
       
   264 		quid       	"3DDCB6D5029B"
       
   265 		superclasses 	(list inheritance_relationship_list
       
   266 		    (object Inheritance_Relationship
       
   267 			quid       	"3DDCB9970250"
       
   268 			supplier   	"CBlockChainingMode"
       
   269 			quidu      	"3DDCB2C9002E"))
       
   270 		operations 	(list Operations
       
   271 		    (object Operation "Transform"
       
   272 			quid       	"3DDCB6F102FF"
       
   273 			concurrency 	"Sequential"
       
   274 			opExportControl 	"Public"
       
   275 			uid        	0)))
       
   276 	    (object Class "CModeCBCDecryptor"
       
   277 		quid       	"3DDCB72C010F"
       
   278 		superclasses 	(list inheritance_relationship_list
       
   279 		    (object Inheritance_Relationship
       
   280 			quid       	"3DDCB9A60388"
       
   281 			supplier   	"CBlockChainingMode"
       
   282 			quidu      	"3DDCB2C9002E"))
       
   283 		operations 	(list Operations
       
   284 		    (object Operation "Transform"
       
   285 			quid       	"3DDCB738017A"
       
   286 			concurrency 	"Sequential"
       
   287 			opExportControl 	"Public"
       
   288 			uid        	0)))
       
   289 	    (object Class "MStreamCipher"
       
   290 		quid       	"3DDCB7510068"
       
   291 		superclasses 	(list inheritance_relationship_list
       
   292 		    (object Inheritance_Relationship
       
   293 			quid       	"3DDCB7FE00FD"
       
   294 			supplier   	"MSymmetricCipher"
       
   295 			quidu      	"3DDCAD1900AD"))
       
   296 		abstract   	TRUE
       
   297 		operations 	(list Operations
       
   298 		    (object Operation "ProcessL"
       
   299 			quid       	"3DDCB76103B4"
       
   300 			concurrency 	"Sequential"
       
   301 			opExportControl 	"Public"
       
   302 			uid        	0)
       
   303 		    (object Operation "ProcessFinalL"
       
   304 			quid       	"3DDCB76A0172"
       
   305 			concurrency 	"Sequential"
       
   306 			opExportControl 	"Public"
       
   307 			uid        	0)
       
   308 		    (object Operation "BlockSize"
       
   309 			quid       	"3DDCB779019C"
       
   310 			concurrency 	"Sequential"
       
   311 			opExportControl 	"Public"
       
   312 			uid        	0)
       
   313 		    (object Operation "DoTransform"
       
   314 			quid       	"3DDCB77F0259"
       
   315 			concurrency 	"Sequential"
       
   316 			opExportControl 	"Protected"
       
   317 			uid        	0)))
       
   318 	    (object Class "TARC4"
       
   319 		quid       	"3DDCBAF200F0"
       
   320 		superclasses 	(list inheritance_relationship_list
       
   321 		    (object Inheritance_Relationship
       
   322 			quid       	"3DDCBC890272"
       
   323 			supplier   	"MStreamCipher"
       
   324 			quidu      	"3DDCB7510068")
       
   325 		    (object Inheritance_Relationship
       
   326 			quid       	"3DDCBC980273"
       
   327 			supplier   	"MRandom"
       
   328 			quidu      	"3DDCBB960236"))
       
   329 		operations 	(list Operations
       
   330 		    (object Operation "MaxOutputTextLength"
       
   331 			quid       	"3DDCBB0900C1"
       
   332 			concurrency 	"Sequential"
       
   333 			opExportControl 	"Public"
       
   334 			uid        	0)
       
   335 		    (object Operation "MaxFinalOutputTextLength"
       
   336 			quid       	"3DDCBB1000AD"
       
   337 			concurrency 	"Sequential"
       
   338 			opExportControl 	"Public"
       
   339 			uid        	0)
       
   340 		    (object Operation "Reset"
       
   341 			quid       	"3DDCBB1F0159"
       
   342 			concurrency 	"Sequential"
       
   343 			opExportControl 	"Public"
       
   344 			uid        	0)
       
   345 		    (object Operation "KeySize"
       
   346 			quid       	"3DDCBB2303A4"
       
   347 			concurrency 	"Sequential"
       
   348 			opExportControl 	"Public"
       
   349 			uid        	0)
       
   350 		    (object Operation "GenerateBytes"
       
   351 			quid       	"3DDCBB2901EA"
       
   352 			concurrency 	"Sequential"
       
   353 			opExportControl 	"Public"
       
   354 			uid        	0)
       
   355 		    (object Operation "DoTransform"
       
   356 			quid       	"3DDCBAFF0366"
       
   357 			concurrency 	"Sequential"
       
   358 			opExportControl 	"Protected"
       
   359 			uid        	0)
       
   360 		    (object Operation "SetKey"
       
   361 			quid       	"3DDCBB4402C5"
       
   362 			concurrency 	"Sequential"
       
   363 			opExportControl 	"Private"
       
   364 			uid        	0)))
       
   365 	    (object Class "MRandom"
       
   366 		quid       	"3DDCBB960236"
       
   367 		abstract   	TRUE
       
   368 		operations 	(list Operations
       
   369 		    (object Operation "GenerateBytes"
       
   370 			quid       	"3DDCBB9F0398"
       
   371 			parameters 	(list Parameters
       
   372 			    (object Parameter "aOutput"
       
   373 				type       	"TDes8&"))
       
   374 			result     	"void"
       
   375 			concurrency 	"Sequential"
       
   376 			opExportControl 	"Public"
       
   377 			uid        	0)))
       
   378 	    (object Class "TPadding"
       
   379 		quid       	"3DDD0CBD0389"
       
   380 		abstract   	TRUE
       
   381 		operations 	(list Operations
       
   382 		    (object Operation "Pad"
       
   383 			quid       	"3DDD0CC60396"
       
   384 			concurrency 	"Sequential"
       
   385 			opExportControl 	"Public"
       
   386 			uid        	0)
       
   387 		    (object Operation "UnPadL"
       
   388 			quid       	"3DDD0CD50166"
       
   389 			concurrency 	"Sequential"
       
   390 			opExportControl 	"Public"
       
   391 			uid        	0)))
       
   392 	    (object Class "TPaddingSSLv3"
       
   393 		quid       	"3DDD0CE401B8"
       
   394 		superclasses 	(list inheritance_relationship_list
       
   395 		    (object Inheritance_Relationship
       
   396 			quid       	"3DDD0D26019F"
       
   397 			supplier   	"TPadding"
       
   398 			quidu      	"3DDD0CBD0389")))
       
   399 	    (object Association "$UNNAMED$0"
       
   400 		quid       	"3DDCB258020C"
       
   401 		roles      	(list role_list
       
   402 		    (object Role "$UNNAMED$1"
       
   403 			quid       	"3DDCB259005F"
       
   404 			supplier   	"CBufferedTransformation"
       
   405 			quidu      	"3DDCB09502C2"
       
   406 			client_cardinality 	(value cardinality "1")
       
   407 			is_navigable 	TRUE
       
   408 			is_aggregate 	TRUE)
       
   409 		    (object Role "$UNNAMED$2"
       
   410 			quid       	"3DDCB2590073"
       
   411 			supplier   	"CBlockTransformation"
       
   412 			quidu      	"3DDCB1C000C3"
       
   413 			client_cardinality 	(value cardinality "1")
       
   414 			is_navigable 	TRUE)))
       
   415 	    (object Association "$UNNAMED$3"
       
   416 		quid       	"3DDD0D3303C4"
       
   417 		roles      	(list role_list
       
   418 		    (object Role "$UNNAMED$4"
       
   419 			quid       	"3DDD0D340312"
       
   420 			supplier   	"TPadding"
       
   421 			quidu      	"3DDD0CBD0389"
       
   422 			client_cardinality 	(value cardinality "1")
       
   423 			is_navigable 	TRUE
       
   424 			is_aggregate 	TRUE)
       
   425 		    (object Role "$UNNAMED$5"
       
   426 			quid       	"3DDD0D34031C"
       
   427 			supplier   	"CBufferedTransformation"
       
   428 			quidu      	"3DDCB09502C2"
       
   429 			client_cardinality 	(value cardinality "1")
       
   430 			is_navigable 	TRUE)))
       
   431 	    (object Association "$UNNAMED$6"
       
   432 		quid       	"3DDD11120094"
       
   433 		roles      	(list role_list
       
   434 		    (object Role "$UNNAMED$7"
       
   435 			quid       	"3DDD1112038D"
       
   436 			supplier   	"CBlockChainingMode"
       
   437 			quidu      	"3DDCB2C9002E"
       
   438 			client_cardinality 	(value cardinality "1")
       
   439 			is_navigable 	TRUE
       
   440 			is_aggregate 	TRUE)
       
   441 		    (object Role "$UNNAMED$8"
       
   442 			quid       	"3DDD111203AB"
       
   443 			supplier   	"CBlockTransformation"
       
   444 			quidu      	"3DDCB1C000C3"
       
   445 			client_cardinality 	(value cardinality "1")
       
   446 			is_navigable 	TRUE))))
       
   447 	logical_presentations 	(list unit_reference_list
       
   448 	    (object ClassDiagram "Main"
       
   449 		quid       	"3DDCAD010102"
       
   450 		title      	"Main"
       
   451 		zoom       	100
       
   452 		max_height 	28350
       
   453 		max_width  	21600
       
   454 		origin_x   	0
       
   455 		origin_y   	0
       
   456 		items      	(list diagram_item_list
       
   457 		    (object ClassView "Class" "CBufferedEncryptor" @1
       
   458 			IncludeAttribute 	TRUE
       
   459 			IncludeOperation 	TRUE
       
   460 			location   	(1428, 1376)
       
   461 			label      	(object ItemLabel
       
   462 			    Parent_View 	@1
       
   463 			    location   	(1171, 1276)
       
   464 			    nlines     	1
       
   465 			    max_width  	512
       
   466 			    justify    	0
       
   467 			    label      	"CBufferedEncryptor")
       
   468 			quidu      	"3DDCB143000F"
       
   469 			compartment 	(object Compartment
       
   470 			    Parent_View 	@1
       
   471 			    location   	(1160, 1333)
       
   472 			    anchor     	2
       
   473 			    nlines     	3
       
   474 			    max_width  	544)
       
   475 			width      	554
       
   476 			height     	222
       
   477 			annotation 	8
       
   478 			autoResize 	TRUE)
       
   479 		    (object ClassView "Class" "CBufferedDecryptor" @2
       
   480 			IncludeAttribute 	TRUE
       
   481 			IncludeOperation 	TRUE
       
   482 			location   	(2013, 1374)
       
   483 			label      	(object ItemLabel
       
   484 			    Parent_View 	@2
       
   485 			    location   	(1756, 1274)
       
   486 			    nlines     	1
       
   487 			    max_width  	512
       
   488 			    justify    	0
       
   489 			    label      	"CBufferedDecryptor")
       
   490 			quidu      	"3DDCB16E03C8"
       
   491 			compartment 	(object Compartment
       
   492 			    Parent_View 	@2
       
   493 			    location   	(1745, 1331)
       
   494 			    anchor     	2
       
   495 			    nlines     	3
       
   496 			    max_width  	544)
       
   497 			width      	554
       
   498 			height     	222
       
   499 			annotation 	8
       
   500 			autoResize 	TRUE)
       
   501 		    (object ClassView "Class" "CRC2" @3
       
   502 			IncludeAttribute 	TRUE
       
   503 			IncludeOperation 	TRUE
       
   504 			location   	(218, 1471)
       
   505 			label      	(object ItemLabel
       
   506 			    Parent_View 	@3
       
   507 			    location   	(92, 1348)
       
   508 			    nlines     	1
       
   509 			    max_width  	251
       
   510 			    justify    	0
       
   511 			    label      	"CRC2")
       
   512 			quidu      	"3DDCB36C0078"
       
   513 			compartment 	(object Compartment
       
   514 			    Parent_View 	@3
       
   515 			    location   	(91, 1405)
       
   516 			    anchor     	2
       
   517 			    nlines     	4
       
   518 			    max_width  	250)
       
   519 			width      	272
       
   520 			height     	268
       
   521 			annotation 	8
       
   522 			autoResize 	TRUE)
       
   523 		    (object ClassView "Class" "CModeCBCEncryptor" @4
       
   524 			IncludeAttribute 	TRUE
       
   525 			IncludeOperation 	TRUE
       
   526 			location   	(653, 1851)
       
   527 			label      	(object ItemLabel
       
   528 			    Parent_View 	@4
       
   529 			    location   	(457, 1775)
       
   530 			    nlines     	1
       
   531 			    max_width  	390
       
   532 			    justify    	0
       
   533 			    label      	"CModeCBCEncryptor")
       
   534 			quidu      	"3DDCB6D5029B"
       
   535 			compartment 	(object Compartment
       
   536 			    Parent_View 	@4
       
   537 			    location   	(451, 1832)
       
   538 			    anchor     	2
       
   539 			    nlines     	2
       
   540 			    max_width  	262)
       
   541 			width      	422
       
   542 			height     	174
       
   543 			annotation 	8
       
   544 			autoResize 	TRUE)
       
   545 		    (object ClassView "Class" "CModeCBCDecryptor" @5
       
   546 			IncludeAttribute 	TRUE
       
   547 			IncludeOperation 	TRUE
       
   548 			location   	(1132, 1845)
       
   549 			label      	(object ItemLabel
       
   550 			    Parent_View 	@5
       
   551 			    location   	(930, 1769)
       
   552 			    nlines     	1
       
   553 			    max_width  	403
       
   554 			    justify    	0
       
   555 			    label      	"CModeCBCDecryptor")
       
   556 			quidu      	"3DDCB72C010F"
       
   557 			compartment 	(object Compartment
       
   558 			    Parent_View 	@5
       
   559 			    location   	(923, 1826)
       
   560 			    anchor     	2
       
   561 			    nlines     	2
       
   562 			    max_width  	262)
       
   563 			width      	436
       
   564 			height     	174
       
   565 			annotation 	8
       
   566 			autoResize 	TRUE)
       
   567 		    (object ClassView "Class" "MStreamCipher" @6
       
   568 			IncludeAttribute 	TRUE
       
   569 			IncludeOperation 	TRUE
       
   570 			location   	(2458, 904)
       
   571 			label      	(object ItemLabel
       
   572 			    Parent_View 	@6
       
   573 			    location   	(2294, 757)
       
   574 			    nlines     	1
       
   575 			    max_width  	327
       
   576 			    justify    	0
       
   577 			    label      	"MStreamCipher")
       
   578 			quidu      	"3DDCB7510068"
       
   579 			compartment 	(object Compartment
       
   580 			    Parent_View 	@6
       
   581 			    location   	(2290, 814)
       
   582 			    anchor     	2
       
   583 			    nlines     	5
       
   584 			    max_width  	334)
       
   585 			width      	354
       
   586 			height     	316
       
   587 			annotation 	8
       
   588 			autoResize 	TRUE)
       
   589 		    (object ClassView "Class" "MSymmetricCipher" @7
       
   590 			IncludeAttribute 	TRUE
       
   591 			IncludeOperation 	TRUE
       
   592 			location   	(1804, 247)
       
   593 			label      	(object ItemLabel
       
   594 			    Parent_View 	@7
       
   595 			    location   	(1547, 30)
       
   596 			    nlines     	1
       
   597 			    max_width  	512
       
   598 			    justify    	0
       
   599 			    label      	"MSymmetricCipher")
       
   600 			quidu      	"3DDCAD1900AD"
       
   601 			compartment 	(object Compartment
       
   602 			    Parent_View 	@7
       
   603 			    location   	(1536, 87)
       
   604 			    anchor     	2
       
   605 			    nlines     	8
       
   606 			    max_width  	544)
       
   607 			width      	554
       
   608 			height     	456
       
   609 			annotation 	8
       
   610 			autoResize 	TRUE)
       
   611 		    (object InheritTreeView "" @8
       
   612 			location   	(1894, 612)
       
   613 			supplier   	@7
       
   614 			vertices   	(list Points
       
   615 			    (1894, 612)
       
   616 			    (1894, 475)))
       
   617 		    (object InheritView "" @9
       
   618 			quidu      	"3DDCB7FE00FD"
       
   619 			client     	@6
       
   620 			supplier   	@7
       
   621 			line_style 	3
       
   622 			origin_attachment 	(2457, 746)
       
   623 			terminal_attachment 	(2457, 612)
       
   624 			drawSupplier 	@8)
       
   625 		    (object NoteView @10
       
   626 			location   	(219, 1813)
       
   627 			label      	(object ItemLabel
       
   628 			    Parent_View 	@10
       
   629 			    location   	(44, 1688)
       
   630 			    nlines     	5
       
   631 			    max_width  	315
       
   632 			    label      	"For more detail of the block cipher classes, please see the separate diagram")
       
   633 			width      	375
       
   634 			height     	262)
       
   635 		    (object AttachView "" @11
       
   636 			client     	@3
       
   637 			supplier   	@10
       
   638 			line_style 	0)
       
   639 		    (object ClassView "Class" "TARC4" @12
       
   640 			IncludeAttribute 	TRUE
       
   641 			IncludeOperation 	TRUE
       
   642 			location   	(2694, 1565)
       
   643 			label      	(object ItemLabel
       
   644 			    Parent_View 	@12
       
   645 			    location   	(2437, 1348)
       
   646 			    nlines     	1
       
   647 			    max_width  	512
       
   648 			    justify    	0
       
   649 			    label      	"TARC4")
       
   650 			quidu      	"3DDCBAF200F0"
       
   651 			compartment 	(object Compartment
       
   652 			    Parent_View 	@12
       
   653 			    location   	(2426, 1405)
       
   654 			    anchor     	2
       
   655 			    nlines     	8
       
   656 			    max_width  	534)
       
   657 			width      	554
       
   658 			height     	456
       
   659 			annotation 	8
       
   660 			autoResize 	TRUE)
       
   661 		    (object ClassView "Class" "MRandom" @13
       
   662 			IncludeAttribute 	TRUE
       
   663 			IncludeOperation 	TRUE
       
   664 			location   	(2842, 993)
       
   665 			label      	(object ItemLabel
       
   666 			    Parent_View 	@13
       
   667 			    location   	(2676, 917)
       
   668 			    nlines     	1
       
   669 			    max_width  	331
       
   670 			    justify    	0
       
   671 			    label      	"MRandom")
       
   672 			quidu      	"3DDCBB960236"
       
   673 			compartment 	(object Compartment
       
   674 			    Parent_View 	@13
       
   675 			    location   	(2672, 974)
       
   676 			    anchor     	2
       
   677 			    nlines     	2
       
   678 			    max_width  	347)
       
   679 			width      	358
       
   680 			height     	174
       
   681 			annotation 	8
       
   682 			autoResize 	TRUE)
       
   683 		    (object InheritView "" @14
       
   684 			quidu      	"3DDCBC890272"
       
   685 			client     	@12
       
   686 			supplier   	@6
       
   687 			line_style 	0)
       
   688 		    (object InheritView "" @15
       
   689 			quidu      	"3DDCBC980273"
       
   690 			client     	@12
       
   691 			supplier   	@13
       
   692 			line_style 	0)
       
   693 		    (object ClassView "Class" "TPaddingSSLv3" @16
       
   694 			IncludeAttribute 	TRUE
       
   695 			IncludeOperation 	TRUE
       
   696 			location   	(1039, 621)
       
   697 			label      	(object ItemLabel
       
   698 			    Parent_View 	@16
       
   699 			    location   	(884, 575)
       
   700 			    nlines     	1
       
   701 			    max_width  	308
       
   702 			    justify    	0
       
   703 			    label      	"TPaddingSSLv3")
       
   704 			quidu      	"3DDD0CE401B8"
       
   705 			width      	334
       
   706 			height     	115
       
   707 			annotation 	8
       
   708 			autoResize 	TRUE)
       
   709 		    (object ClassView "Class" "TPadding" @17
       
   710 			IncludeAttribute 	TRUE
       
   711 			IncludeOperation 	TRUE
       
   712 			location   	(1034, 342)
       
   713 			label      	(object ItemLabel
       
   714 			    Parent_View 	@17
       
   715 			    location   	(920, 242)
       
   716 			    nlines     	1
       
   717 			    max_width  	227
       
   718 			    justify    	0
       
   719 			    label      	"TPadding")
       
   720 			quidu      	"3DDD0CBD0389"
       
   721 			compartment 	(object Compartment
       
   722 			    Parent_View 	@17
       
   723 			    location   	(920, 299)
       
   724 			    anchor     	2
       
   725 			    nlines     	3
       
   726 			    max_width  	234)
       
   727 			width      	246
       
   728 			height     	222
       
   729 			annotation 	8
       
   730 			autoResize 	TRUE)
       
   731 		    (object InheritView "" @18
       
   732 			quidu      	"3DDD0D26019F"
       
   733 			client     	@16
       
   734 			supplier   	@17
       
   735 			line_style 	0)
       
   736 		    (object ClassView "Class" "CBufferedTransformation" @19
       
   737 			IncludeAttribute 	TRUE
       
   738 			IncludeOperation 	TRUE
       
   739 			location   	(1585, 937)
       
   740 			label      	(object ItemLabel
       
   741 			    Parent_View 	@19
       
   742 			    location   	(1351, 767)
       
   743 			    nlines     	1
       
   744 			    max_width  	466
       
   745 			    justify    	0
       
   746 			    label      	"CBufferedTransformation")
       
   747 			stereotype 	TRUE
       
   748 			quidu      	"3DDCB09502C2"
       
   749 			compartment 	(object Compartment
       
   750 			    Parent_View 	@19
       
   751 			    location   	(1342, 824)
       
   752 			    anchor     	2
       
   753 			    nlines     	6
       
   754 			    max_width  	459)
       
   755 			width      	504
       
   756 			height     	362
       
   757 			annotation 	8
       
   758 			autoResize 	TRUE)
       
   759 		    (object InheritTreeView "" @20
       
   760 			location   	(1587, 1209)
       
   761 			supplier   	@19
       
   762 			vertices   	(list Points
       
   763 			    (1587, 1209)
       
   764 			    (1587, 1118)))
       
   765 		    (object InheritView "" @21
       
   766 			quidu      	"3DDCB6B8031B"
       
   767 			client     	@1
       
   768 			supplier   	@19
       
   769 			line_style 	3
       
   770 			origin_attachment 	(1497, 1265)
       
   771 			terminal_attachment 	(1497, 1209)
       
   772 			drawSupplier 	@20)
       
   773 		    (object InheritView "" @22
       
   774 			quidu      	"3DDCB6BC00AA"
       
   775 			client     	@2
       
   776 			supplier   	@19
       
   777 			line_style 	3
       
   778 			origin_attachment 	(2087, 1263)
       
   779 			terminal_attachment 	(2087, 1209)
       
   780 			drawSupplier 	@20)
       
   781 		    (object InheritView "" @23
       
   782 			quidu      	"3DDCB7FB0211"
       
   783 			client     	@19
       
   784 			supplier   	@7
       
   785 			line_style 	3
       
   786 			origin_attachment 	(1665, 756)
       
   787 			terminal_attachment 	(1665, 612)
       
   788 			drawSupplier 	@8)
       
   789 		    (object AssociationViewNew "$UNNAMED$3" @24
       
   790 			location   	(1276, 604)
       
   791 			quidu      	"3DDD0D3303C4"
       
   792 			roleview_list 	(list RoleViews
       
   793 			    (object RoleView "$UNNAMED$4" @25
       
   794 				Parent_View 	@24
       
   795 				location   	(-310, -333)
       
   796 				quidu      	"3DDD0D340312"
       
   797 				client     	@24
       
   798 				supplier   	@17
       
   799 				line_style 	0
       
   800 				label      	(object SegLabel @26
       
   801 				    Parent_View 	@25
       
   802 				    location   	(1191, 433)
       
   803 				    font       	(object Font
       
   804 					size       	10
       
   805 					face       	"helvetica"
       
   806 					bold       	FALSE
       
   807 					italics    	FALSE
       
   808 					underline  	FALSE
       
   809 					strike     	FALSE
       
   810 					color      	0
       
   811 					default_color 	TRUE)
       
   812 				    anchor     	2
       
   813 				    anchor_loc 	1
       
   814 				    nlines     	1
       
   815 				    max_width  	15
       
   816 				    justify    	0
       
   817 				    label      	"1"
       
   818 				    pctDist    	0.900000
       
   819 				    height     	54
       
   820 				    orientation 	1))
       
   821 			    (object RoleView "$UNNAMED$5" @27
       
   822 				Parent_View 	@24
       
   823 				location   	(-310, -333)
       
   824 				quidu      	"3DDD0D34031C"
       
   825 				client     	@24
       
   826 				supplier   	@19
       
   827 				line_style 	0
       
   828 				label      	(object SegLabel @28
       
   829 				    Parent_View 	@27
       
   830 				    location   	(1442, 704)
       
   831 				    font       	(object Font
       
   832 					size       	10
       
   833 					face       	"helvetica"
       
   834 					bold       	FALSE
       
   835 					italics    	FALSE
       
   836 					underline  	FALSE
       
   837 					strike     	FALSE
       
   838 					color      	0
       
   839 					default_color 	TRUE)
       
   840 				    anchor     	2
       
   841 				    anchor_loc 	1
       
   842 				    nlines     	1
       
   843 				    max_width  	15
       
   844 				    justify    	0
       
   845 				    label      	"1"
       
   846 				    pctDist    	0.900000
       
   847 				    height     	54
       
   848 				    orientation 	0))))
       
   849 		    (object ClassView "Class" "CBlockTransformation" @29
       
   850 			IncludeAttribute 	TRUE
       
   851 			IncludeOperation 	TRUE
       
   852 			location   	(879, 939)
       
   853 			label      	(object ItemLabel
       
   854 			    Parent_View 	@29
       
   855 			    location   	(667, 792)
       
   856 			    nlines     	1
       
   857 			    max_width  	423
       
   858 			    justify    	0
       
   859 			    label      	"CBlockTransformation")
       
   860 			quidu      	"3DDCB1C000C3"
       
   861 			compartment 	(object Compartment
       
   862 			    Parent_View 	@29
       
   863 			    location   	(659, 849)
       
   864 			    anchor     	2
       
   865 			    nlines     	5
       
   866 			    max_width  	262)
       
   867 			width      	458
       
   868 			height     	316
       
   869 			annotation 	8
       
   870 			autoResize 	TRUE)
       
   871 		    (object InheritTreeView "" @30
       
   872 			location   	(709, 1193)
       
   873 			supplier   	@29
       
   874 			vertices   	(list Points
       
   875 			    (709, 1193)
       
   876 			    (709, 1097)))
       
   877 		    (object InheritView "" @31
       
   878 			quidu      	"3DDCB615014A"
       
   879 			client     	@3
       
   880 			supplier   	@29
       
   881 			line_style 	3
       
   882 			origin_attachment 	(220, 1337)
       
   883 			terminal_attachment 	(220, 1193)
       
   884 			drawSupplier 	@30)
       
   885 		    (object AssociationViewNew "$UNNAMED$0" @32
       
   886 			location   	(1220, 937)
       
   887 			quidu      	"3DDCB258020C"
       
   888 			roleview_list 	(list RoleViews
       
   889 			    (object RoleView "$UNNAMED$1" @33
       
   890 				Parent_View 	@32
       
   891 				location   	(-618, -573)
       
   892 				quidu      	"3DDCB259005F"
       
   893 				client     	@32
       
   894 				supplier   	@19
       
   895 				line_style 	0
       
   896 				label      	(object SegLabel @34
       
   897 				    Parent_View 	@33
       
   898 				    location   	(1321, 991)
       
   899 				    font       	(object Font
       
   900 					size       	10
       
   901 					face       	"helvetica"
       
   902 					bold       	FALSE
       
   903 					italics    	FALSE
       
   904 					underline  	FALSE
       
   905 					strike     	FALSE
       
   906 					color      	0
       
   907 					default_color 	TRUE)
       
   908 				    anchor     	2
       
   909 				    anchor_loc 	1
       
   910 				    nlines     	1
       
   911 				    max_width  	15
       
   912 				    justify    	0
       
   913 				    label      	"1"
       
   914 				    pctDist    	0.900000
       
   915 				    height     	54
       
   916 				    orientation 	1))
       
   917 			    (object RoleView "$UNNAMED$2" @35
       
   918 				Parent_View 	@32
       
   919 				location   	(-618, -573)
       
   920 				quidu      	"3DDCB2590073"
       
   921 				client     	@32
       
   922 				supplier   	@29
       
   923 				line_style 	0
       
   924 				label      	(object SegLabel @36
       
   925 				    Parent_View 	@35
       
   926 				    location   	(1119, 992)
       
   927 				    font       	(object Font
       
   928 					size       	10
       
   929 					face       	"helvetica"
       
   930 					bold       	FALSE
       
   931 					italics    	FALSE
       
   932 					underline  	FALSE
       
   933 					strike     	FALSE
       
   934 					color      	0
       
   935 					default_color 	TRUE)
       
   936 				    anchor     	2
       
   937 				    anchor_loc 	1
       
   938 				    nlines     	1
       
   939 				    max_width  	15
       
   940 				    justify    	0
       
   941 				    label      	"1"
       
   942 				    pctDist    	0.900000
       
   943 				    height     	54
       
   944 				    orientation 	0))))
       
   945 		    (object ClassView "Class" "CBlockChainingMode" @37
       
   946 			IncludeAttribute 	TRUE
       
   947 			IncludeOperation 	TRUE
       
   948 			location   	(790, 1455)
       
   949 			label      	(object ItemLabel
       
   950 			    Parent_View 	@37
       
   951 			    location   	(587, 1332)
       
   952 			    nlines     	1
       
   953 			    max_width  	405
       
   954 			    justify    	0
       
   955 			    label      	"CBlockChainingMode")
       
   956 			quidu      	"3DDCB2C9002E"
       
   957 			compartment 	(object Compartment
       
   958 			    Parent_View 	@37
       
   959 			    location   	(580, 1389)
       
   960 			    anchor     	2
       
   961 			    nlines     	4
       
   962 			    max_width  	250)
       
   963 			width      	438
       
   964 			height     	268
       
   965 			annotation 	8
       
   966 			autoResize 	TRUE)
       
   967 		    (object InheritTreeView "" @38
       
   968 			location   	(790, 1709)
       
   969 			supplier   	@37
       
   970 			vertices   	(list Points
       
   971 			    (790, 1709)
       
   972 			    (790, 1589)))
       
   973 		    (object InheritView "" @39
       
   974 			quidu      	"3DDCB9970250"
       
   975 			client     	@4
       
   976 			supplier   	@37
       
   977 			line_style 	3
       
   978 			origin_attachment 	(687, 1764)
       
   979 			terminal_attachment 	(687, 1709)
       
   980 			drawSupplier 	@38)
       
   981 		    (object InheritView "" @40
       
   982 			quidu      	"3DDCB9A60388"
       
   983 			client     	@5
       
   984 			supplier   	@37
       
   985 			line_style 	3
       
   986 			origin_attachment 	(1134, 1758)
       
   987 			terminal_attachment 	(1134, 1709)
       
   988 			drawSupplier 	@38)
       
   989 		    (object InheritView "" @41
       
   990 			quidu      	"3DDCB61101A8"
       
   991 			client     	@37
       
   992 			supplier   	@29
       
   993 			line_style 	3
       
   994 			origin_attachment 	(778, 1321)
       
   995 			terminal_attachment 	(778, 1193)
       
   996 			drawSupplier 	@30)
       
   997 		    (object AssociationViewNew "$UNNAMED$6" @42
       
   998 			location   	(831, 1208)
       
   999 			quidu      	"3DDD11120094"
       
  1000 			roleview_list 	(list RoleViews
       
  1001 			    (object RoleView "$UNNAMED$7" @43
       
  1002 				Parent_View 	@42
       
  1003 				location   	(-24, 273)
       
  1004 				quidu      	"3DDD1112038D"
       
  1005 				client     	@42
       
  1006 				supplier   	@37
       
  1007 				line_style 	0
       
  1008 				label      	(object SegLabel @44
       
  1009 				    Parent_View 	@43
       
  1010 				    location   	(867, 1319)
       
  1011 				    font       	(object Font
       
  1012 					size       	10
       
  1013 					face       	"helvetica"
       
  1014 					bold       	FALSE
       
  1015 					italics    	FALSE
       
  1016 					underline  	FALSE
       
  1017 					strike     	FALSE
       
  1018 					color      	0
       
  1019 					default_color 	TRUE)
       
  1020 				    anchor     	2
       
  1021 				    anchor_loc 	1
       
  1022 				    nlines     	1
       
  1023 				    max_width  	15
       
  1024 				    justify    	0
       
  1025 				    label      	"1"
       
  1026 				    pctDist    	0.900000
       
  1027 				    height     	54
       
  1028 				    orientation 	0))
       
  1029 			    (object RoleView "$UNNAMED$8" @45
       
  1030 				Parent_View 	@42
       
  1031 				location   	(-24, 273)
       
  1032 				quidu      	"3DDD111203AB"
       
  1033 				client     	@42
       
  1034 				supplier   	@29
       
  1035 				line_style 	0
       
  1036 				label      	(object SegLabel @46
       
  1037 				    Parent_View 	@45
       
  1038 				    location   	(901, 1116)
       
  1039 				    font       	(object Font
       
  1040 					size       	10
       
  1041 					face       	"helvetica"
       
  1042 					bold       	FALSE
       
  1043 					italics    	FALSE
       
  1044 					underline  	FALSE
       
  1045 					strike     	FALSE
       
  1046 					color      	0
       
  1047 					default_color 	TRUE)
       
  1048 				    anchor     	2
       
  1049 				    anchor_loc 	1
       
  1050 				    nlines     	1
       
  1051 				    max_width  	15
       
  1052 				    justify    	0
       
  1053 				    label      	"1"
       
  1054 				    pctDist    	0.900000
       
  1055 				    height     	54
       
  1056 				    orientation 	1))))))))
       
  1057     root_subsystem 	(object SubSystem "Component View"
       
  1058 	quid       	"3DDCAD00008A"
       
  1059 	physical_models 	(list unit_reference_list)
       
  1060 	physical_presentations 	(list unit_reference_list
       
  1061 	    (object Module_Diagram "Main"
       
  1062 		quid       	"3DDCAD01012A"
       
  1063 		title      	"Main"
       
  1064 		zoom       	100
       
  1065 		max_height 	28350
       
  1066 		max_width  	21600
       
  1067 		origin_x   	0
       
  1068 		origin_y   	0
       
  1069 		items      	(list diagram_item_list))))
       
  1070     process_structure 	(object Processes
       
  1071 	quid       	"3DDCAD00008B"
       
  1072 	ProcsNDevs 	(list
       
  1073 	    (object Process_Diagram "Deployment View"
       
  1074 		quid       	"3DDCAD0100E4"
       
  1075 		title      	"Deployment View"
       
  1076 		zoom       	100
       
  1077 		max_height 	28350
       
  1078 		max_width  	21600
       
  1079 		origin_x   	0
       
  1080 		origin_y   	0
       
  1081 		items      	(list diagram_item_list))))
       
  1082     properties 	(object Properties
       
  1083 	attributes 	(list Attribute_Set
       
  1084 	    (object Attribute
       
  1085 		tool       	"cg"
       
  1086 		name       	"roseId"
       
  1087 		value      	"753117540")
       
  1088 	    (object Attribute
       
  1089 		tool       	"cg"
       
  1090 		name       	"propertyId"
       
  1091 		value      	"809135966")
       
  1092 	    (object Attribute
       
  1093 		tool       	"cg"
       
  1094 		name       	"default__Project"
       
  1095 		value      	(list Attribute_Set
       
  1096 		    (object Attribute
       
  1097 			tool       	"cg"
       
  1098 			name       	"HeaderFileExtension"
       
  1099 			value      	"h")
       
  1100 		    (object Attribute
       
  1101 			tool       	"cg"
       
  1102 			name       	"HeaderFileBackupExtension"
       
  1103 			value      	"h~")
       
  1104 		    (object Attribute
       
  1105 			tool       	"cg"
       
  1106 			name       	"HeaderFileTemporaryExtension"
       
  1107 			value      	"h#")
       
  1108 		    (object Attribute
       
  1109 			tool       	"cg"
       
  1110 			name       	"CodeFileExtension"
       
  1111 			value      	"cpp")
       
  1112 		    (object Attribute
       
  1113 			tool       	"cg"
       
  1114 			name       	"CodeFileBackupExtension"
       
  1115 			value      	"cp~")
       
  1116 		    (object Attribute
       
  1117 			tool       	"cg"
       
  1118 			name       	"CodeFileTemporaryExtension"
       
  1119 			value      	"cp#")
       
  1120 		    (object Attribute
       
  1121 			tool       	"cg"
       
  1122 			name       	"CreateMissingDirectories"
       
  1123 			value      	TRUE)
       
  1124 		    (object Attribute
       
  1125 			tool       	"cg"
       
  1126 			name       	"StopOnError"
       
  1127 			value      	FALSE)
       
  1128 		    (object Attribute
       
  1129 			tool       	"cg"
       
  1130 			name       	"ErrorLimit"
       
  1131 			value      	30)
       
  1132 		    (object Attribute
       
  1133 			tool       	"cg"
       
  1134 			name       	"Directory"
       
  1135 			value      	"AUTO GENERATE")
       
  1136 		    (object Attribute
       
  1137 			tool       	"cg"
       
  1138 			name       	"PathSeparator"
       
  1139 			value      	"")
       
  1140 		    (object Attribute
       
  1141 			tool       	"cg"
       
  1142 			name       	"FileNameFormat"
       
  1143 			value      	"")
       
  1144 		    (object Attribute
       
  1145 			tool       	"cg"
       
  1146 			name       	"BooleanType"
       
  1147 			value      	"int")
       
  1148 		    (object Attribute
       
  1149 			tool       	"cg"
       
  1150 			name       	"AllowTemplates"
       
  1151 			value      	TRUE)
       
  1152 		    (object Attribute
       
  1153 			tool       	"cg"
       
  1154 			name       	"AllowProtectedInheritance"
       
  1155 			value      	TRUE)
       
  1156 		    (object Attribute
       
  1157 			tool       	"cg"
       
  1158 			name       	"OneByValueContainer"
       
  1159 			value      	"$targetClass")
       
  1160 		    (object Attribute
       
  1161 			tool       	"cg"
       
  1162 			name       	"OneByReferenceContainer"
       
  1163 			value      	"$targetClass *")
       
  1164 		    (object Attribute
       
  1165 			tool       	"cg"
       
  1166 			name       	"OptionalByValueContainer"
       
  1167 			value      	"OptionalByValue<$targetClass>")
       
  1168 		    (object Attribute
       
  1169 			tool       	"cg"
       
  1170 			name       	"OptionalByReferenceContainer"
       
  1171 			value      	"$targetClass *")
       
  1172 		    (object Attribute
       
  1173 			tool       	"cg"
       
  1174 			name       	"FixedByValueContainer"
       
  1175 			value      	"$targetClass[$limit]")
       
  1176 		    (object Attribute
       
  1177 			tool       	"cg"
       
  1178 			name       	"UnorderedFixedByValueContainer"
       
  1179 			value      	"$targetClass[$limit]")
       
  1180 		    (object Attribute
       
  1181 			tool       	"cg"
       
  1182 			name       	"FixedByReferenceContainer"
       
  1183 			value      	"$targetClass *[$limit]")
       
  1184 		    (object Attribute
       
  1185 			tool       	"cg"
       
  1186 			name       	"UnorderedFixedByReferenceContainer"
       
  1187 			value      	"$targetClass *[$limit]")
       
  1188 		    (object Attribute
       
  1189 			tool       	"cg"
       
  1190 			name       	"BoundedByValueContainer"
       
  1191 			value      	"BoundedListByValue<$targetClass,$limit>")
       
  1192 		    (object Attribute
       
  1193 			tool       	"cg"
       
  1194 			name       	"UnorderedBoundedByValueContainer"
       
  1195 			value      	"BoundedSetByValue<$targetClass,$limit>")
       
  1196 		    (object Attribute
       
  1197 			tool       	"cg"
       
  1198 			name       	"BoundedByReferenceContainer"
       
  1199 			value      	"BoundedListByReference<$targetClass,$limit>")
       
  1200 		    (object Attribute
       
  1201 			tool       	"cg"
       
  1202 			name       	"UnorderedBoundedByReferenceContainer"
       
  1203 			value      	"BoundedSetByReference<$targetClass,$limit>")
       
  1204 		    (object Attribute
       
  1205 			tool       	"cg"
       
  1206 			name       	"UnboundedByValueContainer"
       
  1207 			value      	"UnboundedListByValue<$targetClass>")
       
  1208 		    (object Attribute
       
  1209 			tool       	"cg"
       
  1210 			name       	"UnorderedUnboundedByValueContainer"
       
  1211 			value      	"UnboundedSetByValue<$targetClass>")
       
  1212 		    (object Attribute
       
  1213 			tool       	"cg"
       
  1214 			name       	"UnboundedByReferenceContainer"
       
  1215 			value      	"UnboundedListByReference<$targetClass>")
       
  1216 		    (object Attribute
       
  1217 			tool       	"cg"
       
  1218 			name       	"UnorderedUnboundedByReferenceContainer"
       
  1219 			value      	"UnboundedSetByReference<$targetClass>")
       
  1220 		    (object Attribute
       
  1221 			tool       	"cg"
       
  1222 			name       	"QualifiedByValueContainer"
       
  1223 			value      	"AssociationByValue<$qualtype, $qualcont>")
       
  1224 		    (object Attribute
       
  1225 			tool       	"cg"
       
  1226 			name       	"UnorderedQualifiedByValueContainer"
       
  1227 			value      	"DictionaryByValue<$qualtype, $qualcont>")
       
  1228 		    (object Attribute
       
  1229 			tool       	"cg"
       
  1230 			name       	"QualifiedByReferenceContainer"
       
  1231 			value      	"AssociationByReference<$qualtype, $qualcont>")
       
  1232 		    (object Attribute
       
  1233 			tool       	"cg"
       
  1234 			name       	"UnorderedQualifiedByReferenceContainer"
       
  1235 			value      	"DictionaryByReference<$qualtype, $qualcont>")
       
  1236 		    (object Attribute
       
  1237 			tool       	"cg"
       
  1238 			name       	"GeneratePreserveRegions"
       
  1239 			value      	TRUE)))
       
  1240 	    (object Attribute
       
  1241 		tool       	"cg"
       
  1242 		name       	"compiler2.1__Project"
       
  1243 		value      	(list Attribute_Set
       
  1244 		    (object Attribute
       
  1245 			tool       	"cg"
       
  1246 			name       	"HeaderFileExtension"
       
  1247 			value      	"h")
       
  1248 		    (object Attribute
       
  1249 			tool       	"cg"
       
  1250 			name       	"HeaderFileBackupExtension"
       
  1251 			value      	"h~")
       
  1252 		    (object Attribute
       
  1253 			tool       	"cg"
       
  1254 			name       	"HeaderFileTemporaryExtension"
       
  1255 			value      	"h#")
       
  1256 		    (object Attribute
       
  1257 			tool       	"cg"
       
  1258 			name       	"CodeFileExtension"
       
  1259 			value      	"cpp")
       
  1260 		    (object Attribute
       
  1261 			tool       	"cg"
       
  1262 			name       	"CodeFileBackupExtension"
       
  1263 			value      	"cp~")
       
  1264 		    (object Attribute
       
  1265 			tool       	"cg"
       
  1266 			name       	"CodeFileTemporaryExtension"
       
  1267 			value      	"cp#")
       
  1268 		    (object Attribute
       
  1269 			tool       	"cg"
       
  1270 			name       	"CreateMissingDirectories"
       
  1271 			value      	TRUE)
       
  1272 		    (object Attribute
       
  1273 			tool       	"cg"
       
  1274 			name       	"StopOnError"
       
  1275 			value      	FALSE)
       
  1276 		    (object Attribute
       
  1277 			tool       	"cg"
       
  1278 			name       	"ErrorLimit"
       
  1279 			value      	30)
       
  1280 		    (object Attribute
       
  1281 			tool       	"cg"
       
  1282 			name       	"Directory"
       
  1283 			value      	"AUTO GENERATE")
       
  1284 		    (object Attribute
       
  1285 			tool       	"cg"
       
  1286 			name       	"BooleanType"
       
  1287 			value      	"int")
       
  1288 		    (object Attribute
       
  1289 			tool       	"cg"
       
  1290 			name       	"AllowTemplates"
       
  1291 			value      	FALSE)
       
  1292 		    (object Attribute
       
  1293 			tool       	"cg"
       
  1294 			name       	"AllowProtectedInheritance"
       
  1295 			value      	FALSE)
       
  1296 		    (object Attribute
       
  1297 			tool       	"cg"
       
  1298 			name       	"OneByValueContainer"
       
  1299 			value      	"$targetClass")
       
  1300 		    (object Attribute
       
  1301 			tool       	"cg"
       
  1302 			name       	"OneByReferenceContainer"
       
  1303 			value      	"$targetClass *")
       
  1304 		    (object Attribute
       
  1305 			tool       	"cg"
       
  1306 			name       	"OptionalByValueContainer"
       
  1307 			value      	"OptionalByValue(sizeof($targetClass))")
       
  1308 		    (object Attribute
       
  1309 			tool       	"cg"
       
  1310 			name       	"OptionalByReferenceContainer"
       
  1311 			value      	"$targetClass *")
       
  1312 		    (object Attribute
       
  1313 			tool       	"cg"
       
  1314 			name       	"FixedByValueContainer"
       
  1315 			value      	"$targetClass[$limit]")
       
  1316 		    (object Attribute
       
  1317 			tool       	"cg"
       
  1318 			name       	"UnorderedFixedByValueContainer"
       
  1319 			value      	"$targetClass[$limit]")
       
  1320 		    (object Attribute
       
  1321 			tool       	"cg"
       
  1322 			name       	"FixedByReferenceContainer"
       
  1323 			value      	"$targetClass *[$limit]")
       
  1324 		    (object Attribute
       
  1325 			tool       	"cg"
       
  1326 			name       	"UnorderedFixedByReferenceContainer"
       
  1327 			value      	"$targetClass *[$limit]")
       
  1328 		    (object Attribute
       
  1329 			tool       	"cg"
       
  1330 			name       	"BoundedByValueContainer"
       
  1331 			value      	"BoundedListByValue(sizeof($targetClass),$limit)")
       
  1332 		    (object Attribute
       
  1333 			tool       	"cg"
       
  1334 			name       	"UnorderedBoundedByValueContainer"
       
  1335 			value      	"BoundedSetByValue(sizeof($targetClass),$limit)")
       
  1336 		    (object Attribute
       
  1337 			tool       	"cg"
       
  1338 			name       	"BoundedByReferenceContainer"
       
  1339 			value      	"BoundedListByReference($limit)")
       
  1340 		    (object Attribute
       
  1341 			tool       	"cg"
       
  1342 			name       	"UnorderedBoundedByReferenceContainer"
       
  1343 			value      	"BoundedSetByReference($limit)")
       
  1344 		    (object Attribute
       
  1345 			tool       	"cg"
       
  1346 			name       	"UnboundedByValueContainer"
       
  1347 			value      	"UnboundedListByValue(sizeof($targetClass))")
       
  1348 		    (object Attribute
       
  1349 			tool       	"cg"
       
  1350 			name       	"UnorderedUnboundedByValueContainer"
       
  1351 			value      	"UnboundedSetByValue(sizeof($targetClass))")
       
  1352 		    (object Attribute
       
  1353 			tool       	"cg"
       
  1354 			name       	"UnboundedByReferenceContainer"
       
  1355 			value      	"UnboundedListByReference")
       
  1356 		    (object Attribute
       
  1357 			tool       	"cg"
       
  1358 			name       	"UnorderedUnboundedByReferenceContainer"
       
  1359 			value      	"UnboundedSetByReference")
       
  1360 		    (object Attribute
       
  1361 			tool       	"cg"
       
  1362 			name       	"QualifiedByValueContainer"
       
  1363 			value      	"AssociationByValue(sizeof($qualtype), sizeof($qualcont)")
       
  1364 		    (object Attribute
       
  1365 			tool       	"cg"
       
  1366 			name       	"UnorderedQualifiedByValueContainer"
       
  1367 			value      	"DictionaryByValue(sizeof($qualtype), sizeof($qualcont)")
       
  1368 		    (object Attribute
       
  1369 			tool       	"cg"
       
  1370 			name       	"QualifiedByReferenceContainer"
       
  1371 			value      	"AssociationByReference(sizeof($qualtype), sizeof($qualcont)")
       
  1372 		    (object Attribute
       
  1373 			tool       	"cg"
       
  1374 			name       	"UnorderedQualifiedByReferenceContainer"
       
  1375 			value      	"DictionaryByReference(sizeof($qualtype), sizeof($qualcont)")
       
  1376 		    (object Attribute
       
  1377 			tool       	"cg"
       
  1378 			name       	"GeneratePreserveRegions"
       
  1379 			value      	TRUE)))
       
  1380 	    (object Attribute
       
  1381 		tool       	"cg"
       
  1382 		name       	"compiler3.0__Project"
       
  1383 		value      	(list Attribute_Set
       
  1384 		    (object Attribute
       
  1385 			tool       	"cg"
       
  1386 			name       	"HeaderFileExtension"
       
  1387 			value      	"h")
       
  1388 		    (object Attribute
       
  1389 			tool       	"cg"
       
  1390 			name       	"HeaderFileBackupExtension"
       
  1391 			value      	"h~")
       
  1392 		    (object Attribute
       
  1393 			tool       	"cg"
       
  1394 			name       	"HeaderFileTemporaryExtension"
       
  1395 			value      	"h#")
       
  1396 		    (object Attribute
       
  1397 			tool       	"cg"
       
  1398 			name       	"CodeFileExtension"
       
  1399 			value      	"cpp")
       
  1400 		    (object Attribute
       
  1401 			tool       	"cg"
       
  1402 			name       	"CodeFileBackupExtension"
       
  1403 			value      	"cp~")
       
  1404 		    (object Attribute
       
  1405 			tool       	"cg"
       
  1406 			name       	"CodeFileTemporaryExtension"
       
  1407 			value      	"cp#")
       
  1408 		    (object Attribute
       
  1409 			tool       	"cg"
       
  1410 			name       	"CreateMissingDirectories"
       
  1411 			value      	TRUE)
       
  1412 		    (object Attribute
       
  1413 			tool       	"cg"
       
  1414 			name       	"StopOnError"
       
  1415 			value      	FALSE)
       
  1416 		    (object Attribute
       
  1417 			tool       	"cg"
       
  1418 			name       	"ErrorLimit"
       
  1419 			value      	30)
       
  1420 		    (object Attribute
       
  1421 			tool       	"cg"
       
  1422 			name       	"Directory"
       
  1423 			value      	"AUTO GENERATE")
       
  1424 		    (object Attribute
       
  1425 			tool       	"cg"
       
  1426 			name       	"BooleanType"
       
  1427 			value      	"int")
       
  1428 		    (object Attribute
       
  1429 			tool       	"cg"
       
  1430 			name       	"AllowTemplates"
       
  1431 			value      	TRUE)
       
  1432 		    (object Attribute
       
  1433 			tool       	"cg"
       
  1434 			name       	"AllowProtectedInheritance"
       
  1435 			value      	TRUE)
       
  1436 		    (object Attribute
       
  1437 			tool       	"cg"
       
  1438 			name       	"OneByValueContainer"
       
  1439 			value      	"$targetClass")
       
  1440 		    (object Attribute
       
  1441 			tool       	"cg"
       
  1442 			name       	"OneByReferenceContainer"
       
  1443 			value      	"$targetClass *")
       
  1444 		    (object Attribute
       
  1445 			tool       	"cg"
       
  1446 			name       	"OptionalByValueContainer"
       
  1447 			value      	"OptionalByValue<$targetClass>")
       
  1448 		    (object Attribute
       
  1449 			tool       	"cg"
       
  1450 			name       	"OptionalByReferenceContainer"
       
  1451 			value      	"$targetClass *")
       
  1452 		    (object Attribute
       
  1453 			tool       	"cg"
       
  1454 			name       	"FixedByValueContainer"
       
  1455 			value      	"$targetClass[$limit]")
       
  1456 		    (object Attribute
       
  1457 			tool       	"cg"
       
  1458 			name       	"UnorderedFixedByValueContainer"
       
  1459 			value      	"$targetClass[$limit]")
       
  1460 		    (object Attribute
       
  1461 			tool       	"cg"
       
  1462 			name       	"FixedByReferenceContainer"
       
  1463 			value      	"$targetClass *[$limit]")
       
  1464 		    (object Attribute
       
  1465 			tool       	"cg"
       
  1466 			name       	"UnorderedFixedByReferenceContainer"
       
  1467 			value      	"$targetClass *[$limit]")
       
  1468 		    (object Attribute
       
  1469 			tool       	"cg"
       
  1470 			name       	"BoundedByValueContainer"
       
  1471 			value      	"BoundedListByValue<$targetClass,$limit>")
       
  1472 		    (object Attribute
       
  1473 			tool       	"cg"
       
  1474 			name       	"UnorderedBoundedByValueContainer"
       
  1475 			value      	"BoundedSetByValue<$targetClass,$limit>")
       
  1476 		    (object Attribute
       
  1477 			tool       	"cg"
       
  1478 			name       	"BoundedByReferenceContainer"
       
  1479 			value      	"BoundedListByReference<$targetClass,$limit>")
       
  1480 		    (object Attribute
       
  1481 			tool       	"cg"
       
  1482 			name       	"UnorderedBoundedByReferenceContainer"
       
  1483 			value      	"BoundedSetByReference<$targetClass,$limit>")
       
  1484 		    (object Attribute
       
  1485 			tool       	"cg"
       
  1486 			name       	"UnboundedByValueContainer"
       
  1487 			value      	"UnboundedListByValue<$targetClass>")
       
  1488 		    (object Attribute
       
  1489 			tool       	"cg"
       
  1490 			name       	"UnorderedUnboundedByValueContainer"
       
  1491 			value      	"UnboundedSetByValue<$targetClass>")
       
  1492 		    (object Attribute
       
  1493 			tool       	"cg"
       
  1494 			name       	"UnboundedByReferenceContainer"
       
  1495 			value      	"UnboundedListByReference<$targetClass>")
       
  1496 		    (object Attribute
       
  1497 			tool       	"cg"
       
  1498 			name       	"UnorderedUnboundedByReferenceContainer"
       
  1499 			value      	"UnboundedSetByReference<$targetClass>")
       
  1500 		    (object Attribute
       
  1501 			tool       	"cg"
       
  1502 			name       	"QualifiedByValueContainer"
       
  1503 			value      	"AssociationByValue<$qualtype, $qualcont>")
       
  1504 		    (object Attribute
       
  1505 			tool       	"cg"
       
  1506 			name       	"UnorderedQualifiedByValueContainer"
       
  1507 			value      	"DictionaryByValue<$qualtype, $qualcont>")
       
  1508 		    (object Attribute
       
  1509 			tool       	"cg"
       
  1510 			name       	"QualifiedByReferenceContainer"
       
  1511 			value      	"AssociationByReference<$qualtype, $qualcont>")
       
  1512 		    (object Attribute
       
  1513 			tool       	"cg"
       
  1514 			name       	"UnorderedQualifiedByReferenceContainer"
       
  1515 			value      	"DictionaryByReference<$qualtype, $qualcont>")
       
  1516 		    (object Attribute
       
  1517 			tool       	"cg"
       
  1518 			name       	"GeneratePreserveRegions"
       
  1519 			value      	TRUE)))
       
  1520 	    (object Attribute
       
  1521 		tool       	"cg"
       
  1522 		name       	"default__Class"
       
  1523 		value      	(list Attribute_Set
       
  1524 		    (object Attribute
       
  1525 			tool       	"cg"
       
  1526 			name       	"CodeName"
       
  1527 			value      	"")
       
  1528 		    (object Attribute
       
  1529 			tool       	"cg"
       
  1530 			name       	"ImplementationType"
       
  1531 			value      	(value Text ""))
       
  1532 		    (object Attribute
       
  1533 			tool       	"cg"
       
  1534 			name       	"GenerateDefaultConstructor"
       
  1535 			value      	("GenerateSet" 199))
       
  1536 		    (object Attribute
       
  1537 			tool       	"cg"
       
  1538 			name       	"DefaultConstructorVisibility"
       
  1539 			value      	("VisibilitySet" 45))
       
  1540 		    (object Attribute
       
  1541 			tool       	"cg"
       
  1542 			name       	"InlineDefaultConstructor"
       
  1543 			value      	FALSE)
       
  1544 		    (object Attribute
       
  1545 			tool       	"cg"
       
  1546 			name       	"GenerateCopyConstructor"
       
  1547 			value      	("GenerateSet" 199))
       
  1548 		    (object Attribute
       
  1549 			tool       	"cg"
       
  1550 			name       	"CopyConstructorVisibility"
       
  1551 			value      	("VisibilitySet" 45))
       
  1552 		    (object Attribute
       
  1553 			tool       	"cg"
       
  1554 			name       	"InlineCopyConstructor"
       
  1555 			value      	FALSE)
       
  1556 		    (object Attribute
       
  1557 			tool       	"cg"
       
  1558 			name       	"GenerateDestructor"
       
  1559 			value      	TRUE)
       
  1560 		    (object Attribute
       
  1561 			tool       	"cg"
       
  1562 			name       	"DestructorVisibility"
       
  1563 			value      	("VisibilitySet" 45))
       
  1564 		    (object Attribute
       
  1565 			tool       	"cg"
       
  1566 			name       	"DestructorKind"
       
  1567 			value      	("ThreeKindSet" 200))
       
  1568 		    (object Attribute
       
  1569 			tool       	"cg"
       
  1570 			name       	"InlineDestructor"
       
  1571 			value      	FALSE)
       
  1572 		    (object Attribute
       
  1573 			tool       	"cg"
       
  1574 			name       	"GenerateAssignmentOperation"
       
  1575 			value      	("GenerateSet" 199))
       
  1576 		    (object Attribute
       
  1577 			tool       	"cg"
       
  1578 			name       	"AssignmentVisibility"
       
  1579 			value      	("VisibilitySet" 45))
       
  1580 		    (object Attribute
       
  1581 			tool       	"cg"
       
  1582 			name       	"AssignmentKind"
       
  1583 			value      	("ThreeKindSet" 200))
       
  1584 		    (object Attribute
       
  1585 			tool       	"cg"
       
  1586 			name       	"InlineAssignmentOperation"
       
  1587 			value      	FALSE)
       
  1588 		    (object Attribute
       
  1589 			tool       	"cg"
       
  1590 			name       	"GenerateEqualityOperations"
       
  1591 			value      	("GenerateSet" 199))
       
  1592 		    (object Attribute
       
  1593 			tool       	"cg"
       
  1594 			name       	"EqualityVisibility"
       
  1595 			value      	("VisibilitySet" 45))
       
  1596 		    (object Attribute
       
  1597 			tool       	"cg"
       
  1598 			name       	"EqualityKind"
       
  1599 			value      	("FriendKindSet" 200))
       
  1600 		    (object Attribute
       
  1601 			tool       	"cg"
       
  1602 			name       	"InlineEqualityOperations"
       
  1603 			value      	FALSE)
       
  1604 		    (object Attribute
       
  1605 			tool       	"cg"
       
  1606 			name       	"GenerateRelationalOperations"
       
  1607 			value      	FALSE)
       
  1608 		    (object Attribute
       
  1609 			tool       	"cg"
       
  1610 			name       	"RelationalVisibility"
       
  1611 			value      	("VisibilitySet" 45))
       
  1612 		    (object Attribute
       
  1613 			tool       	"cg"
       
  1614 			name       	"RelationalKind"
       
  1615 			value      	("FriendKindSet" 200))
       
  1616 		    (object Attribute
       
  1617 			tool       	"cg"
       
  1618 			name       	"InlineRelationalOperations"
       
  1619 			value      	FALSE)
       
  1620 		    (object Attribute
       
  1621 			tool       	"cg"
       
  1622 			name       	"GenerateStorageMgmtOperations"
       
  1623 			value      	FALSE)
       
  1624 		    (object Attribute
       
  1625 			tool       	"cg"
       
  1626 			name       	"StorageMgmtVisibility"
       
  1627 			value      	("VisibilitySet" 45))
       
  1628 		    (object Attribute
       
  1629 			tool       	"cg"
       
  1630 			name       	"InlineStorageMgmtOperations"
       
  1631 			value      	FALSE)
       
  1632 		    (object Attribute
       
  1633 			tool       	"cg"
       
  1634 			name       	"GenerateSubscriptOperation"
       
  1635 			value      	FALSE)
       
  1636 		    (object Attribute
       
  1637 			tool       	"cg"
       
  1638 			name       	"SubscriptVisibility"
       
  1639 			value      	("VisibilitySet" 45))
       
  1640 		    (object Attribute
       
  1641 			tool       	"cg"
       
  1642 			name       	"SubscriptKind"
       
  1643 			value      	("ThreeKindSet" 200))
       
  1644 		    (object Attribute
       
  1645 			tool       	"cg"
       
  1646 			name       	"SubscriptResultType"
       
  1647 			value      	"")
       
  1648 		    (object Attribute
       
  1649 			tool       	"cg"
       
  1650 			name       	"InlineSubscriptOperation"
       
  1651 			value      	FALSE)
       
  1652 		    (object Attribute
       
  1653 			tool       	"cg"
       
  1654 			name       	"GenerateDereferenceOperation"
       
  1655 			value      	FALSE)
       
  1656 		    (object Attribute
       
  1657 			tool       	"cg"
       
  1658 			name       	"DereferenceVisibility"
       
  1659 			value      	("VisibilitySet" 45))
       
  1660 		    (object Attribute
       
  1661 			tool       	"cg"
       
  1662 			name       	"DereferenceKind"
       
  1663 			value      	("ThreeKindSet" 200))
       
  1664 		    (object Attribute
       
  1665 			tool       	"cg"
       
  1666 			name       	"DereferenceResultType"
       
  1667 			value      	"")
       
  1668 		    (object Attribute
       
  1669 			tool       	"cg"
       
  1670 			name       	"InlineDereferenceOperation"
       
  1671 			value      	FALSE)
       
  1672 		    (object Attribute
       
  1673 			tool       	"cg"
       
  1674 			name       	"GenerateIndirectionOperation"
       
  1675 			value      	FALSE)
       
  1676 		    (object Attribute
       
  1677 			tool       	"cg"
       
  1678 			name       	"IndirectionVisibility"
       
  1679 			value      	("VisibilitySet" 45))
       
  1680 		    (object Attribute
       
  1681 			tool       	"cg"
       
  1682 			name       	"IndirectionKind"
       
  1683 			value      	("ThreeKindSet" 200))
       
  1684 		    (object Attribute
       
  1685 			tool       	"cg"
       
  1686 			name       	"IndirectionResultType"
       
  1687 			value      	"")
       
  1688 		    (object Attribute
       
  1689 			tool       	"cg"
       
  1690 			name       	"InlineIndirectionOperation"
       
  1691 			value      	FALSE)
       
  1692 		    (object Attribute
       
  1693 			tool       	"cg"
       
  1694 			name       	"GenerateStreamOperations"
       
  1695 			value      	FALSE)
       
  1696 		    (object Attribute
       
  1697 			tool       	"cg"
       
  1698 			name       	"StreamVisibility"
       
  1699 			value      	("VisibilitySet" 45))
       
  1700 		    (object Attribute
       
  1701 			tool       	"cg"
       
  1702 			name       	"InlineStreamOperations"
       
  1703 			value      	FALSE)
       
  1704 		    (object Attribute
       
  1705 			tool       	"cg"
       
  1706 			name       	"ThreeKindSet"
       
  1707 			value      	(list Attribute_Set
       
  1708 			    (object Attribute
       
  1709 				tool       	"cg"
       
  1710 				name       	"Common"
       
  1711 				value      	200)
       
  1712 			    (object Attribute
       
  1713 				tool       	"cg"
       
  1714 				name       	"Virtual"
       
  1715 				value      	201)
       
  1716 			    (object Attribute
       
  1717 				tool       	"cg"
       
  1718 				name       	"Abstract"
       
  1719 				value      	202)))
       
  1720 		    (object Attribute
       
  1721 			tool       	"cg"
       
  1722 			name       	"KindSet"
       
  1723 			value      	(list Attribute_Set
       
  1724 			    (object Attribute
       
  1725 				tool       	"cg"
       
  1726 				name       	"Common"
       
  1727 				value      	200)
       
  1728 			    (object Attribute
       
  1729 				tool       	"cg"
       
  1730 				name       	"Virtual"
       
  1731 				value      	201)
       
  1732 			    (object Attribute
       
  1733 				tool       	"cg"
       
  1734 				name       	"Abstract"
       
  1735 				value      	202)
       
  1736 			    (object Attribute
       
  1737 				tool       	"cg"
       
  1738 				name       	"Static"
       
  1739 				value      	203)))
       
  1740 		    (object Attribute
       
  1741 			tool       	"cg"
       
  1742 			name       	"FriendKindSet"
       
  1743 			value      	(list Attribute_Set
       
  1744 			    (object Attribute
       
  1745 				tool       	"cg"
       
  1746 				name       	"Common"
       
  1747 				value      	200)
       
  1748 			    (object Attribute
       
  1749 				tool       	"cg"
       
  1750 				name       	"Virtual"
       
  1751 				value      	201)
       
  1752 			    (object Attribute
       
  1753 				tool       	"cg"
       
  1754 				name       	"Abstract"
       
  1755 				value      	202)
       
  1756 			    (object Attribute
       
  1757 				tool       	"cg"
       
  1758 				name       	"Friend"
       
  1759 				value      	204)))
       
  1760 		    (object Attribute
       
  1761 			tool       	"cg"
       
  1762 			name       	"GenerateSet"
       
  1763 			value      	(list Attribute_Set
       
  1764 			    (object Attribute
       
  1765 				tool       	"cg"
       
  1766 				name       	"DeclareAndDefine"
       
  1767 				value      	199)
       
  1768 			    (object Attribute
       
  1769 				tool       	"cg"
       
  1770 				name       	"DeclareOnly"
       
  1771 				value      	205)
       
  1772 			    (object Attribute
       
  1773 				tool       	"cg"
       
  1774 				name       	"DoNotDeclare"
       
  1775 				value      	206)))
       
  1776 		    (object Attribute
       
  1777 			tool       	"cg"
       
  1778 			name       	"VisibilitySet"
       
  1779 			value      	(list Attribute_Set
       
  1780 			    (object Attribute
       
  1781 				tool       	"cg"
       
  1782 				name       	"Public"
       
  1783 				value      	45)
       
  1784 			    (object Attribute
       
  1785 				tool       	"cg"
       
  1786 				name       	"Protected"
       
  1787 				value      	44)
       
  1788 			    (object Attribute
       
  1789 				tool       	"cg"
       
  1790 				name       	"Private"
       
  1791 				value      	43)
       
  1792 			    (object Attribute
       
  1793 				tool       	"cg"
       
  1794 				name       	"Implementation"
       
  1795 				value      	14)))
       
  1796 		    (object Attribute
       
  1797 			tool       	"cg"
       
  1798 			name       	"ConstValue"
       
  1799 			value      	"")
       
  1800 		    (object Attribute
       
  1801 			tool       	"cg"
       
  1802 			name       	"GenerateDefaultSpecifier"
       
  1803 			value      	FALSE)
       
  1804 		    (object Attribute
       
  1805 			tool       	"cg"
       
  1806 			name       	"DefaultSpecifier"
       
  1807 			value      	"")
       
  1808 		    (object Attribute
       
  1809 			tool       	"cg"
       
  1810 			name       	"IDLElement"
       
  1811 			value      	TRUE)
       
  1812 		    (object Attribute
       
  1813 			tool       	"cg"
       
  1814 			name       	"IDLSpecificationType"
       
  1815 			value      	("IDLSpecSet" 22))
       
  1816 		    (object Attribute
       
  1817 			tool       	"cg"
       
  1818 			name       	"IDLSpecSet"
       
  1819 			value      	(list Attribute_Set
       
  1820 			    (object Attribute
       
  1821 				tool       	"cg"
       
  1822 				name       	"Interface"
       
  1823 				value      	22)
       
  1824 			    (object Attribute
       
  1825 				tool       	"cg"
       
  1826 				name       	"Typedef"
       
  1827 				value      	54)
       
  1828 			    (object Attribute
       
  1829 				tool       	"cg"
       
  1830 				name       	"Enumeration"
       
  1831 				value      	8)
       
  1832 			    (object Attribute
       
  1833 				tool       	"cg"
       
  1834 				name       	"Const"
       
  1835 				value      	71)
       
  1836 			    (object Attribute
       
  1837 				tool       	"cg"
       
  1838 				name       	"Exception"
       
  1839 				value      	61)
       
  1840 			    (object Attribute
       
  1841 				tool       	"cg"
       
  1842 				name       	"Struct"
       
  1843 				value      	51)
       
  1844 			    (object Attribute
       
  1845 				tool       	"cg"
       
  1846 				name       	"Union"
       
  1847 				value      	81)))))
       
  1848 	    (object Attribute
       
  1849 		tool       	"cg"
       
  1850 		name       	"default__Module-Spec"
       
  1851 		value      	(list Attribute_Set
       
  1852 		    (object Attribute
       
  1853 			tool       	"cg"
       
  1854 			name       	"Generate"
       
  1855 			value      	TRUE)
       
  1856 		    (object Attribute
       
  1857 			tool       	"cg"
       
  1858 			name       	"CmIdentification"
       
  1859 			value      	(value Text "  %X% %Q% %Z% %W%"))
       
  1860 		    (object Attribute
       
  1861 			tool       	"cg"
       
  1862 			name       	"CopyrightNotice"
       
  1863 			value      	(value Text ""))
       
  1864 		    (object Attribute
       
  1865 			tool       	"cg"
       
  1866 			name       	"FileName"
       
  1867 			value      	"AUTO GENERATE")
       
  1868 		    (object Attribute
       
  1869 			tool       	"cg"
       
  1870 			name       	"InclusionProtectionSymbol"
       
  1871 			value      	"AUTO GENERATE")
       
  1872 		    (object Attribute
       
  1873 			tool       	"cg"
       
  1874 			name       	"AdditionalIncludes"
       
  1875 			value      	(value Text ""))
       
  1876 		    (object Attribute
       
  1877 			tool       	"cg"
       
  1878 			name       	"IncludeBySimpleName"
       
  1879 			value      	FALSE)
       
  1880 		    (object Attribute
       
  1881 			tool       	"cg"
       
  1882 			name       	"InliningStyle"
       
  1883 			value      	("InliningStyleSet" 207))
       
  1884 		    (object Attribute
       
  1885 			tool       	"cg"
       
  1886 			name       	"InliningStyleSet"
       
  1887 			value      	(list Attribute_Set
       
  1888 			    (object Attribute
       
  1889 				tool       	"cg"
       
  1890 				name       	"InClassDeclaration"
       
  1891 				value      	208)
       
  1892 			    (object Attribute
       
  1893 				tool       	"cg"
       
  1894 				name       	"FollowingClassDeclaration"
       
  1895 				value      	207)))
       
  1896 		    (object Attribute
       
  1897 			tool       	"cg"
       
  1898 			name       	"GenerateIDLModule"
       
  1899 			value      	FALSE)))
       
  1900 	    (object Attribute
       
  1901 		tool       	"cg"
       
  1902 		name       	"default__Module-Body"
       
  1903 		value      	(list Attribute_Set
       
  1904 		    (object Attribute
       
  1905 			tool       	"cg"
       
  1906 			name       	"Generate"
       
  1907 			value      	TRUE)
       
  1908 		    (object Attribute
       
  1909 			tool       	"cg"
       
  1910 			name       	"CmIdentification"
       
  1911 			value      	(value Text "  %X% %Q% %Z% %W%"))
       
  1912 		    (object Attribute
       
  1913 			tool       	"cg"
       
  1914 			name       	"CopyrightNotice"
       
  1915 			value      	(value Text ""))
       
  1916 		    (object Attribute
       
  1917 			tool       	"cg"
       
  1918 			name       	"FileName"
       
  1919 			value      	"AUTO GENERATE")
       
  1920 		    (object Attribute
       
  1921 			tool       	"cg"
       
  1922 			name       	"AdditionalIncludes"
       
  1923 			value      	(value Text ""))
       
  1924 		    (object Attribute
       
  1925 			tool       	"cg"
       
  1926 			name       	"IncludeBySimpleName"
       
  1927 			value      	FALSE)
       
  1928 		    (object Attribute
       
  1929 			tool       	"cg"
       
  1930 			name       	"InliningStyle"
       
  1931 			value      	("InliningStyleSet" 207))
       
  1932 		    (object Attribute
       
  1933 			tool       	"cg"
       
  1934 			name       	"InliningStyleSet"
       
  1935 			value      	(list Attribute_Set
       
  1936 			    (object Attribute
       
  1937 				tool       	"cg"
       
  1938 				name       	"InClassDeclaration"
       
  1939 				value      	208)
       
  1940 			    (object Attribute
       
  1941 				tool       	"cg"
       
  1942 				name       	"FollowingClassDeclaration"
       
  1943 				value      	207)))))
       
  1944 	    (object Attribute
       
  1945 		tool       	"cg"
       
  1946 		name       	"default__Operation"
       
  1947 		value      	(list Attribute_Set
       
  1948 		    (object Attribute
       
  1949 			tool       	"cg"
       
  1950 			name       	"CodeName"
       
  1951 			value      	"")
       
  1952 		    (object Attribute
       
  1953 			tool       	"cg"
       
  1954 			name       	"OperationKind"
       
  1955 			value      	("OperationKindSet" 200))
       
  1956 		    (object Attribute
       
  1957 			tool       	"cg"
       
  1958 			name       	"OperationKindSet"
       
  1959 			value      	(list Attribute_Set
       
  1960 			    (object Attribute
       
  1961 				tool       	"cg"
       
  1962 				name       	"Common"
       
  1963 				value      	200)
       
  1964 			    (object Attribute
       
  1965 				tool       	"cg"
       
  1966 				name       	"Virtual"
       
  1967 				value      	201)
       
  1968 			    (object Attribute
       
  1969 				tool       	"cg"
       
  1970 				name       	"Abstract"
       
  1971 				value      	202)
       
  1972 			    (object Attribute
       
  1973 				tool       	"cg"
       
  1974 				name       	"Static"
       
  1975 				value      	203)
       
  1976 			    (object Attribute
       
  1977 				tool       	"cg"
       
  1978 				name       	"Friend"
       
  1979 				value      	204)))
       
  1980 		    (object Attribute
       
  1981 			tool       	"cg"
       
  1982 			name       	"OperationIsConst"
       
  1983 			value      	FALSE)
       
  1984 		    (object Attribute
       
  1985 			tool       	"cg"
       
  1986 			name       	"EntryCode"
       
  1987 			value      	(value Text ""))
       
  1988 		    (object Attribute
       
  1989 			tool       	"cg"
       
  1990 			name       	"ExitCode"
       
  1991 			value      	(value Text ""))
       
  1992 		    (object Attribute
       
  1993 			tool       	"cg"
       
  1994 			name       	"Inline"
       
  1995 			value      	FALSE)
       
  1996 		    (object Attribute
       
  1997 			tool       	"cg"
       
  1998 			name       	"OperationIsOneWay"
       
  1999 			value      	FALSE)
       
  2000 		    (object Attribute
       
  2001 			tool       	"cg"
       
  2002 			name       	"Context"
       
  2003 			value      	"")
       
  2004 		    (object Attribute
       
  2005 			tool       	"cg"
       
  2006 			name       	"Raises"
       
  2007 			value      	"")))
       
  2008 	    (object Attribute
       
  2009 		tool       	"cg"
       
  2010 		name       	"default__Has"
       
  2011 		value      	(list Attribute_Set
       
  2012 		    (object Attribute
       
  2013 			tool       	"cg"
       
  2014 			name       	"CodeName"
       
  2015 			value      	"")
       
  2016 		    (object Attribute
       
  2017 			tool       	"cg"
       
  2018 			name       	"Ordered"
       
  2019 			value      	TRUE)
       
  2020 		    (object Attribute
       
  2021 			tool       	"cg"
       
  2022 			name       	"NameIfUnlabeled"
       
  2023 			value      	"the_$supplier")
       
  2024 		    (object Attribute
       
  2025 			tool       	"cg"
       
  2026 			name       	"GenerateDataMember"
       
  2027 			value      	TRUE)
       
  2028 		    (object Attribute
       
  2029 			tool       	"cg"
       
  2030 			name       	"DataMemberName"
       
  2031 			value      	"$relationship")
       
  2032 		    (object Attribute
       
  2033 			tool       	"cg"
       
  2034 			name       	"DataMemberVisibility"
       
  2035 			value      	("DataMemberVisibilitySet" 14))
       
  2036 		    (object Attribute
       
  2037 			tool       	"cg"
       
  2038 			name       	"DataMemberVisibilitySet"
       
  2039 			value      	(list Attribute_Set
       
  2040 			    (object Attribute
       
  2041 				tool       	"cg"
       
  2042 				name       	"Public"
       
  2043 				value      	45)
       
  2044 			    (object Attribute
       
  2045 				tool       	"cg"
       
  2046 				name       	"Protected"
       
  2047 				value      	44)
       
  2048 			    (object Attribute
       
  2049 				tool       	"cg"
       
  2050 				name       	"Private"
       
  2051 				value      	43)
       
  2052 			    (object Attribute
       
  2053 				tool       	"cg"
       
  2054 				name       	"Implementation"
       
  2055 				value      	14)
       
  2056 			    (object Attribute
       
  2057 				tool       	"cg"
       
  2058 				name       	"AtRelationshipVisibility"
       
  2059 				value      	210)))
       
  2060 		    (object Attribute
       
  2061 			tool       	"cg"
       
  2062 			name       	"GenerateGetOperation"
       
  2063 			value      	TRUE)
       
  2064 		    (object Attribute
       
  2065 			tool       	"cg"
       
  2066 			name       	"GenerateSetOperation"
       
  2067 			value      	TRUE)
       
  2068 		    (object Attribute
       
  2069 			tool       	"cg"
       
  2070 			name       	"GetName"
       
  2071 			value      	"get_$relationship")
       
  2072 		    (object Attribute
       
  2073 			tool       	"cg"
       
  2074 			name       	"SetName"
       
  2075 			value      	"set_$relationship")
       
  2076 		    (object Attribute
       
  2077 			tool       	"cg"
       
  2078 			name       	"GetSetKinds"
       
  2079 			value      	("GetSetKindsSet" 200))
       
  2080 		    (object Attribute
       
  2081 			tool       	"cg"
       
  2082 			name       	"GetSetKindsSet"
       
  2083 			value      	(list Attribute_Set
       
  2084 			    (object Attribute
       
  2085 				tool       	"cg"
       
  2086 				name       	"Common"
       
  2087 				value      	200)
       
  2088 			    (object Attribute
       
  2089 				tool       	"cg"
       
  2090 				name       	"Virtual"
       
  2091 				value      	201)
       
  2092 			    (object Attribute
       
  2093 				tool       	"cg"
       
  2094 				name       	"Abstract"
       
  2095 				value      	202)
       
  2096 			    (object Attribute
       
  2097 				tool       	"cg"
       
  2098 				name       	"Static"
       
  2099 				value      	203)
       
  2100 			    (object Attribute
       
  2101 				tool       	"cg"
       
  2102 				name       	"Friend"
       
  2103 				value      	204)))
       
  2104 		    (object Attribute
       
  2105 			tool       	"cg"
       
  2106 			name       	"ContainerClass"
       
  2107 			value      	"")
       
  2108 		    (object Attribute
       
  2109 			tool       	"cg"
       
  2110 			name       	"SelectorName"
       
  2111 			value      	"")
       
  2112 		    (object Attribute
       
  2113 			tool       	"cg"
       
  2114 			name       	"SelectorType"
       
  2115 			value      	"")
       
  2116 		    (object Attribute
       
  2117 			tool       	"cg"
       
  2118 			name       	"GetIsConst"
       
  2119 			value      	TRUE)
       
  2120 		    (object Attribute
       
  2121 			tool       	"cg"
       
  2122 			name       	"GetSetByReference"
       
  2123 			value      	FALSE)
       
  2124 		    (object Attribute
       
  2125 			tool       	"cg"
       
  2126 			name       	"InlineGet"
       
  2127 			value      	TRUE)
       
  2128 		    (object Attribute
       
  2129 			tool       	"cg"
       
  2130 			name       	"SetReturnsValue"
       
  2131 			value      	FALSE)
       
  2132 		    (object Attribute
       
  2133 			tool       	"cg"
       
  2134 			name       	"InlineSet"
       
  2135 			value      	TRUE)
       
  2136 		    (object Attribute
       
  2137 			tool       	"cg"
       
  2138 			name       	"ForwardReferenceOnly"
       
  2139 			value      	FALSE)
       
  2140 		    (object Attribute
       
  2141 			tool       	"cg"
       
  2142 			name       	"GenerateForwardReference"
       
  2143 			value      	FALSE)
       
  2144 		    (object Attribute
       
  2145 			tool       	"cg"
       
  2146 			name       	"IsReadOnly"
       
  2147 			value      	FALSE)
       
  2148 		    (object Attribute
       
  2149 			tool       	"cg"
       
  2150 			name       	"BoundedHasRelType"
       
  2151 			value      	("HasRelTypeSet" 47))
       
  2152 		    (object Attribute
       
  2153 			tool       	"cg"
       
  2154 			name       	"HasRelTypeSet"
       
  2155 			value      	(list Attribute_Set
       
  2156 			    (object Attribute
       
  2157 				tool       	"cg"
       
  2158 				name       	"Array"
       
  2159 				value      	24)
       
  2160 			    (object Attribute
       
  2161 				tool       	"cg"
       
  2162 				name       	"Sequence"
       
  2163 				value      	47)))))
       
  2164 	    (object Attribute
       
  2165 		tool       	"cg"
       
  2166 		name       	"default__Association"
       
  2167 		value      	(list Attribute_Set
       
  2168 		    (object Attribute
       
  2169 			tool       	"cg"
       
  2170 			name       	"NameIfUnlabeled"
       
  2171 			value      	"the_$targetClass")))
       
  2172 	    (object Attribute
       
  2173 		tool       	"cg"
       
  2174 		name       	"default__Role"
       
  2175 		value      	(list Attribute_Set
       
  2176 		    (object Attribute
       
  2177 			tool       	"cg"
       
  2178 			name       	"CodeName"
       
  2179 			value      	"")
       
  2180 		    (object Attribute
       
  2181 			tool       	"cg"
       
  2182 			name       	"ForwardReferenceOnly"
       
  2183 			value      	FALSE)
       
  2184 		    (object Attribute
       
  2185 			tool       	"cg"
       
  2186 			name       	"NameIfUnlabeled"
       
  2187 			value      	"the_$targetClass")
       
  2188 		    (object Attribute
       
  2189 			tool       	"cg"
       
  2190 			name       	"GenerateDataMember"
       
  2191 			value      	TRUE)
       
  2192 		    (object Attribute
       
  2193 			tool       	"cg"
       
  2194 			name       	"DataMemberName"
       
  2195 			value      	"$target")
       
  2196 		    (object Attribute
       
  2197 			tool       	"cg"
       
  2198 			name       	"DataMemberVisibility"
       
  2199 			value      	("DataMemberVisibilitySet" 14))
       
  2200 		    (object Attribute
       
  2201 			tool       	"cg"
       
  2202 			name       	"DataMemberVisibilitySet"
       
  2203 			value      	(list Attribute_Set
       
  2204 			    (object Attribute
       
  2205 				tool       	"cg"
       
  2206 				name       	"Public"
       
  2207 				value      	45)
       
  2208 			    (object Attribute
       
  2209 				tool       	"cg"
       
  2210 				name       	"Protected"
       
  2211 				value      	44)
       
  2212 			    (object Attribute
       
  2213 				tool       	"cg"
       
  2214 				name       	"Private"
       
  2215 				value      	43)
       
  2216 			    (object Attribute
       
  2217 				tool       	"cg"
       
  2218 				name       	"Implementation"
       
  2219 				value      	14)
       
  2220 			    (object Attribute
       
  2221 				tool       	"cg"
       
  2222 				name       	"AtRelationshipVisibility"
       
  2223 				value      	210)))
       
  2224 		    (object Attribute
       
  2225 			tool       	"cg"
       
  2226 			name       	"ContainerClass"
       
  2227 			value      	"")
       
  2228 		    (object Attribute
       
  2229 			tool       	"cg"
       
  2230 			name       	"QualifiedContainer"
       
  2231 			value      	"")
       
  2232 		    (object Attribute
       
  2233 			tool       	"cg"
       
  2234 			name       	"AssocClassContainer"
       
  2235 			value      	"$supplier *")
       
  2236 		    (object Attribute
       
  2237 			tool       	"cg"
       
  2238 			name       	"GetSetKinds"
       
  2239 			value      	("GetSetKindsSet" 200))
       
  2240 		    (object Attribute
       
  2241 			tool       	"cg"
       
  2242 			name       	"GetSetKindsSet"
       
  2243 			value      	(list Attribute_Set
       
  2244 			    (object Attribute
       
  2245 				tool       	"cg"
       
  2246 				name       	"Common"
       
  2247 				value      	200)
       
  2248 			    (object Attribute
       
  2249 				tool       	"cg"
       
  2250 				name       	"Virtual"
       
  2251 				value      	201)
       
  2252 			    (object Attribute
       
  2253 				tool       	"cg"
       
  2254 				name       	"Abstract"
       
  2255 				value      	202)
       
  2256 			    (object Attribute
       
  2257 				tool       	"cg"
       
  2258 				name       	"Static"
       
  2259 				value      	203)
       
  2260 			    (object Attribute
       
  2261 				tool       	"cg"
       
  2262 				name       	"Friend"
       
  2263 				value      	204)))
       
  2264 		    (object Attribute
       
  2265 			tool       	"cg"
       
  2266 			name       	"GetSetByReference"
       
  2267 			value      	FALSE)
       
  2268 		    (object Attribute
       
  2269 			tool       	"cg"
       
  2270 			name       	"GenerateGetOperation"
       
  2271 			value      	TRUE)
       
  2272 		    (object Attribute
       
  2273 			tool       	"cg"
       
  2274 			name       	"GetName"
       
  2275 			value      	"get_$target")
       
  2276 		    (object Attribute
       
  2277 			tool       	"cg"
       
  2278 			name       	"GetIsConst"
       
  2279 			value      	TRUE)
       
  2280 		    (object Attribute
       
  2281 			tool       	"cg"
       
  2282 			name       	"InlineGet"
       
  2283 			value      	TRUE)
       
  2284 		    (object Attribute
       
  2285 			tool       	"cg"
       
  2286 			name       	"GenerateSetOperation"
       
  2287 			value      	TRUE)
       
  2288 		    (object Attribute
       
  2289 			tool       	"cg"
       
  2290 			name       	"SetName"
       
  2291 			value      	"set_$target")
       
  2292 		    (object Attribute
       
  2293 			tool       	"cg"
       
  2294 			name       	"SetReturnsValue"
       
  2295 			value      	FALSE)
       
  2296 		    (object Attribute
       
  2297 			tool       	"cg"
       
  2298 			name       	"InlineSet"
       
  2299 			value      	TRUE)
       
  2300 		    (object Attribute
       
  2301 			tool       	"cg"
       
  2302 			name       	"GenerateQualifiedGetOperation"
       
  2303 			value      	TRUE)
       
  2304 		    (object Attribute
       
  2305 			tool       	"cg"
       
  2306 			name       	"QualifiedGetName"
       
  2307 			value      	"get_$target")
       
  2308 		    (object Attribute
       
  2309 			tool       	"cg"
       
  2310 			name       	"QualifiedGetIsConst"
       
  2311 			value      	TRUE)
       
  2312 		    (object Attribute
       
  2313 			tool       	"cg"
       
  2314 			name       	"InlineQualifiedGet"
       
  2315 			value      	TRUE)
       
  2316 		    (object Attribute
       
  2317 			tool       	"cg"
       
  2318 			name       	"GenerateQualifiedSetOperation"
       
  2319 			value      	TRUE)
       
  2320 		    (object Attribute
       
  2321 			tool       	"cg"
       
  2322 			name       	"QualifiedSetName"
       
  2323 			value      	"set_$target")
       
  2324 		    (object Attribute
       
  2325 			tool       	"cg"
       
  2326 			name       	"QualifiedSetReturnsValue"
       
  2327 			value      	FALSE)
       
  2328 		    (object Attribute
       
  2329 			tool       	"cg"
       
  2330 			name       	"InlineQualifiedSet"
       
  2331 			value      	TRUE)
       
  2332 		    (object Attribute
       
  2333 			tool       	"cg"
       
  2334 			name       	"GenerateAssocClassDataMember"
       
  2335 			value      	TRUE)
       
  2336 		    (object Attribute
       
  2337 			tool       	"cg"
       
  2338 			name       	"AssocClassDataMemberName"
       
  2339 			value      	"$target")
       
  2340 		    (object Attribute
       
  2341 			tool       	"cg"
       
  2342 			name       	"AssocClassDataMemberVisibility"
       
  2343 			value      	("DataMemberVisibilitySet" 14))
       
  2344 		    (object Attribute
       
  2345 			tool       	"cg"
       
  2346 			name       	"DataMemberVisibilitySet"
       
  2347 			value      	(list Attribute_Set
       
  2348 			    (object Attribute
       
  2349 				tool       	"cg"
       
  2350 				name       	"Public"
       
  2351 				value      	45)
       
  2352 			    (object Attribute
       
  2353 				tool       	"cg"
       
  2354 				name       	"Protected"
       
  2355 				value      	44)
       
  2356 			    (object Attribute
       
  2357 				tool       	"cg"
       
  2358 				name       	"Private"
       
  2359 				value      	43)
       
  2360 			    (object Attribute
       
  2361 				tool       	"cg"
       
  2362 				name       	"Implementation"
       
  2363 				value      	14)
       
  2364 			    (object Attribute
       
  2365 				tool       	"cg"
       
  2366 				name       	"AtRelationshipVisibility"
       
  2367 				value      	210)))
       
  2368 		    (object Attribute
       
  2369 			tool       	"cg"
       
  2370 			name       	"AssocClassGetSetKinds"
       
  2371 			value      	("GetSetKindsSet" 200))
       
  2372 		    (object Attribute
       
  2373 			tool       	"cg"
       
  2374 			name       	"GenerateAssocClassGetOperation"
       
  2375 			value      	TRUE)
       
  2376 		    (object Attribute
       
  2377 			tool       	"cg"
       
  2378 			name       	"AssocClassGetName"
       
  2379 			value      	"get_$target")
       
  2380 		    (object Attribute
       
  2381 			tool       	"cg"
       
  2382 			name       	"AssocClassGetIsConst"
       
  2383 			value      	TRUE)
       
  2384 		    (object Attribute
       
  2385 			tool       	"cg"
       
  2386 			name       	"InlineAssocClassGet"
       
  2387 			value      	TRUE)
       
  2388 		    (object Attribute
       
  2389 			tool       	"cg"
       
  2390 			name       	"GenerateAssocClassSetOperation"
       
  2391 			value      	TRUE)
       
  2392 		    (object Attribute
       
  2393 			tool       	"cg"
       
  2394 			name       	"AssocClassSetName"
       
  2395 			value      	"set_$target")
       
  2396 		    (object Attribute
       
  2397 			tool       	"cg"
       
  2398 			name       	"AssocClassSetReturnsValue"
       
  2399 			value      	FALSE)
       
  2400 		    (object Attribute
       
  2401 			tool       	"cg"
       
  2402 			name       	"InlineAssocClassSet"
       
  2403 			value      	TRUE)
       
  2404 		    (object Attribute
       
  2405 			tool       	"cg"
       
  2406 			name       	"AssocClassForwardReferenceOnly"
       
  2407 			value      	TRUE)
       
  2408 		    (object Attribute
       
  2409 			tool       	"cg"
       
  2410 			name       	"GenerateForwardReference"
       
  2411 			value      	FALSE)
       
  2412 		    (object Attribute
       
  2413 			tool       	"cg"
       
  2414 			name       	"IsReadOnly"
       
  2415 			value      	FALSE)
       
  2416 		    (object Attribute
       
  2417 			tool       	"cg"
       
  2418 			name       	"BoundedRoleType"
       
  2419 			value      	("AssocTypeSet" 47))
       
  2420 		    (object Attribute
       
  2421 			tool       	"cg"
       
  2422 			name       	"AssocTypeSet"
       
  2423 			value      	(list Attribute_Set
       
  2424 			    (object Attribute
       
  2425 				tool       	"cg"
       
  2426 				name       	"Array"
       
  2427 				value      	24)
       
  2428 			    (object Attribute
       
  2429 				tool       	"cg"
       
  2430 				name       	"Sequence"
       
  2431 				value      	47)))))
       
  2432 	    (object Attribute
       
  2433 		tool       	"cg"
       
  2434 		name       	"default__Attribute"
       
  2435 		value      	(list Attribute_Set
       
  2436 		    (object Attribute
       
  2437 			tool       	"cg"
       
  2438 			name       	"CodeName"
       
  2439 			value      	"")
       
  2440 		    (object Attribute
       
  2441 			tool       	"cg"
       
  2442 			name       	"GenerateDataMember"
       
  2443 			value      	TRUE)
       
  2444 		    (object Attribute
       
  2445 			tool       	"cg"
       
  2446 			name       	"DataMemberName"
       
  2447 			value      	"$attribute")
       
  2448 		    (object Attribute
       
  2449 			tool       	"cg"
       
  2450 			name       	"DataMemberVisibility"
       
  2451 			value      	("DataMemberVisibilitySet" 14))
       
  2452 		    (object Attribute
       
  2453 			tool       	"cg"
       
  2454 			name       	"DataMemberVisibilitySet"
       
  2455 			value      	(list Attribute_Set
       
  2456 			    (object Attribute
       
  2457 				tool       	"cg"
       
  2458 				name       	"Public"
       
  2459 				value      	45)
       
  2460 			    (object Attribute
       
  2461 				tool       	"cg"
       
  2462 				name       	"Protected"
       
  2463 				value      	44)
       
  2464 			    (object Attribute
       
  2465 				tool       	"cg"
       
  2466 				name       	"Private"
       
  2467 				value      	43)
       
  2468 			    (object Attribute
       
  2469 				tool       	"cg"
       
  2470 				name       	"Implementation"
       
  2471 				value      	14)
       
  2472 			    (object Attribute
       
  2473 				tool       	"cg"
       
  2474 				name       	"AtAttributeVisibility"
       
  2475 				value      	211)))
       
  2476 		    (object Attribute
       
  2477 			tool       	"cg"
       
  2478 			name       	"GenerateGetOperation"
       
  2479 			value      	TRUE)
       
  2480 		    (object Attribute
       
  2481 			tool       	"cg"
       
  2482 			name       	"GenerateSetOperation"
       
  2483 			value      	TRUE)
       
  2484 		    (object Attribute
       
  2485 			tool       	"cg"
       
  2486 			name       	"GetName"
       
  2487 			value      	"get_$attribute")
       
  2488 		    (object Attribute
       
  2489 			tool       	"cg"
       
  2490 			name       	"SetName"
       
  2491 			value      	"set_$attribute")
       
  2492 		    (object Attribute
       
  2493 			tool       	"cg"
       
  2494 			name       	"GetSetKinds"
       
  2495 			value      	("GetSetKindsSet" 200))
       
  2496 		    (object Attribute
       
  2497 			tool       	"cg"
       
  2498 			name       	"GetSetKindsSet"
       
  2499 			value      	(list Attribute_Set
       
  2500 			    (object Attribute
       
  2501 				tool       	"cg"
       
  2502 				name       	"Common"
       
  2503 				value      	200)
       
  2504 			    (object Attribute
       
  2505 				tool       	"cg"
       
  2506 				name       	"Virtual"
       
  2507 				value      	201)
       
  2508 			    (object Attribute
       
  2509 				tool       	"cg"
       
  2510 				name       	"Abstract"
       
  2511 				value      	202)
       
  2512 			    (object Attribute
       
  2513 				tool       	"cg"
       
  2514 				name       	"Static"
       
  2515 				value      	203)
       
  2516 			    (object Attribute
       
  2517 				tool       	"cg"
       
  2518 				name       	"Friend"
       
  2519 				value      	204)))
       
  2520 		    (object Attribute
       
  2521 			tool       	"cg"
       
  2522 			name       	"GetIsConst"
       
  2523 			value      	TRUE)
       
  2524 		    (object Attribute
       
  2525 			tool       	"cg"
       
  2526 			name       	"GetSetByReference"
       
  2527 			value      	FALSE)
       
  2528 		    (object Attribute
       
  2529 			tool       	"cg"
       
  2530 			name       	"InlineGet"
       
  2531 			value      	TRUE)
       
  2532 		    (object Attribute
       
  2533 			tool       	"cg"
       
  2534 			name       	"SetReturnsValue"
       
  2535 			value      	FALSE)
       
  2536 		    (object Attribute
       
  2537 			tool       	"cg"
       
  2538 			name       	"InlineSet"
       
  2539 			value      	TRUE)
       
  2540 		    (object Attribute
       
  2541 			tool       	"cg"
       
  2542 			name       	"CaseSpecifier"
       
  2543 			value      	"")
       
  2544 		    (object Attribute
       
  2545 			tool       	"cg"
       
  2546 			name       	"IsReadOnly"
       
  2547 			value      	FALSE)))
       
  2548 	    (object Attribute
       
  2549 		tool       	"cg"
       
  2550 		name       	"default__Uses"
       
  2551 		value      	(list Attribute_Set
       
  2552 		    (object Attribute
       
  2553 			tool       	"cg"
       
  2554 			name       	"ForwardReferenceOnly"
       
  2555 			value      	FALSE)
       
  2556 		    (object Attribute
       
  2557 			tool       	"cg"
       
  2558 			name       	"GenerateForwardReference"
       
  2559 			value      	FALSE)))
       
  2560 	    (object Attribute
       
  2561 		tool       	"cg"
       
  2562 		name       	"default__Subsystem"
       
  2563 		value      	(list Attribute_Set
       
  2564 		    (object Attribute
       
  2565 			tool       	"cg"
       
  2566 			name       	"Directory"
       
  2567 			value      	"AUTO GENERATE")))
       
  2568 	    (object Attribute
       
  2569 		tool       	"DDL"
       
  2570 		name       	"propertyId"
       
  2571 		value      	"809135966")
       
  2572 	    (object Attribute
       
  2573 		tool       	"DDL"
       
  2574 		name       	"default__Project"
       
  2575 		value      	(list Attribute_Set
       
  2576 		    (object Attribute
       
  2577 			tool       	"DDL"
       
  2578 			name       	"DataBase"
       
  2579 			value      	("DataBaseSet" 800))
       
  2580 		    (object Attribute
       
  2581 			tool       	"DDL"
       
  2582 			name       	"DataBaseSet"
       
  2583 			value      	(list Attribute_Set
       
  2584 			    (object Attribute
       
  2585 				tool       	"DDL"
       
  2586 				name       	"ANSI"
       
  2587 				value      	800)
       
  2588 			    (object Attribute
       
  2589 				tool       	"DDL"
       
  2590 				name       	"Oracle"
       
  2591 				value      	801)
       
  2592 			    (object Attribute
       
  2593 				tool       	"DDL"
       
  2594 				name       	"SQLServer"
       
  2595 				value      	802)
       
  2596 			    (object Attribute
       
  2597 				tool       	"DDL"
       
  2598 				name       	"Sybase"
       
  2599 				value      	803)
       
  2600 			    (object Attribute
       
  2601 				tool       	"DDL"
       
  2602 				name       	"Watcom"
       
  2603 				value      	804)))
       
  2604 		    (object Attribute
       
  2605 			tool       	"DDL"
       
  2606 			name       	"PrimaryKeyColumnName"
       
  2607 			value      	"Id")
       
  2608 		    (object Attribute
       
  2609 			tool       	"DDL"
       
  2610 			name       	"PrimaryKeyColumnType"
       
  2611 			value      	"NUMBER(5)")
       
  2612 		    (object Attribute
       
  2613 			tool       	"DDL"
       
  2614 			name       	"ViewName"
       
  2615 			value      	"V_")
       
  2616 		    (object Attribute
       
  2617 			tool       	"DDL"
       
  2618 			name       	"TableName"
       
  2619 			value      	"T_")
       
  2620 		    (object Attribute
       
  2621 			tool       	"DDL"
       
  2622 			name       	"InheritSuffix"
       
  2623 			value      	"_V")
       
  2624 		    (object Attribute
       
  2625 			tool       	"DDL"
       
  2626 			name       	"DropClause"
       
  2627 			value      	FALSE)
       
  2628 		    (object Attribute
       
  2629 			tool       	"DDL"
       
  2630 			name       	"BaseViews"
       
  2631 			value      	FALSE)
       
  2632 		    (object Attribute
       
  2633 			tool       	"DDL"
       
  2634 			name       	"DDLScriptFilename"
       
  2635 			value      	"DDL1.SQL")))
       
  2636 	    (object Attribute
       
  2637 		tool       	"DDL"
       
  2638 		name       	"default__Attribute"
       
  2639 		value      	(list Attribute_Set
       
  2640 		    (object Attribute
       
  2641 			tool       	"DDL"
       
  2642 			name       	"ColumnType"
       
  2643 			value      	"VARCHAR")
       
  2644 		    (object Attribute
       
  2645 			tool       	"DDL"
       
  2646 			name       	"Length"
       
  2647 			value      	"")
       
  2648 		    (object Attribute
       
  2649 			tool       	"DDL"
       
  2650 			name       	"NullsOK"
       
  2651 			value      	TRUE)
       
  2652 		    (object Attribute
       
  2653 			tool       	"DDL"
       
  2654 			name       	"PrimaryKey"
       
  2655 			value      	FALSE)
       
  2656 		    (object Attribute
       
  2657 			tool       	"DDL"
       
  2658 			name       	"Unique"
       
  2659 			value      	FALSE)
       
  2660 		    (object Attribute
       
  2661 			tool       	"DDL"
       
  2662 			name       	"CompositeUnique"
       
  2663 			value      	FALSE)
       
  2664 		    (object Attribute
       
  2665 			tool       	"DDL"
       
  2666 			name       	"CheckConstraint"
       
  2667 			value      	"")))
       
  2668 	    (object Attribute
       
  2669 		tool       	"cg"
       
  2670 		name       	"default__Category"
       
  2671 		value      	(list Attribute_Set
       
  2672 		    (object Attribute
       
  2673 			tool       	"cg"
       
  2674 			name       	"GenerateIDLModule"
       
  2675 			value      	TRUE)
       
  2676 		    (object Attribute
       
  2677 			tool       	"cg"
       
  2678 			name       	"ModuleName"
       
  2679 			value      	(value Text "")))))
       
  2680 	quid       	"3DDCAD00008C"))