memberAndAccessorFactory, contentMemberAndAccessorFactory);
final XSListType collection =
XSCollectionFactory.createCollection(SourceGeneratorConstants.FIELD_INFO_ODMG,
contentType, useJava50);
if (hasNature(XMLInfoNature.class.getName())) {
XMLInfoNature xmlNature = new XMLInfoNature(this);
xmlNature.setSchemaType(collection);
}
}