LOCAL parent_schema : schema_definition;
END_LOCAL;
IF 'extended_dictionary_schema.schema_definition' IN TYPEOF(parent)THEN parent_schema := parent;
END_IF;
RETURN(parent_schema);
END_FUNCTION; -- get_schema_definition
public class FGet_schema_definition
public static Value run(SdaiContext _context, Value parent)