(file) Return to CIM_RealizesPExtent.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_RealizesPExtent 
 6               // ==================================================================
 7                  [Association, Deprecated { "CIM_RealizesExtent" }, 
 8                   Version ( "2.7.0" ), 
 9                   UMLPackagePath ( "CIM::Device::SccExtents" ), 
10                   Description ( 
11                      "PhysicalExtents are realized on a PhysicalMedia. This is "
12                      "described by RealizesPExtent. However, there is no need for "
13                      "the specificity of this association. It is deprecated in lieu "
14                      "of the generic RealizesExtent relationship." )]
15               class CIM_RealizesPExtent : 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 PhysicalExtent that is located on the Media." )]
28                  CIM_PhysicalExtent REF Dependent;
29               
30               
31               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2