plugins.xsd 772 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: CCS
  5. (c) Copyright IBM Corp. 2011, 2011.
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <schema targetNamespace="http://www.ibm.com/xmlns/intern/cognos/rdsplugindef/201011" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:plugin="http://www.ibm.com/xmlns/intern/cognos/rdsplugindef/201011">
  9. <element name="plugins" type="plugin:PluginsType"></element>
  10. <complexType name="PluginsType">
  11. <sequence>
  12. <element name="definition" type="string" maxOccurs="unbounded" minOccurs="0"></element>
  13. </sequence>
  14. </complexType>
  15. </schema>