123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: CCS
- (c) Copyright IBM Corp. 2011, 2011.
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <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">
- <element name="plugins" type="plugin:PluginsType"></element>
- <complexType name="PluginsType">
- <sequence>
- <element name="definition" type="string" maxOccurs="unbounded" minOccurs="0"></element>
- </sequence>
- </complexType>
- </schema>
|