The family element allows a web script developer to categorize their
      web scripts. Any value may be assigned to family and any number of families may be assigned to
      the web script, providing a freeform tagging mechanism. The web script index provides views
      for navigating web scripts by family. The family tag can be repeated if the script belongs to
      multiple families. The family element is optional.
  
    An example usage of the family element follows:
        
    
  
<webscript>
  <shortname>Example Family Usage</shortname>
  <url>/family</url>
 <family>CMIS</family>
  <family>Dashlet</family>
</webscript>