bibusheader.xsd 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <xs:schema xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:bibus="http://developer.cognos.com/schemas/bibus/3/" targetNamespace="http://developer.cognos.com/schemas/bibus/3/" elementFormDefault="qualified" attributeFormDefault="unqualified">
  13. <xs:import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation="http://schemas.xmlsoap.org/soap/encoding/"/>
  14. <xs:element name="biBusHeader" type="bibus:biBusHeader"/>
  15. <xs:complexType name="biBusHeader">
  16. <xs:sequence>
  17. <xs:any maxOccurs="unbounded"/>
  18. </xs:sequence>
  19. </xs:complexType>
  20. </xs:schema>