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

 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_VideoBIOSFeatureVideoBIOSElements 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Application::BIOS" ), 
 9               Description ( 
10                  "A link between VideoBIOSFeature and its aggregated VideoBIOSElements."
11                   )]
12           class CIM_VideoBIOSFeatureVideoBIOSElements : CIM_SoftwareFeatureSoftwareElements {
13           
14                 [Aggregate, Override ( "GroupComponent" ), 
15                  Description ( "The VideoBIOSFeature." )]
16              CIM_VideoBIOSFeature REF GroupComponent;
17           
18                 [Override ( "PartComponent" ), 
19                  Description ( 
20                     "The VideoBIOSElement that implements the capabilities "
21                     "described by VideoBIOSFeature." )]
22 marek 1.1    CIM_VideoBIOSElement REF PartComponent;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2