133134135136137138139140141142143
schema = super.buildSchema(); //register schema AppSchemaXSDRegistry.getInstance().register(schema); } else { //reset because included schema's are not always complete schema.reset(); } return schema; } }