repositoryEngines element

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

A wrapper over list of RepositoryEngineInfo.

Example XML

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

Example JSON

{ "count" : ..., "repositoryEngines" : [ { }, { } ] }