ZVON > References > WSDL 1.1 Reference

Type

Name: wsdl:portTypeType
Elements of this type: wsdl:portType
Attributes of this type:

Schema fragment:
<complexType name="portTypeType">
     <complexContent>
          <extension base="wsdl:documented">
               <sequence>
                    <element ref="wsdl:operation" minOccurs="0" maxOccurs="unbounded"/>
               </sequence>
               <attribute name="name" type="NCName" use="required"/>
          </extension>
     </complexContent>
</complexType>