source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Examples/WSDLClientFileIssue_OldESB/WSDLInterfaces/src/schemas/uddi/uddi_v3subscriptionListener.xsd@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema targetNamespace="urn:uddi-org:subr_v3" xmlns:uddi="urn:uddi-org:api_v3" xmlns:uddi_sub="urn:uddi-org:sub_v3" xmlns:uddi_subr="urn:uddi-org:subr_v3" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="3.0.2" id="uddi_subcriptionListener">
3 <!--
4 Copyright (c) 2000-2002 by Accenture, Ariba, Inc., Commerce One, Inc.
5 Fujitsu Limited, Hewlett-Packard Company, i2 Technologies, Inc.,
6 Intel Corporation, International Business Machines Corporation,
7 Microsoft Corporation, Oracle Corporation, SAP AG, Sun Microsystems, Inc.,
8 and VeriSign, Inc. All Rights Reserved.
9
10 Copyright (c) OASIS Open 2002-2004. All Rights Reserved.
11 -->
12 <xsd:import namespace="urn:uddi-org:api_v3" schemaLocation="uddi_v3.xsd"/>
13 <xsd:import namespace="urn:uddi-org:sub_v3" schemaLocation="uddi_v3subscription.xsd"/>
14 <xsd:element name="notify_subscriptionListener" type="uddi_subr:notify_subscriptionListener" final="restriction"/>
15 <xsd:complexType name="notify_subscriptionListener" final="restriction">
16 <xsd:sequence>
17 <xsd:element ref="uddi:authInfo" minOccurs="0"/>
18 <xsd:element ref="uddi_sub:subscriptionResultsList"/>
19 </xsd:sequence>
20 </xsd:complexType>
21</xsd:schema>
Note: See TracBrowser for help on using the repository browser.