TypeSelection

Use this element, in a top-down scenario, to select a type from those defined in the XSD file or in the types section of the WSDL file.

Contained by

TypeSelectionArray

Contains

None

Attributes

Fields Description
Attribute: name
Valid values: typeName
Required?: No
Default value: None
Selects a type to implement from the XSD file or from the types section of the WSDL file in a top-down scenario. Specified type must exist in the XSD or the WSDL file. If the specified type is not found, an error message is generated.

Example

<TypeSelectionArray>
      <TypeSelection name="balanceType"/>
      <TypeSelection name="interestRateType"/>
</TypeSelectionArray>