(file) Return to CIM_SystemDevice.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              // <change cr="CIMCoreCR00709.002" type ="change">Update of
 3              // descriptions based on Tech Edit review.</change>
 4              // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5              // qualifier values to CIM Schema.</change>
 6              // ==================================================================
 7              //  CIM_SystemDevice
 8              // ==================================================================
 9                 [Association, Aggregation, Composition, Version ( "2.10.0" ), 
10                  UMLPackagePath ( "CIM::Core::Device" ), 
11                  Description ( 
12                     "LogicalDevices can be aggregated by a System. This "
13                     "relationship is made explicit by the SystemDevice association." )]
14              class CIM_SystemDevice : CIM_SystemComponent {
15              
16                    [Aggregate, Override ( "GroupComponent" ), 
17                     Min ( 1 ), 
18                     Max ( 1 ), 
19                     Description ( "The parent system in the Association." )]
20                 CIM_System REF GroupComponent;
21              
22 krisbash 1.1       [Override ( "PartComponent" ), 
23                     Weak, Description ( 
24                        "The LogicalDevice that is a component of a System." )]
25                 CIM_LogicalDevice REF PartComponent;
26              
27              
28              };

ViewCVS 0.9.2