else
sgAnnotationContext.remove(annotationName);
} else if (docprop.containsKey(BELDocumentProperty.getDocumentProperty(annotationName))) {
addError(new UnsetDocumentPropertiesException(an.getLine(), an.getCharPositionInLine()));
} else {
addWarning(new UnsetUndefinedAnnotationException(an.getLine(), an.getCharPositionInLine()));
}
}
}