(file) Return to CIM_BIOSEnumeration.mof CVS log (file) (dir) Up to [OMI] / omi / share / omischema / CIM-2.32.0 / System

File: [OMI] / omi / share / omischema / CIM-2.32.0 / System / CIM_BIOSEnumeration.mof (download)
Revision: 1.3, Mon Apr 20 17:20:30 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.2: +0 -0 lines
OMI 1.0.8-1

// Copyright (c) 2009 DMTF.  All rights reserved.
   [Version ( "2.22.0" ), 
    UMLPackagePath ( "CIM::System::BIOS" ), 
    Description ( 
       "This class extends the CIM_BIOSAttribute base class definition "
       "to provide informational detail for enumeration data types. "
       "Enumerations are single-selection lists with a finite set of "
       "entities. Example enumerations might include \"Power-On Self "
       "Test: Enable, Disable\" or \"Standby Timeout: 15 minutes, 30 "
       "minutes, 45 minutes, Never\"." )]
class CIM_BIOSEnumeration : CIM_BIOSAttribute {

      [Required, Description ( 
          "An array of strings containing possible value "
          "definitions for the Attribute. The first element SHOULD "
          "not be NULL and there SHOULD be no NULL or empty string "
          "elements intermixed with populated array element values. "
          "A Value of NULL SHALL indicate an element\'s value is "
          "unknown." ), 
       ArrayType ( "indexed" ), 
       ModelCorrespondence { 
          "CIM_BIOSEnumeration.PossibleValuesDescription" }]
   string PossibleValues[];

      [Description ( 
          "An array of free-form strings providing explanations and "
          "details behind the entries in the "
          "CIM_BIOSEnumeration.PossibleValues array. Note that each "
          "entry of this array is related to the entry in "
          "PossibleValues array that is located at the same index." ), 
       ArrayType ( "indexed" ), 
       ModelCorrespondence { "CIM_BIOSEnumeration.PossibleValues" }]
   string PossibleValuesDescription[];


};

ViewCVS 0.9.2