mf = (ComplexType) typeRegistry.getAttributeType(typeName);
assertNotNull(mf);
assertTrue(mf instanceof FeatureType);
}
finally {
typeRegistry.disposeSchemaIndexes();
}
/*
* AttributeType superType = mf.getSuper(); assertNotNull(superType); Name superTypeName =
* Types.typeName(SANS, "ProfileType"); assertEquals(superTypeName, superType.getName());
* assertTrue(superType instanceof FeatureType); // ensure all needed types were parsed and