source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/Interfaces/src/schemas/uddi/uddi_v3policy_instanceParms.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: 1.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema targetNamespace="urn:uddi-org:policy_v3_instanceParms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:uddi-org:policy_v3_instanceParms" version="3.0.2">
3 <!--
4 Copyright (c) 2000-2002 by Accenture, Ariba, Inc., Commerce One, Inc.
5 Fujitsu Limited, Hewlett-Packard Company, i2 Technologies, Inc.,
6 Intel Corporation, International Business Machines Corporation,
7 Microsoft Corporation, Oracle Corporation, SAP AG, Sun Microsystems, Inc.,
8 and VeriSign, Inc. All Rights Reserved.
9
10 Copyright (c) OASIS Open 2002-2004. All Rights Reserved.
11 -->
12 <xsd:element name="authInfoUse" type="authInfoUse_type" final="restriction"/>
13 <xsd:simpleType name="authInfoUse_type" final="restriction">
14 <xsd:restriction base="xsd:NMTOKEN">
15 <xsd:enumeration value="required"/>
16 <xsd:enumeration value="optional"/>
17 <xsd:enumeration value="ignored"/>
18 </xsd:restriction>
19 </xsd:simpleType>
20 <xsd:element name="filterUsingFindAPI" type="filterUsingFindAPI_type" final="restriction"/>
21 <xsd:simpleType name="filterUsingFindAPI_type" final="restriction">
22 <xsd:restriction base="xsd:NMTOKEN">
23 <xsd:enumeration value="supported"/>
24 <xsd:enumeration value="unsupported"/>
25 </xsd:restriction>
26 </xsd:simpleType>
27 <xsd:element name="defaultSortOrder" type="xsd:string" final="restriction"/>
28 <xsd:element name="maximumRequestMessageSize" type="xsd:integer"/>
29 <xsd:element name="UDDIinstanceParmsContainer" type="UDDIinstanceParmsContainer_type"/>
30 <xsd:complexType name="UDDIinstanceParmsContainer_type">
31 <xsd:sequence>
32 <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
33 </xsd:sequence>
34 </xsd:complexType>
35</xsd:schema>
Note: See TracBrowser for help on using the repository browser.