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

 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_RealizesAggregatePExtent 
 6               // ==================================================================
 7                  [Association, Deprecated { "CIM_RealizesExtent" }, 
 8                   Version ( "2.7.0" ), 
 9                   UMLPackagePath ( "CIM::Device::SccExtents" ), 
10                   Description ( 
11                      "AggregatePExtents are realized on a PhysicalMedia. This is "
12                      "described by RealizesAggregatePExtent. However, there is no "
13                      "need for the specificity of this association. It is deprecated "
14                      "in lieu of the generic RealizesExtent relationship." )]
15               class CIM_RealizesAggregatePExtent : CIM_RealizesExtent {
16               
17                     [Deprecated { "CIM_RealizesExtent.Antecedent" }, 
18                      Override ( "Antecedent" ), 
19                      Max ( 1 ), 
20                      Description ( 
21                         "The PhysicalMedia on which the Extent is realized." )]
22 karl  1.1.2.2    CIM_PhysicalMedia REF Antecedent;
23               
24                     [Deprecated { "CIM_RealizesExtent.Dependent" }, 
25                      Override ( "Dependent" ), 
26                      Description ( 
27                         "The AggregatePExtent that is located on the Media." )]
28                  CIM_AggregatePExtent REF Dependent;
29               
30               
31               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2