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

 1 marek 1.1 // Copyright (c) 2007 DMTF.  All rights reserved.
 2              [Association, Version ( "2.7.0" ), 
 3               UMLPackagePath ( "CIM::Metrics::UnitOfWork" ), 
 4               Description ( 
 5                  "Refers to the refinement of the UnitOfWorkDefinition: the "
 6                  "trace level type. It is not required that a UnitOfWork be "
 7                  "associated to a TraceLevelType. But if it is associated, only "
 8                  "one Type can be specified for the Definition. In contrast, "
 9                  "TraceLevelTypes can be reused for multiple Definitions." )]
10           class CIM_UoWDefTraceLevelType {
11           
12                 [Key, Max ( 1 ), 
13                  Description ( 
14                     "The trace level type description that is implemented by "
15                     "the UnitOfWorkDefinition." )]
16              CIM_TraceLevelType REF TraceLevelType;
17           
18                 [Key, Description ( 
19                     "The UnitOfWorkDefinition which is refined by the "
20                     "instance of TraceLevelType." )]
21              CIM_UnitOfWorkDefinition REF UoWDefn;
22 marek 1.1 
23           
24           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2