cbs_cnfgtest_su_ui.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cclmcf
  5. (C) Copyright IBM Corp. 2009, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. ===============================================================================================
  8. Master configuration file for all IBM Cognos components.
  9. ===============================================================================================
  10. -->
  11. <section xmlns:cfg="http://developer.cognos.com/schemas/configparams/XMLSchema/1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:out="http://www.w3.org/2001/XMLSchema-instance" name="root" label="ROOT_L" description="ROOT_D" help="ROOT_H">
  12. <section name="environment" label="ENVIRONMENT_L" description="ENVIRONMENT_D" help="ENVIRONMENT_H">
  13. <section name="CBS" opaque="true" label="COMPLEX_CBS_L" description="COMPLEX_CBS_D" help="COMPLEX_CBS_H" dependency="BTSV">
  14. <parameter name="cbs" label="CBS_L" description="CBS_D" help="CBS_H" type="xsd:string" minOccurs="0" maxOccurs="1" serviceType="CBS" service="IBM Cognos">
  15. <option label="OPTION_CBS_WEBSPHERELIBERTY_L" description="OPTION_CBS_WEBSPHERELIBERTY_D" help="OPTION_CBS_WEBSPHERELIBERTY_H" value="WebSphereLiberty" minOccurs="0" maxOccurs="1">
  16. <action name="test" type="cnfg" id="CBSTest">
  17. <provider xmlns="http://developer.cognos.com/schemas/configparams/1/" name="CBS">
  18. <javaclass>com.cognos.crconfig.test.CBSTest</javaclass>
  19. <location>cogconfig.jar ../bin64/cogconfig.jar</location>
  20. </provider>
  21. </action>
  22. </option>
  23. </parameter>
  24. </section>
  25. </section>
  26. </section>