stevel 2002/11/18 22:31:51
Modified: java/wsdd WSDD.xsd
Log:
purge a tempory element (undeployment0) that is not needed
Revision Changes Path
1.13 +3 -13 xml-axis/java/wsdd/WSDD.xsd
Index: WSDD.xsd
===================================================================
RCS file: /home/cvs/xml-axis/java/wsdd/WSDD.xsd,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- WSDD.xsd 18 Nov 2002 23:31:48 -0000 1.12
+++ WSDD.xsd 19 Nov 2002 06:31:51 -0000 1.13
@@ -2,7 +2,7 @@
<!--//
Web Services Deployment Descriptor (WSDD) Version 1.1 (Proposal)
//-->
-<xsd:schema targetNamespace="http://xml.apache.org/axis/wsdd/"
xmlns:wsdd="http://xml.apache.org/axis/wsdd/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.1">
+<xsd:schema targetNamespace="http://xml.apache.org/axis/wsdd/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsdd="http://xml.apache.org/axis/wsdd/" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.1">
<!-- ==================================================================== -->
<!-- DeployableItem-->
<!-- ==================================================================== -->
@@ -359,23 +359,13 @@
<xsd:documentation>This is the root element for
WSDD.</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name="undeployment" type="wsdd:DeploymentDescriptor">
- <xsd:annotation>
- <xsd:documentation>undeployment</xsd:documentation>
- </xsd:annotation>
- </xsd:element>
<!-- ==================================================================== -->
<!-- undeployment -->
<!-- ==================================================================== -->
- <xsd:element name="undeployment0">
+ <xsd:element name="undeployment" type="wsdd:DeploymentDescriptor">
<xsd:annotation>
- <xsd:documentation>This is the other root element for
WSDD.</xsd:documentation>
+ <xsd:documentation>undeployment</xsd:documentation>
</xsd:annotation>
- <xsd:complexType>
- <xsd:complexContent>
- <xsd:extension base="wsdd:DeployableItem"/>
- </xsd:complexContent>
- </xsd:complexType>
</xsd:element>
<!-- ==================================================================== -->
<!-- namespace-->