// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_RelatedSpanningTree // ================================================================== [Association, Version ( "2.7.0" ), UMLPackagePath ( "CIM::Network::SwitchingBridging" ), Description ( "This association identifies the spanning tree in which a " "forwarding database (TransparentBridgingService) is nested." )] class CIM_RelatedSpanningTree : CIM_ServiceServiceDependency { [Override ( "Antecedent" ), Description ( "The TransparentBridgingService that supports a " "SpanningTreeService." )] CIM_TransparentBridgingService REF Antecedent; [Override ( "Dependent" ), Max ( 1 ), Description ( "The SpanningTree in which a TransparentBridgingService is nested." )] CIM_SpanningTreeService REF Dependent; };