Heidi Eckhart wrote:
]
class Xen_ElementConformsToProfile : CIM_ElementConformsToProfile
{
+
+ [Override ("ConformantStandard")]
+ Xen_RegisteredProfile REF ConformantStandard;
+
};
[Association,
@@ -14,5 +18,9 @@ class Xen_ElementConformsToProfile : CIM
]
class KVM_ElementConformsToProfile : CIM_ElementConformsToProfile
{
+
+ [Override ("ConformantStandard")]
+ KVM_RegisteredProfile REF ConformantStandard;
+
};
What is override being used for here? Doesn't
CIM_ElementConformsToProfile already specify CIM_RegisteredProfile as a
conformant standard ref?
--
Kaitlin Rupert
IBM Linux Technology Center
karupert(a)us.ibm.com