ZVON > References > WSDL 1.1 Reference

Type

Name: wsdl:paramType
Elements of this type: wsdl:input | wsdl:output
Attributes of this type:

Schema fragment:
<complexType name="paramType">
     <complexContent>
          <extension base="wsdl:documented">
               <attribute name="name" type="NMTOKEN" use="optional"/>
               <attribute name="message" type="QName" use="required"/>
          </extension>
     </complexContent>
</complexType>