I'm making a computer program that graphically represents a chord from text like this
(chord name = "F")
(barre = "Fret 1 strings EB finger 1")
oE---
oB---
oG-2-
oD--3
xA---
xE---
and represents it somewhat like this:

Would there ever be a situation where more than one barre is in one chord? I need to know if I should implement multiple barres.
