stevel      2002/11/20 11:59:18

  Modified:    java/wsdd WSDD.xsd
  Log:
  rename beanmapping qName attr to qname
  
  Revision  Changes    Path
  1.14      +3 -3      xml-axis/java/wsdd/WSDD.xsd
  
  Index: WSDD.xsd
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/wsdd/WSDD.xsd,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- WSDD.xsd  19 Nov 2002 06:31:51 -0000      1.13
  +++ WSDD.xsd  20 Nov 2002 19:59:18 -0000      1.14
  @@ -2,7 +2,7 @@
   <!--// 
               Web Services Deployment Descriptor (WSDD) Version 1.1 (Proposal)
   //-->
  -<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">
  +<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">
       <!-- ==================================================================== -->
       <!-- DeployableItem-->
       <!-- ==================================================================== -->
  @@ -212,7 +212,7 @@
                   <xsd:any namespace="##other" processContents="lax" minOccurs="0" 
maxOccurs="unbounded"/>
               </xsd:sequence>
               <xsd:attribute name="encodingStyle" type="xsd:string" use="optional"/>
  -            <xsd:attribute name="qName" type="xsd:QName" use="optional"/>
  +            <xsd:attribute name="qname" type="xsd:QName" use="optional"/>
               <xsd:attribute name="languageSpecificType" type="xsd:QName" 
use="optional"/>
           </xsd:complexType>
       </xsd:element>
  @@ -267,7 +267,7 @@
           <xsd:annotation>
               <xsd:documentation>Defines an operation exposed by the Service Provider
   
  -The optional qName attribute specifies the public qualified name (QName) of this 
operation.  The local part of the
  +The optional qname attribute specifies the public qualified name (QName) of this 
operation.  The local part of the
   QName may or may not be the same as the required name attribute. 
   </xsd:documentation>
           </xsd:annotation>
  
  
  


Reply via email to