// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_RegisteredSubProfile // ================================================================== [Version ( "2.8.0" ), UMLPackagePath ( "CIM::Interop" ), Description ( "A RegisteredSubProfile subclasses RegisteredProfile to " "indicate that a scoping profile is required to provide " "context. The latter is specified by the mandatory association, " "SubProfileRequiresProfile.")] class CIM_RegisteredSubProfile : CIM_RegisteredProfile { };