stevel 2002/10/23 13:06:44
Modified: java/wsdd WSDD.xsd
Log:
adding attrs that wsdl2java generates. This xsd still doesnt match reality; qName
should go to qname, and we need an undeployment root element too. But this is a start
Revision Changes Path
1.7 +4 -0 xml-axis/java/wsdd/WSDD.xsd
Index: WSDD.xsd
===================================================================
RCS file: /home/cvs/xml-axis/java/wsdd/WSDD.xsd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- WSDD.xsd 23 Oct 2002 19:59:17 -0000 1.6
+++ WSDD.xsd 23 Oct 2002 20:06:44 -0000 1.7
@@ -104,6 +104,9 @@
<xsd:any namespace="##other" minOccurs="0"
maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="description" type="xsd:uriReference"
use="optional" />
+ <xsd:attribute name="provider" type="xsd:QName" use="optional"/>
+ <xsd:attribute name="style" type="xsd:string" use="optional"/>
+ <xsd:attribute name="use" type="xsd:string" use="optional"/>
<xsd:anyAttribute namespace="##other" />
</xsd:extension>
</xsd:complexContent>
@@ -197,6 +200,7 @@
<xsd:attribute name="languageSpecificType" type="xsd:QName"
use="optional" />
<xsd:attribute name="serializer" type="xsd:QName" use="optional" />
<xsd:attribute name="deserializer" type="xsd:QName" use="optional" />
+ <xsd:attribute name="type" type="xsd:QName"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="provider">