count element

Type: countDTO
Namespace: (default namespace)
XML Schema: ns0.xsd

A DTO for representing a count of something.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <count> <name>...</name> <count>...</count> </count>

Example JSON

{ "name" : "...", "count" : ... }