several textCoords per vertex

May be somebody know what does it mean when per vertex there are more than one textCoords from one texture?
This situations occur in Collda models if it helps.

When 2 adjacent faces must be textured from completely different parts of the texture ?

And how to do this?

You duplicate the position, so that there is one position for every one texture coordinate.

thx