source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/Interfaces/src/schemas/nhinc/common/NhincCommonInternalOrch.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: 4.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="urn:gov:hhs:fha:nhinc:common:nhinccommoninternalorch"
4 xmlns:tns="urn:gov:hhs:fha:nhinc:common:nhinccommoninternalorch"
5 xmlns:hl7="urn:hl7-org:v3"
6 xmlns:query="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0"
7 xmlns:ihe="urn:ihe:iti:xds-b:2007"
8 xmlns:iheaudit="http://nhinc.services.com/schema/auditmessage"
9 xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
10 xmlns:nccommon="urn:gov:hhs:fha:nhinc:common:nhinccommon"
11 elementFormDefault="qualified"
12 xmlns:ncsub="urn:gov:hhs:fha:nhinc:common:subscription">
13 <xsd:import namespace="urn:gov:hhs:fha:nhinc:common:nhinccommon"
14 schemaLocation="NhincCommon.xsd"/>
15 <xsd:import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0"
16 schemaLocation="../../ebRS/query.xsd"/>
17 <xsd:import namespace="urn:ihe:iti:xds-b:2007"
18 schemaLocation="../../ihe/XDS.b_DocumentRepository.xsd"/>
19 <xsd:import namespace="http://nhinc.services.com/schema/auditmessage"
20 schemaLocation="../../ihe/auditmessage.xsd"/>
21 <xsd:import namespace="http://docs.oasis-open.org/wsn/b-2"
22 schemaLocation="../../docs.oasis-open.org/wsn/b-2.xsd"/>
23 <xsd:import namespace="urn:gov:hhs:fha:nhinc:common:subscription"
24 schemaLocation="../common/Subscription.xsd" />
25
26 <!-- ====================================================================
27 Document Query Schemas.
28 ==================================================================== -->
29 <xsd:complexType name="RespondingGateway_CrossGatewayQueryRequestType" >
30 <xsd:sequence>
31 <xsd:element ref="query:AdhocQueryRequest" />
32 <xsd:element name="assertion" type="nccommon:AssertionType" />
33 </xsd:sequence>
34 </xsd:complexType>
35 <xsd:element name="RespondingGateway_CrossGatewayQueryRequest" type="tns:RespondingGateway_CrossGatewayQueryRequestType" />
36
37 <!-- ====================================================================
38 Document Retrieve Schemas.
39 ==================================================================== -->
40 <xsd:complexType name="RespondingGateway_CrossGatewayRetrieveRequestType" >
41 <xsd:sequence>
42 <xsd:element ref="ihe:RetrieveDocumentSetRequest" />
43 <xsd:element name="assertion" type="nccommon:AssertionType" />
44 </xsd:sequence>
45 </xsd:complexType>
46 <xsd:element name="RespondingGateway_CrossGatewayRetrieveRequest" type="tns:RespondingGateway_CrossGatewayRetrieveRequestType" />
47
48 <!-- ====================================================================
49 Audit Log Schemas.
50 ==================================================================== -->
51 <xsd:complexType name="FindAuditEventsRequestType" >
52 <xsd:sequence>
53 <xsd:element ref="iheaudit:FindAuditEvents" />
54 <xsd:element name="assertion" type="nccommon:AssertionType" />
55 </xsd:sequence>
56 </xsd:complexType>
57 <xsd:element name="FindAuditEventsRequest" type="tns:FindAuditEventsRequestType" />
58
59 <!-- ====================================================================
60 Subscription Management Schemas.
61 ==================================================================== -->
62 <xsd:complexType name="SubscribeRequestType" >
63 <xsd:sequence>
64 <xsd:element ref="wsnt:Subscribe" />
65 <xsd:element name="assertion" type="nccommon:AssertionType" />
66 </xsd:sequence>
67 </xsd:complexType>
68 <xsd:element name="SubscribeRequest" type="tns:SubscribeRequestType" />
69
70 <xsd:complexType name="UnsubscribeRequestType" >
71 <xsd:sequence>
72 <xsd:element ref="ncsub:Unsubscribe"/>
73 <xsd:element name="assertion" type="nccommon:AssertionType" />
74 </xsd:sequence>
75 </xsd:complexType>
76 <xsd:element name="UnsubscribeRequest" type="tns:UnsubscribeRequestType" />
77
78 <!-- ====================================================================
79 Notification Schemas.
80 ==================================================================== -->
81 <xsd:complexType name="NotifyRequestType" >
82 <xsd:sequence>
83 <xsd:element ref="wsnt:Notify" />
84 <xsd:element name="assertion" type="nccommon:AssertionType" />
85 </xsd:sequence>
86 </xsd:complexType>
87 <xsd:element name="NotifyRequest" type="tns:NotifyRequestType" />
88
89
90</xsd:schema>
Note: See TracBrowser for help on using the repository browser.