Skip to content

Commit

Permalink
Ingredient quantity to 3 digits
Browse files Browse the repository at this point in the history
Fixes #8 

I honestly to not see any issue in defining it as 3 digits if an impostant stakeholder has this requirement.
Worst case, the 2-digits system either pad it with a 0 (when sending) or round it (when receiving)
  • Loading branch information
AFoletti authored Jan 12, 2024
1 parent 17c6038 commit 4321364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eCH-0263-1-0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Dichte in kg/m3, falls «kg» als Transaktionseinheit (transactionUnit) des übe
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="2"/>
<xs:fractionDigits value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down Expand Up @@ -1087,4 +1087,4 @@ Dichte in kg/m3, falls «kg» als Transaktionseinheit (transactionUnit) des übe
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</xs:schema>

0 comments on commit 4321364

Please sign in to comment.