gitgabrio commented on issue #1020:
URL: 
https://github.com/apache/incubator-kie-issues/issues/1020#issuecomment-2012297304

   @tiagobento 
   I would personally create another row to insert tose constraints, and give 
specific names to both, so on one side the user may insert "allowedValues" and 
on the other side typeConstraints. They are not mutually exclusive.
   
   ```xml
   <xsd:extension base="tNamedElement">
                                <xsd:choice>
                                        <xsd:sequence>
                                                <xsd:element name="typeRef" 
type="xsd:string"/>
                                                <xsd:element 
name="allowedValues" type="tUnaryTests" minOccurs="0"/>
                                                <xsd:element 
name="typeConstraint" type="tUnaryTests" minOccurs="0"/>
                                        </xsd:sequence>
   ```
   
   When/if the allowedValues will be definetely removed, then also the old 
input box will be.
   I hope to have been clear - pls let me know if I'm not


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to