So you are actually wanting something like this?

create class A extends V
create class B extends V

create property V.id binary
create property V.createAt datetime
create property V.updatedAt datetime

create property A.someOtherField string
create property B.andYetAnother integer

create class C extends A, B

But you only want unique fields to be inherited in C. Correct? That won't 
work, from what I understand.

What exactly is the schema you need in C?

Scott

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to