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

 1 karl  1.1.2.2 // 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_MemoryOnCard 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Physical::Component" ), 
 9                   Description ( 
10                      "PhysicalMemory can be located on HostingBoards, adapter Cards, "
11                      "etc. This association explicitly defines this relationship of "
12                      "Memory to Cards." )]
13               class CIM_MemoryOnCard : CIM_PackagedComponent {
14               
15                     [Aggregate, Override ( "GroupComponent" ), 
16                      Max ( 1 ), 
17                      Description ( "The Card that includes or \'contains\' Memory." )]
18                  CIM_Card REF GroupComponent;
19               
20                     [Override ( "PartComponent" ), 
21                      Description ( 
22 karl  1.1.2.2           "The PhysicalMemory which is located on the Card." )]
23                  CIM_PhysicalMemory REF PartComponent;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2