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

Ticket #248 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

String should be allowed xsd:list of xsd:simpleType

Reported by: nahi Assigned to: nahi
Priority: low Milestone: 1.5.6
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

"None" and "None MarkQueryWords?" should be allowed as None? and ["None", "MarkQueryWords?"]

      <xsd:simpleType name="SearchFlags">
        <xsd:list>
          <xsd:simpleType>
            <xsd:restriction base="xsd:string">
              <xsd:enumeration value="None" />
              <xsd:enumeration value="MarkQueryWords" />
              <xsd:enumeration value="DisableSpellCorrectForSpecialWords" />              
              <xsd:enumeration value="DisableHostCollapsing" />
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:list>
      </xsd:simpleType>

Change History

09/03/06 20:05:06 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1712]) allow String as a value of xsd:list of xsd:simpleType. closes #248.