repositorytemplate element
| Type: | repositoryTemplateDTO | 
| Namespace: | (default namespace) | 
| XML Schema: | ns0.xsd | 
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<repositorytemplate>
  <type>...</type>
  <name>...</name>
  <description>...</description>
  <id>...</id>
  <dateCreated>...</dateCreated>
  <dateLastModified>...</dateLastModified>
</repositorytemplate>
      Example JSON
{
  "type" : "SVN",
  "name" : "...",
  "description" : "...",
  "id" : "...",
  "dateCreated" : ...,
  "dateLastModified" : ...
}