http://www.w3.org/2003/06/wsdl/soap12
Complex Type
bindingType
The bindingType type does not allow mixed content.
There is no restriction on type derivation.
 XML Instance |
|
|
Attributes |
| Name |
Type |
Summary |
| encodingStyleDefault |
anyURI |
Use of this attribute is optional.
Its form is unqualified.
Show details.
|
Base type of encodingStyleDefault is anyURI. There are several restrictions on the value. The schema processor collapses value's whitespace.
|
| namespaceDefault |
anyURI |
Use of this attribute is optional.
Its form is unqualified.
Show details.
|
Base type of namespaceDefault is anyURI. There are several restrictions on the value. The schema processor collapses value's whitespace.
|
| styleDefault |
styleChoice |
Use of this attribute is optional.
Its form is unqualified.
Show details.
|
Base type of styleDefault is string. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are  (document | rpc). | Enumeration | Description | | document | | | rpc | |
|
| transport |
anyURI |
Use of this attribute is required.
Its form is unqualified.
Show details.
|
Base type of transport is anyURI. There are several restrictions on the value. The schema processor collapses value's whitespace.
|
|
XML |
-<xs:complexType mixed="false" name="bindingType">
<xs:attribute name="transport" type="xs:anyURI" use="required" />
<xs:attribute name="namespaceDefault" type="xs:anyURI" />
<xs:attribute name="encodingStyleDefault" type="xs:anyURI" />
</xs:complexType>
|
Uses |
Type (2)
|
Used-By |
Element (1)
|