What kind of changes can be done manually to make Schema compatible with WMI+A?
• Remove the IN (false) and OUT (false) qualifiers from the schema. • Add the IMPLEMENTED qualifier to all methods. • Add the ABTRACT qualifier to all parent (non-leaf) classes. • In case of Indication: • Extend CIM_ProcessIndication from the WMIA_ExtrinsicEvent. • Do not add ABSTRACT qualifier to any Indication-related classes. • Remove the KEY qualifier if the key property is overridden.