You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In adding support for the new record datatype we neglected to update the
constant_variable to allow it to hold a record. The current
<constant_variable> structure allows a sequence of elements
and looks like this:
This structure needs to be updated to allow each value to be a record. Values
are currently limited to simple types(xsd:anySimpleType). In order for
variables to fully support the new record datatype the element
needs to optionally allow named fields. This might look something like:
@djhaynes commented on Fri Aug 16 2013
In adding support for the new record datatype we neglected to update the
constant_variable to allow it to hold a record. The current
<constant_variable> structure allows a sequence of elements
and looks like this:
This structure needs to be updated to allow each value to be a record. Values
are currently limited to simple types(xsd:anySimpleType). In order for
variables to fully support the new record datatype the element
needs to optionally allow named fields. This might look something like:
@djhaynes commented on Fri Aug 16 2013
This same issue also applies to external_variable and possibly the literal_component constructs.
@djhaynes commented on Fri Aug 16 2013
Due to the impact of this change we will defer this feature until a later release. It will not be included in version 5.7.
@solind commented on Tue Aug 30 2016
Punting to 5.12.
The text was updated successfully, but these errors were encountered: