Inherited attributes in Syntax-Directed Translation (SDT) schemes are used to pass information from parent nodes to their children, which means they flow down the parse tree. This is in contrast to synthesized attributes, which are used to pass information up the parse tree.