HP WBEM Services Software Developer's Kit for HP-UX Provider and Client Developer's Guide A.01
Client Implementation
Navigating Schema
Chapter 5100
properties defined insubclasses should be returned (just those properties
inherited from superclasses and local to the class specified in the
operation).
HP WBEM Services only supports the value TRUE for the
DeepInheritance flag.
Local Only Flag
The LocalOnly flag indicates that the enumerateInstance and
getInstance operations should return only properties defined in the
designated class and none of those defined in superclasses. A value of
FALSE would indicate that those properties defined in superclasses
should also be returned. Note that for either value of the LocalOnly flag,
properties that are overridden in the specified class are returned.
HP WBEM Services only supports the value FALSE for the LocalOnly
flag.