relmdService.xsd 1.2 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: relmd
  5. (C) Copyright IBM Corp. 2008, 2015
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:relmd="http://www.ibm.com/xmlns/prod/cognos/relmd/1/0" targetNamespace="http://www.ibm.com/xmlns/prod/cognos/relmd/1/0" elementFormDefault="qualified" attributeFormDefault="qualified">
  9. <xs:include schemaLocation="../metadata/import_/relmdMetadataImport.xsd"/>
  10. <xs:include schemaLocation="../metadata/browse/relmdMetadataBrowse.xsd"/>
  11. <!--Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.-->
  12. <!--Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).-->
  13. <xs:group name="service">
  14. <xs:choice>
  15. <xs:choice>
  16. <xs:element ref="relmd:importMetadataRequest"/>
  17. <xs:element ref="relmd:importMetadataResult"/>
  18. </xs:choice>
  19. <xs:choice>
  20. <xs:element ref="relmd:browseMetadataRequest"/>
  21. <xs:element ref="relmd:browseMetadataResult"/>
  22. </xs:choice>
  23. </xs:choice>
  24. </xs:group>
  25. </xs:schema>