-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The LabelType has been introduced to replace String labels by an object that contains metadata about the concerned language (VTL / MD). This object is not used in the ConditionFilterType, which seems a bit odd.
I suggest something like this:
<xs:complexType name="ConditionFilterType">
<xs:sequence>
<xs:element name="expression" type="labelType"/>
<xs:element name="bindingDependencies" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType> <xs:complexType name="ConditionFilterType">
<xs:sequence>
<xs:element name="expression" type="labelType"/>
<xs:element name="bindingDependencies" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>Note:
These changes could also affect the "json-cleaner.xsl" script:
and Eno's branch dev-lunatic-v2
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request