(file) Return to CIM_DiagnosticResultInPackage.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM2131 / DMTF / System

 1 s.manicka 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_DiagnosticResultInPackage
 6               // ==================================================================
 7                  [Association, Deprecated { "No value" },
 8                      UMLPackagePath ( "CIM::System::Diagnostics" ), Aggregation,
 9                   Version ( "2.7.0" ), Description (
10                      "This class is being deprecated. Tests should be grouped at the "
11                      "test level, not by the model. Therefore, this association is "
12                      "no longer appropriate. /n This is an association class that "
13                      "identifies a Diagnostic Result as made up of lower level "
14                      "Results. In this case, the Result identified as the "
15                      "PackageResult reference (i.e., the higher level result) would "
16                      "have its IsPackage property set to TRUE.")]
17               class CIM_DiagnosticResultInPackage {
18               
19                     [Deprecated { "No value" }, Key, Aggregate, Description (
20                         "The DiagnosticResult object that acts as the container for "
21                         "all the results of the package.")]
22 s.manicka 1.1    CIM_DiagnosticResult REF PackageResult;
23               
24                     [Deprecated { "No value" }, Key, Description (
25                         "The DiagnosticResult object that is one of the elements of "
26                         "the package.")]
27                  CIM_DiagnosticResult REF Result;
28               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2