else
outer = outer.getOuterType();
}
// No outer type, no type on this, should not be possible, so explode
throw new XFireRuntimeException("No type name is defined for <" + schemaType + "> " +
"and no outer type containing the inline type -- this " +
"should not be possible to be a legally defined schema");
}
}