repositoryElements element
| Type: | repositoryElementInfos | 
| Namespace: | (default namespace) | 
| XML Schema: | ns0.xsd | 
A wrapper over list of RepositoryElementInfo.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<repositoryElements>
  <count>...</count>
  <matched>...</matched>
  <agentRepositoryElement>...</agentRepositoryElement>
  <agentRepositoryElement>...</agentRepositoryElement>
  <!--...more "agentRepositoryElement" elements...-->
  <engineRepositoryElement>...</engineRepositoryElement>
  <engineRepositoryElement>...</engineRepositoryElement>
  <!--...more "engineRepositoryElement" elements...-->
  <keyRepositoryElement>...</keyRepositoryElement>
  <keyRepositoryElement>...</keyRepositoryElement>
  <!--...more "keyRepositoryElement" elements...-->
  <repositoryElement>...</repositoryElement>
  <repositoryElement>...</repositoryElement>
  <!--...more "repositoryElement" elements...-->
</repositoryElements>
      Example JSON
{
  "count" : ...,
  "matched" : ...,
  "repositoryElement" : [ {
  }, {
  }, {
  }, {
  }, {
  }, {
  }, {
  }, {
  } ]
}