wsdl:include
Element information
Namespace: http://www.w3.org/ns/wsdl
Schema document: wsdl20.xsd
Type: wsdl:IncludeType
Properties: Global, Qualified
Content
- Sequence [1..1]
- wsdl:documentation [0..*]
- Any element [0..*] Namespace: ##other, Process Contents: strict
from type wsdl:DocumentedType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type wsdl:ExtensibleDocumentedType | |
location | [1..1] | xsd:anyURI |
Used in
- Type wsdl:DescriptionType (Element wsdl:description)
Sample instance
<wsdl:include location="http://www.example.com/"> <wsdl:documentation>Any text, intermingled with: <!--any element--> </wsdl:documentation> <!--any element--> </wsdl:include>