This project has retired. For details please refer to its Attic page.
stringList

stringList element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <stringList> <elements>...</elements> <elements>...</elements> <!--...more "elements" elements...--> </stringList>

Example JSON

{ "elements" : [ "...", ... ] }