BiBus.xsd 857 B

12345678910111213141516171819202122
  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. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <xs:schema xmlns="http://developer.cognos.com/schemas/bibus/3/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://developer.cognos.com/schemas/bibus/3/" elementFormDefault="qualified" attributeFormDefault="unqualified">
  9. <xs:element name="biBusHeader" type="biBusHeader">
  10. <xs:annotation>
  11. <xs:documentation>BIBus Header Definition</xs:documentation>
  12. </xs:annotation>
  13. </xs:element>
  14. <xs:complexType name="biBusHeader">
  15. <xs:sequence>
  16. <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
  17. </xs:sequence>
  18. </xs:complexType>
  19. </xs:schema>