Varied due dates.
If the maximum sized of a matching is 1, every pair of edges in G must share a vertex in common. If every pair shares the same vertex, then G is a star. Suppose, on the other hand, there are three edges, say e1, e2, and e3 such that e1 and e2 meet at a vertex different from the vertex that e2 and e3 meet at. Since G is simple, e1 and e3 must share yet a third vertex, and we have a triangle. Furthermore, if any other edge is incident to any of the three vertices of the triangle, then that edge would be part of a matching with the opposite edge in the triangle.
As an example, the sets {a,c}, {a,d}, {d,e}, and {a,b,d} has the SDR {a,d,e,b}, since the four elements are distinct and a is in {a,c}, d is in {a,d}, e is in {d,e} and b is in {a,b,d}.
On the other hand, A = {a,b}, B = {b,c,d,f}, C = {a,e}, D = {b,e}, and E = {a,b,e} don't because the union of the four sets A,C,D and E is {a,b,e} which has only three elements.