ZVON > References > WSDL 1.1 Reference

Type

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

Schema fragment:
<key name="portType">
     <selector xpath="portType"/>
     <field xpath="@name"/>
</key>
Schema fragment:
<element name="portType" type="wsdl:portTypeType"/>
Schema fragment:
<complexType name="portType">
     <complexContent>
          <extension base="wsdl:documented">
               <sequence>
                    <any namespace="##other" minOccurs="0"/>
               </sequence>
               <attribute name="name" type="NCName" use="required"/>
               <attribute name="binding" type="QName" use="required"/>
          </extension>
     </complexContent>
</complexType>