public IScope scope_Id(TaskDeclaration owner, EReference ref) {
String crossrefName = linkingHelper.getCrossRefNodeAsString(node, true);
if ("options".equals(crossrefName)) {
IEObjectDescription description = EObjectDescription.create("options", getOptions());
return new SingletonScope(description, IScope.NULLSCOPE);
}
else {
// Let superclass handle it
return null;
}