final String elementName, final boolean useJava50,
final FieldMemberAndAccessorFactory memberAndAccessorFactory,
final FieldMemberAndAccessorFactory contentMemberAndAccessorFactory) {
super(contentType, name, elementName, useJava50,
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);