Skip to content

Commit

Permalink
Mise à jour DECP 2.0.2
Browse files Browse the repository at this point in the history
Valeur min 1€ au lieu de 0€ sur quatre champs.
  • Loading branch information
valica committed Jun 28, 2024
1 parent 0506e91 commit 969ae76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schema_decp_v2.0.2.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<xs:element name="montant" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down Expand Up @@ -524,7 +524,7 @@
<xs:element name="montant">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down Expand Up @@ -602,7 +602,7 @@
<xs:element name="montant" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down Expand Up @@ -680,7 +680,7 @@
<xs:element name="montant" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down

0 comments on commit 969ae76

Please sign in to comment.