Mike,<br><br>> If I want multiple inheirtance, then I'll need the following setup<br>> 1. objectclassB inherits from objectclassA<br>> 2. objectclassC inheirts from objectclassB<br><br>>> No, it doesn't work. Superior classes can only inherit from top.
<br><br>Um... That's strange, because I'm able to do that.<br>Maybe my description is not clear?<br><br>If I have the following schema setup<br>1. objectClassA with attribute1 inherits from top<br>2. objectClassB with attribute2 inherits from objectClassA
<br>3. objectClassC with attribute3 inherits from objectClassB<br>then I can achieve multiple schema object class inheritance.<br><br>objectClassC will contains attribute1, attribute2 and attribute3.<br><br>objectClassA is my superior class who inherits from top.
<br><br>Am I correct?<br><br>Thanks,<br><br>David Chu<br><br><br><br><div><span class="gmail_quote">On 7/12/06, <b class="gmail_sendername">Mike Jackson</b> <<a href="mailto:mj@sci.fi">mj@sci.fi</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Chun Tat David Chu wrote:<br>> Hi,<br>><br>> I think I got the answer, but I would like to confirm that if I'm correct.<br>><br>> At any given time, a single object class can only inherit from one and<br>> only one object class (no multiple inheritance).
<br>><br>> For example, if I have 3 object classes<br>> 1. objectclassA with attribute1<br>> 2. objectclassB with attribute2<br>> 3. objectclassC with attribute3<br>> Then objectclassC can only either inherit from objectclassA or objectclassB.
<br><br>Correct.<br><br><br>> If I want multiple inheirtance, then I'll need the following setup<br>> 1. objectclassB inherits from objectclassA<br>> 2. objectclassC inheirts from objectclassB<br><br>No, it doesn't work. Superior classes can only inherit from top.
<br><br><br>Mike<br>--<br><a href="http://www.netauth.com">http://www.netauth.com</a> - LDAP Directory Consulting<br><br>--<br>Fedora-directory-users mailing list<br><a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com
</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br></blockquote></div><br>