ElementSelection
Use this element, in a top-down scenario, to select an element from those defined in the XSD file or in the types section of the WSDL file.
Contained by
ElementSelectionArrayContains
NoneAttributes
Fields | Description |
---|---|
Attribute: name
Valid values: elementName Required?: No Default value: None |
Selects an element to implement from the XSD file or from the types section of the WSDL file in a top-down scenario. Specified element must exist in the XSD or the WSDL file. If the specified element is not found, an error message is generated. |
Example
<ElementSelectionArray>
<ElementSelection name="balance"/>
<ElementSelection name="interestRate"/>
</ElementSelectionArray>