noNamespace.xsd 836 B

123456789101112131415161718192021222324252627
  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:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  13. <xs:element name="debug">
  14. <xs:complexType>
  15. <xs:sequence>
  16. <xs:element name="traceOutput" type="xs:boolean"/>
  17. <xs:element name="debugSwitch" type="xs:string"/>
  18. <xs:element name="traceRequestPath" type="xs:string"/>
  19. </xs:sequence>
  20. </xs:complexType>
  21. </xs:element>
  22. </xs:schema>