(file) Return to CIM_RealizedOnSide.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_RealizedOnSide 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Device::StorageExtents" ), 
 9               Description ( 
10                  "Since removable PhysicalMedia can be dual-sided, there is the "
11                  "possibility for StorageExtents to be realized on a single side "
12                  "of the Media. This association is a specialization of the "
13                  "RealizesExtent relationship, adding a Side property to express "
14                  "the Media\'s orientation details." )]
15           class CIM_RealizedOnSide : CIM_RealizesExtent {
16           
17                 [Override ( "Antecedent" ), 
18                  Max ( 1 ), 
19                  Description ( 
20                     "The PhysicalMedia on which the Extent is realized." )]
21              CIM_PhysicalMedia REF Antecedent;
22 marek 1.1 
23                 [Override ( "Dependent" ), 
24                  Description ( 
25                     "The StorageExtent that is located on the Component." )]
26              CIM_StorageExtent REF Dependent;
27           
28                 [Description ( 
29                     "An enumeration expressing on which \'Side\' the Extent "
30                     "is realized. Since sides can be named by various schemes "
31                     "(0/1 or A/B), both schemes are expressed in the Values "
32                     "array of this property." ), 
33                  ValueMap { "0", "1", "2", "3", "4" }, 
34                  Values { "Unknown", "Side 0", "Side 1", "Side A", "Side B" }]
35              uint16 Side;
36           
37           
38           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2