-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TemplateRule parameters with OR #3
Comments
@MatthiasWeise I'll look into this. |
@MatthiasWeise would you be able to provide an mvdxml + ifc for this to be made into a test case? |
@MatthiasWeise Looking into this still. I've got a question for you.
it seems to me that a statement such as If this is correct a whole boolean_term could look like |
Should both sides be |
The grammar introduced by mvdXML 1.1 is used by mvd:TemplateRule.Parameters, but also mvd:Constraint.Expression. |
We have troubles checking statements like the following:
<TemplateRule Parameters="Set[Value]='Pset_SpaceCommon' AND Property[Value]='Category' AND (Value[Value]='Betriebstechnische Anlagen' OR Value[Value]='Sonstige Nutzungen' OR Value[Value]='Verkehrserschl. und -sicherung' OR Value[Value]='Wohnen und Aufenthalt')"/>
This is working for instance:
<TemplateRule Parameters="Set[Value]='Pset_SpaceCommon' AND PropertyName[Value]='Category' AND Value[Value]='Betriebstechnische Anlagen'"/>
It seems that configuring same RuleIDs in the TemplateRule parameters is the reason.
The text was updated successfully, but these errors were encountered: