12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <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">
- <xs:import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation="http://schemas.xmlsoap.org/soap/encoding/"/>
- <xs:element name="biBusHeader" type="bibus:biBusHeader"/>
- <xs:complexType name="biBusHeader">
- <xs:sequence>
- <xs:any maxOccurs="unbounded"/>
- </xs:sequence>
- </xs:complexType>
- </xs:schema>
|