12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: CCS
- (c) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <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">
- <xs:element name="biBusHeader" type="biBusHeader">
- <xs:annotation>
- <xs:documentation>BIBus Header Definition</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:complexType name="biBusHeader">
- <xs:sequence>
- <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
- </xs:complexType>
- </xs:schema>
|