licensesummary element

Type: pentahoTLSupSummary

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<licensesummary>
  <license>
    <subject>...</subject>
    <notBefore>...</notBefore>
    <notAfter>...</notAfter>
    <outofbounds>...</outofbounds>
    <pattern>...</pattern>
    <code>...</code>
    <format>...</format>
  </license>
  <license>
    <!--...-->
  </license>
  <!--...more "license" elements...-->
</licensesummary>

Example JSON

{
  "license" : [ {
    "subject" : "...",
    "notBefore" : "...",
    "notAfter" : "...",
    "outofbounds" : false,
    "pattern" : "...",
    "code" : "...",
    "format" : ...
  }, ... ]
}

Copyright © Pentaho.com
Generated by Enunciate.