case SchemaBase.GROUP_TYPE:
parent.forceElementPresent();
break;
case SchemaBase.EXTENSION_TYPE:
CommonTypeDerivation deriv = (CommonTypeDerivation)comp;
if (!deriv.isComplexType()) {
parent.forceContentPresent();
parent.forceRequiredPresent();
}
break;