I am defining the schema but on validating it in eclipse it gives following error.
src-resolve: Cannot resolve the name \'common:Name\' to a(n) \'type def
From what you show it looks like you have an element Name in the common namespace, but not the type and you're trying to use the type here:
Name
common
So either create a type common:Name or use instead.
common:Name