Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1010

Show
Ignore:
Timestamp:
10/11/03 14:30:10 (5 years ago)
Author:
nahi
Message:

* No need to introduce unused namespace.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/wsdl/emptycomplextype.wsdl

    r965 r1010  
    99    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
    1010    xmlns:i0="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" 
    11     xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" 
    1211    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" 
    1312    targetNamespace="http://www.winfessor.com/SoapBoxWebService/SoapBoxWebService" 
  • trunk/test/xsd/xmlschema.xml

    r965 r1010  
    11<?xml version="1.0" encoding="utf-8"?> 
    2 <xs:schema xmlns:mstns="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" id="MessageDataSet" xmlns:xs="http://www.w3.org/2001/XMLSchema"> 
    3   <xs:element msdata:IsDataSet="true" name="MessageDataSet"> 
     2<xs:schema 
     3    xmlns:mstns="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" 
     4    xmlns="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" 
     5    attributeFormDefault="qualified" 
     6    elementFormDefault="qualified" 
     7    targetNamespace="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" 
     8    id="MessageDataSet" 
     9    xmlns:xs="http://www.w3.org/2001/XMLSchema"> 
     10  <xs:element name="MessageDataSet"> 
    411    <xs:complexType> 
    512      <xs:choice maxOccurs="unbounded" />