answerCounts element
| Type: | answerCounts |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
Created by IntelliJ IDEA. User: marc Date: Sep 1, 2010 Time: 2:27:19 PM
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<answerCounts total="...">
<count question="...">...</count>
<count question="...">...</count>
<!--...more "count" elements...-->
</answerCounts>
Example JSON
{
"total" : ...,
"count" : [ {
"question" : ...,
"value" : ...
}, ... ]
}