source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Examples/WSDLClientFileIssue_ESBRC1/SampleService4EJB/src/conf/xml-resources/web-services/SampleService/schemas/sample/SampleSchema.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: 862 bytes
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:wsdlissue:schema:sample"
5 xmlns:tns="urn:gov:hhs:fha:nhinc:wsdlissue:schema:sample"
6 elementFormDefault="qualified">
7 <xsd:complexType name="SampleOperationInputType" >
8 <xsd:sequence>
9 <xsd:element name="inputParam" type="xsd:string" />
10 </xsd:sequence>
11 </xsd:complexType>
12 <xsd:element name="SampleOperationInput" type="tns:SampleOperationInputType" />
13
14 <xsd:complexType name="SampleOperationOutputType" >
15 <xsd:sequence>
16 <xsd:element name="outputParam" type="xsd:string" />
17 </xsd:sequence>
18 </xsd:complexType>
19 <xsd:element name="SampleOperationOutput" type="tns:SampleOperationOutputType" />
20
21
22</xsd:schema>
Note: See TracBrowser for help on using the repository browser.