http://www.w3.org/2003/06/wsdl
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.
XML Instance
<wsdl:definitions targetNamespace ="xs: anyURI " This attribute is required. ><preImportInclude> is an abstract element.
<inImportInclude> is an abstract element.
End Choice
<preTypes> is an abstract element.
<globalExt> is an abstract element.
<postTypes> is an abstract element.
End Choice
End Sequence
</definitions>
Attributes
definitions
definitions/documentation
definitions/preImportInclude
definitions/import
definitions/inImportInclude
definitions/include
definitions/preTypes
definitions/types
definitions/globalExt
definitions/postTypes
definitions/message
definitions/interface
definitions/binding
definitions/service
Name
Type
Summary
targetNamespace
anyURI
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of targetNamespace is
anyURI . There are several restrictions on the value. The schema processor collapses value's whitespace.
Name
Type
Summary
No Attributes
Name
Type
Summary
No Attributes
Name
Type
Summary
location
anyURI
Use of this attribute is optional.
Its form is unqualified.
Show details.
Base type of location is
anyURI . There are several restrictions on the value. The schema processor collapses value's whitespace.
namespace
anyURI
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of namespace is
anyURI . There are several restrictions on the value. The schema processor collapses value's whitespace.
Name
Type
Summary
No Attributes
Name
Type
Summary
location
anyURI
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of location is
anyURI . There are several restrictions on the value. The schema processor collapses value's whitespace.
Name
Type
Summary
No Attributes
Name
Type
Summary
No Attributes
Name
Type
Summary
No Attributes
Name
Type
Summary
No Attributes
Name
Type
Summary
name
NCName
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of name is
NCName . There are several restrictions on the value. The schema processor collapses value's whitespace. The value must match "
[\i-[:]][\c-[:]]*
".
Name
Type
Summary
extends
list of (QName )
Use of this attribute is optional.
Its form is unqualified.
Show details.
Base type of extends is a list of (
QName ). There are several restrictions on the list item value. The schema processor collapses value's whitespace.
name
NCName
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of name is
NCName . There are several restrictions on the value. The schema processor collapses value's whitespace. The value must match "
[\i-[:]][\c-[:]]*
".
Name
Type
Summary
interface
QName
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of interface is
QName . There are several restrictions on the value. The schema processor collapses value's whitespace.
name
NCName
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of name is
NCName . There are several restrictions on the value. The schema processor collapses value's whitespace. The value must match "
[\i-[:]][\c-[:]]*
".
Name
Type
Summary
interface
QName
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of interface is
QName . There are several restrictions on the value. The schema processor collapses value's whitespace.
name
NCName
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of name is
NCName . There are several restrictions on the value. The schema processor collapses value's whitespace. The value must match "
[\i-[:]][\c-[:]]*
".
targetResource
anyURI
Use of this attribute is optional.
Its form is unqualified.
Show details.
Base type of targetResource is
anyURI . There are several restrictions on the value. The schema processor collapses value's whitespace.
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/service
Uniqueness Constraints: endpoint
Selector: wsdl:endpoint
Fields:
@name
XML
- < 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 >
Uses
Type (1)
Used-By