source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/GatewaySubscriptionRepositoryEJB/src/conf/xml-resources/web-services/GatewaySubscriptionReferenceRepository/schemas/nhinc/common/SubscriptionB2OverrideForCdc.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: 2.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
4 targetNamespace="urn:gov:hhs:fha:nhinc:common:subscriptionb2overrideforcdc"
5 xmlns:tns="urn:gov:hhs:fha:nhinc:common:subscriptionb2overrideforcdc"
6 elementFormDefault="qualified"
7 xmlns:xdsb="urn:ihe:iti:xds-b:2007"
8 xmlns:addr="http://www.w3.org/2005/08/addressing"
9 xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
10 xmlns:nhin-cdc="http://www.hhs.gov/healthit/nhin/cdc"
11 >
12 <xsd:import schemaLocation="../../www.w3.org/2005/08/addressing/ws-addr.xsd" namespace="http://www.w3.org/2005/08/addressing"/>
13 <xsd:import schemaLocation="../../docs.oasis-open.org/wsn/b-2.xsd" namespace="http://docs.oasis-open.org/wsn/b-2"/>
14 <xsd:import schemaLocation="../../nhinc/common/Cdc.xsd" namespace="http://www.hhs.gov/healthit/nhin/cdc"/>
15 <xsd:complexType name="SubscribeCdcBioPackageType">
16 <xsd:sequence>
17 <!--
18 <xsd:element name="ConsumerReference" type="addr:EndpointReferenceType"></xsd:element>
19 <xsd:element name="Filter" type="wsnt:FilterType" minOccurs="0"></xsd:element>
20 <xsd:element name="SubscriptionPolicy" type="tns:SubscriptionPolicy"></xsd:element>
21 -->
22 <xsd:element ref="wsnt:ConsumerReference" minOccurs="0"/>
23 <xsd:element ref="wsnt:Filter" minOccurs="0"/>
24 <xsd:element name="SubscriptionPolicy" type="tns:SubscriptionPolicyType"></xsd:element>
25 </xsd:sequence>
26 </xsd:complexType>
27
28 <xsd:complexType name="SubscriptionPolicyType">
29 <xsd:sequence>
30 <xsd:element ref="nhin-cdc:CdcBioPackageSubscriptionCriteria"/>
31 </xsd:sequence>
32 </xsd:complexType>
33
34
35 <xsd:complexType name="NotificationMessageHolderType">
36 <xsd:sequence>
37 <xsd:element ref="wsnt:SubscriptionReference" minOccurs="0"/>
38 <xsd:element ref="wsnt:Topic" minOccurs="0"/>
39 <xsd:element name="Message">
40 <xsd:complexType>
41 <xsd:sequence>
42 <xsd:element ref="nhin-cdc:CdcBioPackagePayload"></xsd:element>
43 </xsd:sequence>
44 </xsd:complexType>
45 </xsd:element>
46 </xsd:sequence>
47 </xsd:complexType>
48
49 <xsd:complexType name="NotifyCdcBioPackageType">
50 <xsd:sequence>
51 <xsd:element name="NotificationMessage" type="tns:NotificationMessageHolderType" maxOccurs="unbounded" minOccurs="0"></xsd:element>
52 </xsd:sequence>
53 </xsd:complexType>
54</xsd:schema>
Note: See TracBrowser for help on using the repository browser.