898899900901902903904905906907908
} else { ComplexExtension ce = ct.complexContent().extension(); contentModel = ce; contentModelOwner = ce; ce.base(bc.getTypeName()); // TODO: what if the base type is anonymous? } } if(contentModelOwner!=null) {
924925926927928929930931932933934