Any image that has an "alt" attribute that does not fully convey the meaning of the image must have a "longdesc" attribute.
<img src="complexImage.png" alt="A complex image that cannot be described
succinctly.">
<img src="complexImage.png" alt="A complex image that cannot be described
succinctly." longdesc="longer_description.html">