http://www.w3.org/2003/06/wsdl
The definitions Element
Element definitions : Definitions
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"Click here to hide Comment This attribute is required.>
<wsdl:documentation>wsdl:Documentation</documentation> [0..1]
-Begin Sequence [1...1]
<preImportInclude> is an abstract element.
-Begin Choice [0...*]
<wsdl:import namespace="xs:anyURI"Click here to hide Comment This attribute is required. location="xs:anyURI">wsdl:Import</import> [1..1]
<inImportInclude> is an abstract element.
<wsdl:include location="xs:anyURI"Click here to hide Comment This attribute is required.>wsdl:Include</include> [1..1]
End Choice
<preTypes> is an abstract element.
<wsdl:types>wsdl:Types</types> [0..1]
-Begin Choice [0...*]
<globalExt> is an abstract element.
<postTypes> is an abstract element.
<wsdl:message name="xs:NCName"Click here to hide Comment This attribute is required.>wsdl:Message</message> [1..1]
<wsdl:interface name="xs:NCName"Click here to hide Comment This attribute is required. extends="list of (QName)">wsdl:Interface</interface> [1..1]
<wsdl:binding name="xs:NCName"Click here to hide Comment This attribute is required. interface="xs:QName"Click here to hide Comment This attribute is required.>wsdl:Binding</binding> [1..1]
<wsdl:service name="xs:NCName"Click here to hide Comment This attribute is required. interface="xs:QName"Click here to hide Comment This attribute is required. targetResource="xs:anyURI">wsdl:Service</service> [1..1]
End Choice
End Sequence
</definitions>
 Collapse Attributes
Name Type Summary
targetNamespace anyURI
Use of this attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
 Collapse Identity Constraints
Element definitions
Uniqueness Constraints: message
Selector: wsdl:message
Fields: @name
Uniqueness Constraints: interface
Selector: wsdl:interface
Fields: @name
Uniqueness Constraints: binding
Selector: wsdl:binding
Fields: @name
Uniqueness Constraints: service
Selector: wsdl:service
Fields: @name
Element definitions/message
Uniqueness Constraints: part
Selector: wsdl:part
Fields: @name
Element definitions/interface
Uniqueness Constraints: operation
Selector: wsdl:operation
Fields: @name
Element definitions/service
Uniqueness Constraints: endpoint
Selector: wsdl:endpoint
Fields: @name
 Collapse XML
-<xs:element  name="definitions"  type="wsdl:Definitions">
-<xs:unique  name="message">
<xs:selector  xpath="wsdl:message" />
<xs:field  xpath="@name" />
</xs:unique>
-<xs:unique  name="interface">
<xs:selector  xpath="wsdl:interface" />
<xs:field  xpath="@name" />
</xs:unique>
-<xs:unique  name="binding">
<xs:selector  xpath="wsdl:binding" />
<xs:field  xpath="@name" />
</xs:unique>
-<xs:unique  name="service">
<xs:selector  xpath="wsdl:service" />
<xs:field  xpath="@name" />
</xs:unique>
</xs:element>
 Collapse Uses
 Collapse Type (1)
 
 Collapse Used-By
 
Generated by XSDdoc 2.0 ©