add notion of "Undefined" as possible value for attribute
We need some way to test the equals on reference and attributes that haven't been defined by the user
myAsset.myRef == Undefined
myAsset.myRef != Undefined
myAsset.myattr == Undefined
myAsset.myattr != Undefined
Edited by Vojtisek Didier