123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cclmcf
- (C) Copyright IBM Corp. 2009, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- ===============================================================================================
- Master configuration file for all IBM Cognos components.
- ===============================================================================================
- -->
- <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">
- <section name="environment" label="ENVIRONMENT_L" description="ENVIRONMENT_D" help="ENVIRONMENT_H">
-
- <section name="CBS" opaque="true" label="COMPLEX_CBS_L" description="COMPLEX_CBS_D" help="COMPLEX_CBS_H" dependency="BTSV">
-
- <parameter name="cbs" label="CBS_L" description="CBS_D" help="CBS_H" type="xsd:string" minOccurs="0" maxOccurs="1" serviceType="CBS" service="IBM Cognos">
-
- <option label="OPTION_CBS_WEBSPHERELIBERTY_L" description="OPTION_CBS_WEBSPHERELIBERTY_D" help="OPTION_CBS_WEBSPHERELIBERTY_H" value="WebSphereLiberty" minOccurs="0" maxOccurs="1">
-
- <action name="test" type="cnfg" id="CBSTest">
-
- <provider xmlns="http://developer.cognos.com/schemas/configparams/1/" name="CBS">
-
- <javaclass>com.cognos.crconfig.test.CBSTest</javaclass>
-
- <location>cogconfig.jar ../bin64/cogconfig.jar</location>
-
- </provider>
-
- </action>
-
- </option>
-
- </parameter>
-
- </section>
-
- </section>
- </section>
|