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

Ticket #338 (new enhancement)

Opened 2 years ago

<xsd:union> of <xsd:simpleType>

Reported by: nahi Assigned to: nahi
Priority: normal Milestone: undefined
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

<xs:simpleType name="positiveIntegerOrAll">
  <xs:union>
    <xs:simpleType>
      <xs:restriction base='xs:positiveInteger'/>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base='xs:string'>
      <xs:enumeration value='All'/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>