(file) Return to CIM_SystemPackaging.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Core

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="SysDevCR00714.001" 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_SystemPackaging
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Core::Physical" ), 
11               Description ( 
12                  "Similar to the way that LogicalDevices are \'Realized\' by "
13                  "PhysicalElements, Systems can be associated with specific "
14                  "packaging or PhysicalElements. This association explicitly "
15                  "defines the relationship between a System and its packaging." )]
16           class CIM_SystemPackaging : CIM_Dependency {
17           
18                 [Override ( "Antecedent" ), 
19                  Description ( 
20                     "The PhysicalElements that provide the packaging of a System."
21                      )]
22 marek 1.1    CIM_PhysicalElement REF Antecedent;
23           
24                 [Override ( "Dependent" ), 
25                  Description ( "The System whose packaging is described." )]
26              CIM_System REF Dependent;
27           
28           
29           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2