EAnnotation annotation = (EAnnotation)annotations.get(i);
String propertyURI = annotation.getSource();
for (Iterator iter = annotation.getDetails().iterator(); iter.hasNext(); )
{
EStringToStringMapEntryImpl entry = (EStringToStringMapEntryImpl)iter.next();
String propertyName = entry.getTypedKey();
Property globalProperty = getGlobalProperty(typeHelper, propertyURI, propertyName);
if (globalProperty != null)
{
result.add(globalProperty);