configurations element

Type:
Namespace: (default namespace)
XML Schema: ns2.xsd

Example XML

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

Example JSON

{ "configuration" : [ { }, { } ] }