Which type of the ligament is primarily responsible for the udder 'breaking down'

Which type of the ligament is primarily responsible for the udder 'breaking down' Correct Answer Median suspensory

The ligament is primarily responsible for the udder 'breaking down' in Median suspensory.
The median suspensory ligament is the most important part of the suspensory system in cows. It is composed of two adjacent heavy yellow elastic sheets of tissue that arise from the abdominal wall and that attach to the medial flat surfaces of the two udder halves.

Related Questions

Which of the following human ligament is called y shaped ligament of Bigelow?
Which of the following ligament is called y shaped ligament of Bigelow?
Consider the following grammar (that admits a series of declarations, followed by expressions) and the associated syntax directed translation (SDT) actions, given as pseudo-code: P → D* E* D → int ID {record that ID.lexeme is of type int} D → bool ID { record that ID.lexeme is of type bool} E → E1 + E2 {check that E1.type = E2.type = int; set E.type := int} E → !E1 {check that E1.type = bool; set E.type := bool} E → ID {set E.type := int} With respect to the above grammar; which one of the following choices is correct?