ZVON > References > WSDL 1.1 Reference

Type

Name: wsdl:definitionsType
Elements of this type: wsdl:definitions
Attributes of this type:

Schema fragment:
<complexType name="definitionsType">
     <complexContent>
          <extension base="wsdl:documented">
               <sequence>
                    <element ref="wsdl:import" minOccurs="0" maxOccurs="unbounded"/>
                    <element ref="wsdl:types" minOccurs="0"/>
                    <element ref="wsdl:message" minOccurs="0" maxOccurs="unbounded"/>
                    <element ref="wsdl:portType" minOccurs="0" maxOccurs="unbounded"/>
                    <element ref="wsdl:binding" minOccurs="0" maxOccurs="unbounded"/>
                    <element ref="wsdl:service" minOccurs="0" maxOccurs="unbounded"/>
                    <any namespace="##other" minOccurs="0" maxOccurs="unbounded"> </any>
               </sequence>
               <attribute name="targetNamespace" type="uriReference" use="optional"/>
               <attribute name="name" type="NMTOKEN" use="optional"/>
          </extension>
     </complexContent>
</complexType>