Skip to content

Commit

Permalink
Merge pull request #30 from laurentC35/dev-loop
Browse files Browse the repository at this point in the history
Change bindingsDependency to bindingDependencies (boolean to array)
  • Loading branch information
laurentC35 authored Jul 24, 2020
2 parents 9c12885 + 09b0157 commit 7a83355
Show file tree
Hide file tree
Showing 10 changed files with 10,891 additions and 11,083 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>fr.insee.lunatic</groupId>
<artifactId>lunatic-model</artifactId>
<packaging>jar</packaging>
<version>2.0.0-rc2</version>
<version>2.0.0-rc3</version>
<name>Lunatic Model</name>
<description>Classes and converters for the Lunatic model</description>
<url>http://www.insee.fr</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/xsd/LunaticModel.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<xs:element name="declarations" type="DeclarationType" minOccurs="0" maxOccurs="unbounded"/>
<!-- Warning : To validate the name -->
<xs:element name="conditionFilter" type="xs:string" minOccurs="0"/>
<xs:element name="bindingsDependency" type="xs:boolean" minOccurs="0"/>
<xs:element name="bindingDependencies" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID" use="required"/>
<xs:attribute name="componentType" type="ComponentTypeEnum"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/xsd/LunaticModelFlat.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<xs:element name="declarations" type="DeclarationType" minOccurs="0" maxOccurs="unbounded"/>
<!-- Warning : To validate the name -->
<xs:element name="conditionFilter" type="xs:string" minOccurs="0"/>
<xs:element name="bindingsDependency" type="xs:boolean" minOccurs="0"/>
<xs:element name="bindingDependencies" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID" use="required"/>
<xs:attribute name="componentType" type="ComponentTypeEnum"/>
Expand Down
1,920 changes: 946 additions & 974 deletions src/test/resources/dummy/form.xml

Large diffs are not rendered by default.

1,920 changes: 946 additions & 974 deletions src/test/resources/dummy/form_flat.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 7a83355

Please sign in to comment.