// Copyright (c) 2006 DMTF. All rights reserved. [Association, Experimental, Version ( "2.13.0" ), UMLPackagePath ( "CIM::Metrics::BaseMetric" ), Description ( "Association between a BaseMetricValue instance representing an " "analog metric value, and any DiscreteMetricValue instances " "representing discrete metric values based upon this analog " "metric value. \n" "For a definition of the discrete metrics concept and how the " "existence of instances of this association class control the " "existence of the discrete metric values, refer to the " "description of DiscreteMetricDefinition." )] class CIM_DiscreteMetricValueDependency : CIM_Dependency { [Override ( "Antecedent" ), Min ( 1 ), Max ( 1 )] CIM_BaseMetricValue REF Antecedent; [Override ( "Dependent" ), Min ( 0 )] CIM_DiscreteMetricValue REF Dependent; };