A partial ordering is a transitive reflexive relation on some set.
≤ is transitive if x≤y & y≤z → x≤z.
≤ is reflexive if x≤x.

A total ordering ≤ is a partial ordering where x≤y & y≤x → x=y.
simple ordering” means the same as “total ordering”.