12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: relmd
- (C) Copyright IBM Corp. 2008, 2015
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <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">
- <xs:include schemaLocation="../metadata/import_/relmdMetadataImport.xsd"/>
- <xs:include schemaLocation="../metadata/browse/relmdMetadataBrowse.xsd"/>
- <!--Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.-->
- <!--Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).-->
- <xs:group name="service">
- <xs:choice>
- <xs:choice>
- <xs:element ref="relmd:importMetadataRequest"/>
- <xs:element ref="relmd:importMetadataResult"/>
- </xs:choice>
- <xs:choice>
- <xs:element ref="relmd:browseMetadataRequest"/>
- <xs:element ref="relmd:browseMetadataResult"/>
- </xs:choice>
- </xs:choice>
- </xs:group>
- </xs:schema>
|