reply element ought to have a "multiple replies" attribute
@jamey
Submitted by Jamey Sharp Assigned to Josh Triplett
Description
The XML protocol descriptions currently distinguish between requests that can't have a reply and those that can have one or more replies. It would be nice if we could further distinguish between the common case of a request with exactly one reply, and the quite unusual case of a request with an arbitrary number of replies.
Protocol implementations might use this attribute to detect programming errors that are otherwise hard or unlikely to detect.