summaryrefslogtreecommitdiffstats
path: root/java/sca/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-17 16:42:28 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-17 16:42:28 +0000
commit5d822e23be57e5a38572d96a621211b4a0ea81dc (patch)
tree18754ee61e515f921671b4a2f298d21a4338fc71 /java/sca/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd
parent33f6f2b164dcaec53049ccfcddb24f95717c42d2 (diff)
Move eclipse plugin to sca-contrib till its brought up (and when it is brought up consider making it a standalone project outside of the sca project
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd')
-rw-r--r--java/sca/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd43
1 files changed, 0 insertions, 43 deletions
diff --git a/java/sca/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd b/java/sca/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd
deleted file mode 100644
index 87b443fb36..0000000000
--- a/java/sca/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- (c) Copyright SCA Collaboration 2006 -->
-<xsd:schema xmlns="http://www.osoa.org/xmlns/sca/1.0"
- targetNamespace="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified">
-
- <xsd:include schemaLocation="sca-core.xsd" />
-
- <xsd:element name="implementation.bpel" type="BpelImplementation"
- substitutionGroup="implementation" />
-
- <xsd:complexType name="BpelImplementation">
- <xsd:complexContent>
- <xsd:extension base="Implementation">
- <xsd:sequence>
- <xsd:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
- </xsd:sequence>
- <xsd:attribute name="process" type="xsd:QName" use="required" />
- <xsd:anyAttribute namespace="##any" processContents="lax" />
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
-
- <xsd:element name="interface.partnerLinkType" type="BpelPartnerLinkType"
- substitutionGroup="interface" />
-
- <xsd:complexType name="BpelPartnerLinkType">
- <xsd:complexContent>
- <xsd:extension base="Interface">
- <xsd:sequence>
- <xsd:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
- </xsd:sequence>
- <xsd:attribute name="type" type="xsd:QName" use="required" />
- <xsd:attribute name="serviceRole" type="xsd:NCName" use="optional" />
- <xsd:anyAttribute namespace="##any" processContents="lax" />
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
-
-</xsd:schema> \ No newline at end of file