source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/EntityCA/src/jbiServiceUnits/NhincProxyBPEL/META-INF/src/_references/_projects/Interfaces/src/schemas/docs.oasis-open.org/wsrf/bf-2.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: 5.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification, can be obtained from the OASIS Executive Director.
4
5OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director.
6
7Copyright (C) OASIS Open (2005). All Rights Reserved.
8
9This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English.
10
11The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns.
12
13This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
14-->
15
16<xsd:schema
17 xmlns="http://www.w3.org/2001/XMLSchema"
18 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xmlns:wsa="http://www.w3.org/2005/08/addressing"
21 xmlns:wsrf-bf=
22 "http://docs.oasis-open.org/wsrf/bf-2"
23 elementFormDefault="qualified" attributeFormDefault="unqualified"
24 targetNamespace=
25 "http://docs.oasis-open.org/wsrf/bf-2">
26 <xsd:import
27 namespace="http://www.w3.org/2005/08/addressing"
28 schemaLocation=
29 "../../www.w3.org/2005/08/addressing/ws-addr.xsd"/>
30
31 <xsd:import namespace="http://www.w3.org/XML/1998/namespace"
32 schemaLocation="../../www.w3.org/2001/xml.xsd">
33 <xsd:annotation>
34 <xsd:documentation>
35 Get access to the xml: attribute groups for xml:lang as declared on 'schema'
36 and 'documentation' below
37 </xsd:documentation>
38 </xsd:annotation>
39 </xsd:import>
40<!-- ====================== BaseFault Types ======================= -->
41
42 <xsd:element name="BaseFault" type="wsrf-bf:BaseFaultType"/>
43
44 <xsd:complexType name="BaseFaultType">
45 <xsd:sequence>
46 <xsd:any namespace="##other" processContents="lax"
47 minOccurs="0" maxOccurs="unbounded"/>
48 <xsd:element name="Timestamp" type="xsd:dateTime"
49 minOccurs="1" maxOccurs="1"/>
50 <xsd:element name="Originator" type="wsa:EndpointReferenceType"
51 minOccurs="0" maxOccurs="1"/>
52 <xsd:element name="ErrorCode"
53 minOccurs="0" maxOccurs="1">
54 <xsd:complexType>
55 <xsd:complexContent >
56 <xsd:extension base="xsd:anyType">
57 <xsd:attribute name="dialect" type="xsd:anyURI"
58 use="required"/>
59 </xsd:extension>
60 </xsd:complexContent>
61 </xsd:complexType>
62 </xsd:element>
63
64 <xsd:element name="Description"
65 minOccurs="0" maxOccurs="unbounded">
66 <xsd:complexType>
67 <xsd:simpleContent>
68 <xsd:extension base="xsd:string">
69 <xsd:attribute ref="xml:lang" use="optional"/>
70 </xsd:extension>
71 </xsd:simpleContent>
72 </xsd:complexType>
73 </xsd:element>
74 <xsd:element name="FaultCause" minOccurs="0" maxOccurs="1">
75 <xsd:complexType>
76 <xsd:sequence>
77 <xsd:any namespace="##other" processContents="lax"
78 minOccurs="1" maxOccurs="1"/>
79 </xsd:sequence>
80 </xsd:complexType>
81 </xsd:element>
82 </xsd:sequence>
83 <xsd:anyAttribute namespace="##other" processContents="lax"/>
84 </xsd:complexType>
85</xsd:schema>
Note: See TracBrowser for help on using the repository browser.