wsdl:message
Element information
Namespace: http://schemas.xmlsoap.org/wsdl/
Schema document: wsdl11.xsd
Type: wsdl:tMessage
Properties: Local, Qualified
Content
- Sequence [1..1]
- wsdl:documentation [0..1]
- Any element [0..*] Namespace: ##other, Process Contents: lax
- wsdl:part [0..*]
from type wsdl:tDocumentedfrom type wsdl:tExtensibleDocumented
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | xsd:NCName |
Identity constraints
Type | Name | Selector | Field(s) |
---|---|---|---|
unique | part | wsdl:part | @name |
Used in
- Group wsdl:anyTopLevelOptionalElement
- Type wsdl:tDefinitions via reference to wsdl:anyTopLevelOptionalElement (Element wsdl:definitions)
Sample instance
<wsdl:message name="GetLastTradePriceInput"> <wsdl:part name="body" element="xsd1:TradePriceRequest"/> </wsdl:message>