http://www.w3.org/2003/06/wsdl/soap12
Complex Type
bodyType
The bodyType type does not allow mixed content.
There is no restriction on type derivation.
 XML Instance |
|
|
Attributes |
| Name |
Type |
Summary |
| encodingStyle |
anyURI |
Use of this attribute is optional.
Its form is unqualified.
Show details.
|
Base type of encodingStyle is anyURI. There are several restrictions on the value. The schema processor collapses value's whitespace.
|
| namespace |
anyURI |
Use of this attribute is optional.
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.
|
|
XML |
-<xs:complexType mixed="false" name="bodyType">
<xs:attribute name="namespace" type="xs:anyURI" />
<xs:attribute name="encodingStyle" type="xs:anyURI" />
</xs:complexType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|