source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/Interfaces/src/schemas/HL7V3/NE2008/multicacheschemas/QUQI_IN000003UV01.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.0 KB
Line 
1<?xml version="1.0" encoding="utf-8" standalone="no"?>
2<xs:schema xmlns="urn:hl7-org:v3" xmlns:xs="http://www.w3.org/2001/XMLSchema"
3 xmlns:mif="urn:hl7-org:v3/mif"
4 targetNamespace="urn:hl7-org:v3"
5 elementFormDefault="qualified">
6 <xs:annotation>
7 <xs:documentation>Source Information
8 Rendered by: RoseTree 4.2.7
9 Rendered on:
10This document was rendered into XML using software provided to HL7 by Beeler Consulting LLC.
11 PubDB to MIF Transform: $RCSfile: PubDbXmlToMIF.xsl,v $ $Revision: 1.11 $ $Date: 2007/10/19 05:55:13 $
12 Fix names transform: $Id: FixMifNames.xsl,v 1.8 2007/03/20 02:48:49 wbeeler Exp $
13 HTML to MIF Markup transform: $Id: HtmlToMIFMarkup.xsl,v 1.4 2007/03/20 02:48:49 wbeeler Exp $
14 Base transform: $Id: ConvertBase.xsl,v 1.5 2007/10/19 05:55:13 wbeeler Exp $
15 Package Id Conversion: $Id: TransformPackageIds.xsl,v 1.6 2007/03/20 02:48:49 wbeeler Exp $
16 Generated using schema builder version: 3.1.6 and DynamicMifToXSD.xsl version: 1.4
17 Dynamic MIF to Schema Transform: $Id: DynamicMifToXsd.xsl,v 1.12 2007/10/19 05:55:13 wbeeler Exp $
18 Static MIF to Schema Transform: $Id: StaticMifToXsd.xsl,v 1.30 2007/12/06 05:50:08 wbeeler Exp $
19 Package Id Conversion: $Id: TransformPackageIds.xsl,v 1.6 2007/03/20 02:48:49 wbeeler Exp $</xs:documentation>
20 </xs:annotation>
21 <xs:include schemaLocation="../coreschemas/infrastructureRoot.xsd"/>
22 <xs:include schemaLocation="MCCI_MT000300UV01.xsd"/>
23 <!-- Changes to properly define the message, and to enable proper WSDL operations definition
24 vassil 2007-11-14 -->
25 <xs:include schemaLocation="QUQI_MT000001UV01.xsd"/>
26 <xs:element name="QUQI_IN000003UV01" type="QUQI_IN000003UV01_Type"/>
27 <xs:element name="QUQI_IN000003UV01_Cancel" type="QUQI_IN000003UV01_Type"/>
28 <xs:complexType name="QUQI_IN000003UV01_Type">
29 <xs:complexContent>
30 <xs:extension base="QUQI_IN000003UV01.MCCI_MT000300UV01.Message">
31 <xs:attribute name="ITSVersion" type="xs:string" use="required" fixed="XML_1.0"/>
32 </xs:extension>
33 </xs:complexContent>
34 </xs:complexType>
35 <xs:complexType name="QUQI_IN000003UV01.MCCI_MT000300UV01.Message">
36 <xs:sequence>
37 <xs:group ref="InfrastructureRootElements"/>
38 <xs:element name="id" type="II" minOccurs="1" maxOccurs="1"/>
39 <xs:element name="creationTime" type="TS" minOccurs="1" maxOccurs="1"/>
40 <xs:element name="securityText" type="ST" minOccurs="0" maxOccurs="1"/>
41 <xs:element name="versionCode" type="CS" minOccurs="0" maxOccurs="1"/>
42 <xs:element name="interactionId" type="II" minOccurs="1" maxOccurs="1"/>
43 <xs:element name="profileId" type="II" minOccurs="0" maxOccurs="unbounded"/>
44 <xs:element name="processingCode" type="CS" minOccurs="1" maxOccurs="1"/>
45 <xs:element name="processingModeCode" type="CS" minOccurs="1" maxOccurs="1"/>
46 <xs:element name="acceptAckCode" type="CS" minOccurs="1" maxOccurs="1"/>
47 <xs:element name="attachmentText" type="ED" minOccurs="0" maxOccurs="unbounded"/>
48 <xs:element name="receiver" type="MCCI_MT000300UV01.Receiver" minOccurs="1"
49 maxOccurs="unbounded"/>
50 <xs:element name="respondTo" type="MCCI_MT000300UV01.RespondTo" nillable="true"
51 minOccurs="0" maxOccurs="unbounded"/>
52 <xs:element name="sender" type="MCCI_MT000300UV01.Sender" minOccurs="1" maxOccurs="1"/>
53 <xs:element name="attentionLine" type="MCCI_MT000300UV01.AttentionLine" nillable="true"
54 minOccurs="0" maxOccurs="unbounded"/>
55 <xs:element name="acknowledgement" type="MCCI_MT000300UV01.Acknowledgement" nillable="true"
56 minOccurs="0" maxOccurs="unbounded"/>
57 <xs:element name="controlActProcess"
58 type="QUQI_MT000001UV01.ControlActProcess" minOccurs="1" maxOccurs="1"/>
59 </xs:sequence>
60 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
61 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
62 </xs:complexType>
63</xs:schema>
Note: See TracBrowser for help on using the repository browser.