http://schemas.xmlsoap.org/wsdl/
The definitions Element
Element definitions : tDefinitions
The definitions element cannot have "xsi:nil" as an attribute. The definitions element in XML instance can be substituted with other elements.
 CollapseClick here to hide comment XML Instance
<wsdl:definitions targetNamespace="xs:anyURI" name="xs:NCName">
<wsdl:documentation>wsdl:tDocumentation</documentation> [0..1]
 Allows any elements from other namespaces (lax validation). [0..*] Allows any elements from other namespaces (lax validation). [0..*]
-Begin Sequence [1...1]
-Begin Group [0...*]
-Begin Choice [1...1]
<wsdl:import namespace="xs:anyURI"Click here to hide Comment This attribute is required. location="xs:anyURI"Click here to hide Comment This attribute is required.>wsdl:tImport</import> [1..1]
<wsdl:types>wsdl:tTypes</types> [1..1]
<wsdl:message name="xs:NCName"Click here to hide Comment This attribute is required.>wsdl:tMessage</message> [1..1]
<wsdl:portType name="xs:NCName"Click here to hide Comment This attribute is required.>wsdl:tPortType</portType> [1..1]
<wsdl:binding name="xs:NCName"Click here to hide Comment This attribute is required. type="xs:QName"Click here to hide Comment This attribute is required.>wsdl:tBinding</binding> [1..1]
<wsdl:service name="xs:NCName"Click here to hide Comment This attribute is required.>wsdl:tService</service> [1..1]
End Choice
End Group
End Sequence
</definitions>
 Collapse Attributes
Name Type Summary
name NCName
Use of this attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
targetNamespace anyURI
Use of this attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
 Collapse Identity Constraints
Element definitions
Key Constraints: message
Selector: wsdl:message
Fields: @name
Key Constraints: portType
Selector: wsdl:portType
Fields: @name
Key Constraints: binding
Selector: wsdl:binding
Fields: @name
Key Constraints: service
Selector: wsdl:service
Fields: @name
Key Constraints: import
Selector: wsdl:import
Fields: @namespace
Element definitions/message
Uniqueness Constraints: part
Selector: wsdl:part
Fields: @name
Element definitions/service
Uniqueness Constraints: port
Selector: wsdl:port
Fields: @name
 Collapse XML
-<xs:element  name="definitions"  type="wsdl:tDefinitions">
-<xs:key  name="message">
<xs:selector  xpath="wsdl:message" />
<xs:field  xpath="@name" />
</xs:key>
-<xs:key  name="portType">
<xs:selector  xpath="wsdl:portType" />
<xs:field  xpath="@name" />
</xs:key>
-<xs:key  name="binding">
<xs:selector  xpath="wsdl:binding" />
<xs:field  xpath="@name" />
</xs:key>
-<xs:key  name="service">
<xs:selector  xpath="wsdl:service" />
<xs:field  xpath="@name" />
</xs:key>
-<xs:key  name="import">
<xs:selector  xpath="wsdl:import" />
<xs:field  xpath="@namespace" />
</xs:key>
</xs:element>
 Collapse Uses
 Collapse Type (1)
 
 Collapse Used-By
 
Generated by XSDdoc 2.0 ©