// Copyright (c) 2013 DMTF. All rights reserved. [Association, Version ( "2.37.0" ), UMLPackagePath ( "CIM::Interop" ), Description ( "A profile that is referenced by another RegisteredProfile." )] class CIM_ReferencedProfile : CIM_ReferencedSpecification { [Override ( "Antecedent" ), Description ( "The RegisteredProfile that is referenced by the Dependent Profile." )] CIM_RegisteredProfile REF Antecedent; [Override ( "Dependent" ), Description ( "A RegisteredProfile that references other profiles." )] CIM_RegisteredProfile REF Dependent; };