SchemaAssignment schemaAssignment = (SchemaAssignment) iterSa.next();
String configurationPointId = IdUtils.qualify(sourceModule.getId(), schemaAssignment.getConfigurationId());
ConfigurationPointDefinition cpd = _definition.getConfigurationPoint(configurationPointId);
if (cpd == null) {
throw new ApplicationRuntimeException(XmlImplMessages.unknownConfigurationPointOfSchemaAssignment(configurationPointId, schemaAssignment));
}
String schemaId = IdUtils.qualify(sourceModule.getId(), schemaAssignment.getSchemaId());
Schema schema = getSchema(schemaId, sourceModule.getId(), schemaAssignment.getLocation());