XSModel model = fSchemaLoader
.loadURI(getResourceURL("XSModelGroupDefinitionTest01.xsd"));
XSModelGroupDefinition group = model.getModelGroupDefinition("group4",
"XSModelGroupDefn");
XSAnnotation annotation = group.getAnnotation();
assertEquals("TEST4_NO_SYNTH_ANNOTATION", expected, trim(annotation
.getAnnotationString()));
XSObjectList annotations = group.getAnnotations();
assertEquals(
"TEST4_NO_SYNTH_ANNOTATIONS",
expected,