Skip to content

Commit

Permalink
fix: correction for storeName/resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
davdarras committed Jun 1, 2023
1 parent 9a73f64 commit 022d80d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/xsd/LunaticModel.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<xs:element name="variables" type="IVariableType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="cleaning" type="CleaningType" minOccurs="0" maxOccurs="1"/>
<xs:element name="missingBlock" type="MissingType" minOccurs="0" maxOccurs="1"/>
<xs:element name="resizing" type="MissingType" minOccurs="0" maxOccurs="1"/>
<xs:element name="resizing" type="ResizingType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/xsd/LunaticModelFlat.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<xs:element name="variables" type="IVariableType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="cleaning" type="CleaningType" minOccurs="0" maxOccurs="1"/>
<xs:element name="missingBlock" type="MissingType" minOccurs="0" maxOccurs="1"/>
<xs:element name="resizing" type="MissingType" minOccurs="0" maxOccurs="1"/>
<xs:element name="resizing" type="ResizingType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
Expand Down Expand Up @@ -101,7 +101,7 @@
<xs:element name="hierarchy" type="hierarchy" minOccurs="0"/>
<xs:element name="missingResponse" type="ResponseType" minOccurs="0"/>

<xs:element name="storeName" minOccurs="0"/>
<xs:element name="storeName" type="xs:string" minOccurs="0"/>

<xs:element name="bindingDependencies" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
Expand Down

0 comments on commit 022d80d

Please sign in to comment.