sortAlternativesValues

Version:1.0
Provider:PyXMCDA
SOAP service’s name:
 sortAlternativesValues-PyXMCDA (see SOAP requests for details)

Description

Sort alternatives into categories per values. The categories are delimited by one interval of numeric values each.

Contact: Nicolas Duminy (nicolas.duminy@telecom-bretagne.eu)

Web page: https://gitlab.com/nduminy/ws-pyxmcda

Inputs

(For outputs, see below)

alternatives (optional)

The alternatives to assign (only the active ones). All are considered if not provided.

The input value should be a valid XMCDA document whose main tag is <alternatives>.


categories (optional)

The categories to assign to (only the active ones). All are considered if not provided.

The input value should be a valid XMCDA document whose main tag is <categories>.


alternativesValues

The alternatives values.

The input value should be a valid XMCDA document whose main tag is <alternativesValues>.


categoriesLimits

Categories limits represented by intervals of numeric values.

The input value should be a valid XMCDA document whose main tag is <categoriesValues>.


Outputs

alternativesAssignments

The computed alternatives assignments.

The returned value is a XMCDA document whose main tag is <alternativesAssignments>.


messages

Status messages.

The returned value is a XMCDA document whose main tag is <programExecutionResult>.


Original xml description