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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_AssociatedMemory 
 6           // ==================================================================
 7              [Association, Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::Device::Memory" ), 
 9               Description ( 
10                  "LogicalElements may have Memory installed on them or otherwise "
11                  "associated with them - such as CacheMemory. This is made "
12                  "explicit in this association." )]
13           class CIM_AssociatedMemory : CIM_Dependency {
14           
15                 [Override ( "Antecedent" ), 
16                  Description ( 
17                     "Memory installed on or associated with a Device." )]
18              CIM_Memory REF Antecedent;
19           
20                 [Override ( "Dependent" ), 
21                  Description ( "The LogicalElement." )]
22 marek 1.1    CIM_LogicalElement REF Dependent;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2