diff options
author | nitind | 2007-09-13 02:07:02 +0000 |
---|---|---|
committer | nitind | 2007-09-13 02:07:02 +0000 |
commit | 896a54215ba8b1757af3fb38571ca0453b4affdc (patch) | |
tree | 0b369dbf859fef1d52da2b754d57e58b9299d02e /bundles/org.eclipse.wst.standard.schemas/xsd/http.xsd | |
parent | 8aa251dfee11dc670fb9222534e2e7a32deed7b8 (diff) | |
parent | 199f5d758bac502b7e2486b2ec2b94ce91121510 (diff) | |
download | webtools.sourceediting-200709130212.tar.gz webtools.sourceediting-200709130212.tar.xz webtools.sourceediting-200709130212.zip |
This commit was manufactured by cvs2svn to create tag 'v200709130212'.v200709130212
Diffstat (limited to 'bundles/org.eclipse.wst.standard.schemas/xsd/http.xsd')
-rw-r--r-- | bundles/org.eclipse.wst.standard.schemas/xsd/http.xsd | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/bundles/org.eclipse.wst.standard.schemas/xsd/http.xsd b/bundles/org.eclipse.wst.standard.schemas/xsd/http.xsd deleted file mode 100644 index d9466f6c1e..0000000000 --- a/bundles/org.eclipse.wst.standard.schemas/xsd/http.xsd +++ /dev/null @@ -1,81 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!-- - -Copyright 2001 - 2005, International Business Machines Corporation and Microsoft Corporation -All Rights Reserved - -License for WSDL Schema Files - -The Authors grant permission to copy and distribute the WSDL Schema -Files in any medium without fee or royalty as long as this notice and -license are distributed with them. The originals of these files can -be located at: - -http://schemas.xmlsoap.org/wsdl/http/wsdl-http.xsd - -THESE SCHEMA FILES ARE PROVIDED "AS IS," AND THE AUTHORS MAKE NO REPRESENTATIONS -OR WARRANTIES, EXPRESS OR IMPLIED, REGARDING THESE FILES, INCLUDING, BUT NOT -LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, -NON-INFRINGEMENT OR TITLE. THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, -INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR -RELATING TO ANY USE OR DISTRIBUTION OF THESE FILES. - -The name and trademarks of the Authors may NOT be used in any manner, -including advertising or publicity pertaining to these files or any program -or service that uses these files, written prior permission. Title to copyright -in these files will at all times remain with the Authors. - -No other rights are granted by implication, estoppel or otherwise. - - - - --> -<schema xmlns="http://www.w3.org/2001/XMLSchema" - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - targetNamespace="http://schemas.xmlsoap.org/wsdl/http/"> - - <import namespace = "http://schemas.xmlsoap.org/wsdl/"/> - - <element name="address" type="http:addressType"/> - - <complexType name="addressType"> - <complexContent> - <extension base="wsdl:tExtensibilityElement"> - <sequence/> - - <attribute name="location" type="anyURI" use="required"/> - </extension> - </complexContent> - </complexType> - - <element name="binding" type="http:bindingType"/> - <complexType name="bindingType"> - <complexContent> - <extension base="wsdl:tExtensibilityElement"> - - <sequence/> - <attribute name="verb" type="NMTOKEN" use="required"/> - </extension> - </complexContent> - </complexType> - - <element name="operation" type="http:operationType"/> - <complexType name="operationType"> - <complexContent> - - <extension base="wsdl:tExtensibilityElement"> - <sequence/> - <attribute name="location" type="anyURI" use="required"/> - </extension> - </complexContent> - </complexType> - - <element name="urlEncoded"> - <complexType/> - </element> - - <element name="urlReplacement"> - <complexType/> - </element> -</schema>
\ No newline at end of file |