(file) Return to CIM_CollectionOfSensors.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_CollectionOfSensors 
 6               // ==================================================================
 7                  [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Device::Sensors" ), 
 9                   Description ( 
10                      "The CollectionOfSensors association indicates the Sensors that "
11                      "make up a MultiStateSensor." )]
12               class CIM_CollectionOfSensors : CIM_Component {
13               
14                     [Aggregate, Override ( "GroupComponent" ), 
15                      Max ( 1 ), 
16                      Description ( "The MultiStateSensor." )]
17                  CIM_MultiStateSensor REF GroupComponent;
18               
19                     [Override ( "PartComponent" ), 
20                      Min ( 2 ), 
21                      Description ( 
22 karl  1.1.2.2           "A Sensor that is part of the MultiStateSensor." )]
23                  CIM_Sensor REF PartComponent;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2