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

 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_SystemBIOS 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Application::BIOS" ), 
 9                   Description ( 
10                      "SystemBIOS associates a UnitaryComputerSystem\'s BIOS with the "
11                      "System itself." )]
12               class CIM_SystemBIOS : CIM_SystemComponent {
13               
14                     [Aggregate, Override ( "GroupComponent" ), 
15                      Max ( 1 ), 
16                      Description ( "The ComputerSystem that boots from the BIOS." )]
17                  CIM_ComputerSystem REF GroupComponent;
18               
19                     [Override ( "PartComponent" ), 
20                      Description ( "The System\'s BIOS." )]
21                  CIM_BIOSElement REF PartComponent;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2