Skip to content

Commit

Permalink
In LunaticModel xsds : addding a inFilter field for calculated variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ath-dhm committed Nov 17, 2021
1 parent 82d7955 commit afb35e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/xsd/LunaticModel.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<xs:element name="expression" type="xs:string" minOccurs="0"/>
<xs:element name="bindingDependencies" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="shapeFrom" type="xs:string" minOccurs="0"/>
<xs:element name="inFilter" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/xsd/LunaticModelFlat.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
<xs:element name="expression" type="xs:string" minOccurs="0"/>
<xs:element name="bindingDependencies" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="shapeFrom" type="xs:string" minOccurs="0"/>
<xs:element name="inFilter" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
Expand Down

0 comments on commit afb35e7

Please sign in to comment.