Classes and Multiple Inheritance

Meta Data Services Programming

Meta Data Services Programming

Classes and Multiple Inheritance

A class can inherit attributes from multiple other classes. The following example shows how such a class is represented.

Example
<Class4 oim:id = "_123"
      Class4.Attribute1="..."
      Class1.Attribute1="..."
      Attribute2="..."
      Attribute3="...">
      ...
</Class4> 

Note  Because there is a naming conflict between the two attributes called Attribute1, the name of the class they are defined on is added as a prefix.

See Also

XML Encoding Reference