1 -class SchemaGenerator(object): 2 3 # @ParamType aFilename 4 # Generate the schema for the given model. 5 - def generate(self, aFilename): 6 pass 7