summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/2.0-M2/modules/assembly-xsd-osoa/src/main/resources/wsdli.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-21 09:19:18 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-21 09:19:18 +0000
commit7d98f0821539f81d371d9be38a0bd1e4650d8cd0 (patch)
tree5f9ab8337433d17b442218363434db9dc257eae4 /sandbox/ant/sca/branches/2.0-M2/modules/assembly-xsd-osoa/src/main/resources/wsdli.xsd
parent66a17df37a77f19254380cd7e29f454148fc44d6 (diff)
[maven-release-plugin] copy for branch 2.0-M2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant/sca/branches/2.0-M2/modules/assembly-xsd-osoa/src/main/resources/wsdli.xsd')
-rw-r--r--sandbox/ant/sca/branches/2.0-M2/modules/assembly-xsd-osoa/src/main/resources/wsdli.xsd34
1 files changed, 34 insertions, 0 deletions
diff --git a/sandbox/ant/sca/branches/2.0-M2/modules/assembly-xsd-osoa/src/main/resources/wsdli.xsd b/sandbox/ant/sca/branches/2.0-M2/modules/assembly-xsd-osoa/src/main/resources/wsdli.xsd
new file mode 100644
index 0000000000..79af5e9363
--- /dev/null
+++ b/sandbox/ant/sca/branches/2.0-M2/modules/assembly-xsd-osoa/src/main/resources/wsdli.xsd
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"-->
+<!-- $Id: wsdl-instance.xsd,v 1.1 2004/08/03 16:02:04 hugo Exp $ -->
+<!--
+ W3C XML Schema defined in the Web Services Description (WSDL)
+ Version 2.0 specification
+ http://www.w3.org/TR/wsdl20
+
+ Copyright (c) 2004 World Wide Web Consortium,
+
+ (Massachusetts Institute of Technology, European Research Consortium for
+ Informatics and Mathematics, Keio University). All Rights Reserved. This
+ work is distributed under the W3C(r) Software License [1] in the hope that
+ it will be useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+-->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsdli="http://www.w3.org/2004/08/wsdl-instance" targetNamespace="http://www.w3.org/2004/08/wsdl-instance" elementFormDefault="qualified" finalDefault="" blockDefault="" attributeFormDefault="unqualified">
+
+ <xs:attribute name="wsdlLocation">
+ <xs:annotation>
+ <xs:documentation>
+ This attribute can be used to provide some hints on where
+ additional WSDL information for a given namespace can be
+ found in order to help with QName resolution
+ </xs:documentation>
+ </xs:annotation>
+ <xs:simpleType>
+ <xs:list itemType="xs:anyURI"/>
+ </xs:simpleType>
+ </xs:attribute>
+
+</xs:schema>