123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cclom
- (C) Copyright IBM Corp. 2005, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Generated on Tue Sep 17 17:57:55 EDT 2013
- -->
- <xs:schema xmlns:dts="http://developer.cognos.com/schemas/drillThroughSpecification/1/" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" blockDefault="#all" elementFormDefault="qualified" finalDefault="#all" targetNamespace="http://developer.cognos.com/schemas/drillThroughSpecification/1/" version="1.0">
- <xs:element name="drillThroughSpecification" type="dts:drillThroughSpecificationType"/>
- <xs:complexType name="__extensibilityType">
- <xs:sequence>
- <xs:any namespace="##targetNamespace" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:attribute name="mustUnderstand" type="xs:boolean"/>
- <xs:complexType name="bookmarkType">
- <xs:sequence>
- <xs:choice>
- <xs:element name="item" type="dts:stringType"/>
- <xs:element name="alternateItems" type="dts:alternateItemListType"/>
- <xs:element name="text" type="dts:stringType"/>
- </xs:choice>
- <xs:element name="extension" type="dts:__extensibilityType" minOccurs="0"/>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="drillThroughSpecificationType">
- <xs:sequence>
- <xs:element name="modelSearchPaths" type="dts:searchPathListType"/>
- <xs:element name="parameterAssignments" type="dts:parameterAssignmentListType" minOccurs="0"/>
- <xs:element name="scope" type="dts:scopeItemListType" minOccurs="0"/>
- <xs:choice minOccurs="0">
- <xs:element name="iwrTarget" type="dts:iwrTargetType"/>
- <xs:element name="packageTarget" type="dts:packageTargetType"/>
- <xs:element name="powerPlay7ReportTarget" type="dts:powerPlay7ReportTargetType"/>
- <xs:element name="powerPlay8ReportTarget" type="dts:powerPlay8ReportTargetType"/>
- <xs:element name="reportTarget" type="dts:reportTargetType"/>
- <xs:element name="uriTarget" type="dts:uriTargetType"/>
- </xs:choice>
- <xs:element name="extension" type="dts:__extensibilityType" minOccurs="0"/>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="iwrTargetType">
- <xs:sequence>
- <xs:element name="action" type="dts:anyURIType"/>
- <xs:element name="characterEncoding" type="dts:stringType"/>
- <xs:element name="targetURI" type="dts:anyURIType"/>
- <xs:element name="extension" type="dts:__extensibilityType" minOccurs="0"/>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="packageTargetType">
- <xs:sequence>
- <xs:element name="action" type="dts:anyURIType"/>
- <xs:element name="studios" type="dts:anyURIListType"/>
- <xs:element name="targetSearchPath" type="dts:stringType"/>
- <xs:element name="extension" type="dts:__extensibilityType" minOccurs="0"/>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="parameterAssignmentType">
- <xs:sequence>
- <xs:element name="parameterName" type="dts:stringType"/>
- <xs:choice>
- <xs:element name="item" type="dts:stringType"/>
- <xs:element name="alternateItems" type="dts:alternateItemListType"/>
- </xs:choice>
- <xs:element name="extension" type="dts:__extensibilityType" minOccurs="0"/>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="powerPlay7ReportTargetType">
- <xs:sequence>
- <xs:element name="action" type="dts:anyURIType"/>
- <xs:element name="characterEncoding" type="dts:stringType"/>
- <xs:element name="targetURI" type="dts:anyURIType"/>
- <xs:element name="extension" type="dts:__extensibilityType" minOccurs="0"/>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="powerPlay8ReportTargetType">
- <xs:sequence>
- <xs:element name="action" type="dts:anyURIType"/>
- <xs:element name="targetSearchPath" type="dts:stringType"/>
- <xs:element name="extension" type="dts:__extensibilityType" minOccurs="0"/>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="reportTargetType">
- <xs:sequence>
- <xs:element name="action" type="dts:anyURIType"/>
- <xs:element name="targetSearchPath" type="dts:stringType"/>
- <xs:element name="bookmark" type="dts:bookmarkType" minOccurs="0"/>
- <xs:element name="extension" type="dts:__extensibilityType" minOccurs="0"/>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="uriTargetType">
- <xs:sequence>
- <xs:element name="action" type="dts:anyURIType"/>
- <xs:element name="targetURI" type="dts:anyURIType"/>
- <xs:element name="bookmark" type="dts:bookmarkType" minOccurs="0"/>
- <xs:element name="characterEncoding" type="dts:stringType" minOccurs="0"/>
- <xs:element name="extension" type="dts:__extensibilityType" minOccurs="0"/>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="alternateItemListType">
- <xs:choice minOccurs="1" maxOccurs="unbounded">
- <xs:element name="item" type="dts:stringType"/>
- <xs:element name="extension" type="dts:__extensibilityType"/>
- <xs:any namespace="##other" processContents="lax"/>
- </xs:choice>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="anyURIListType">
- <xs:choice minOccurs="1" maxOccurs="unbounded">
- <xs:element name="uri" type="dts:anyURIType"/>
- <xs:element name="extension" type="dts:__extensibilityType"/>
- <xs:any namespace="##other" processContents="lax"/>
- </xs:choice>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="parameterAssignmentListType">
- <xs:choice minOccurs="1" maxOccurs="unbounded">
- <xs:element name="parameterAssignment" type="dts:parameterAssignmentType"/>
- <xs:element name="extension" type="dts:__extensibilityType"/>
- <xs:any namespace="##other" processContents="lax"/>
- </xs:choice>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="scopeItemListType">
- <xs:choice minOccurs="1" maxOccurs="unbounded">
- <xs:element name="item" type="dts:stringType"/>
- <xs:element name="alternateItems" type="dts:alternateItemListType"/>
- <xs:element name="extension" type="dts:__extensibilityType"/>
- <xs:any namespace="##other" processContents="lax"/>
- </xs:choice>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="searchPathListType">
- <xs:choice minOccurs="1" maxOccurs="unbounded">
- <xs:element name="searchPath" type="dts:stringType"/>
- <xs:element name="extension" type="dts:__extensibilityType"/>
- <xs:any namespace="##other" processContents="lax"/>
- </xs:choice>
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="anyURIType">
- <xs:simpleContent>
- <xs:extension base="xs:anyURI">
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- <xs:complexType name="stringType">
- <xs:simpleContent>
- <xs:extension base="xs:string">
- <xs:anyAttribute namespace="##any" processContents="lax"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:schema>
|