Skip to content

Commit 4321364

Browse files
authored
Ingredient quantity to 3 digits
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)
1 parent 17c6038 commit 4321364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/eCH-0263-1-0.xsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Dichte in kg/m3, falls «kg» als Transaktionseinheit (transactionUnit) des übe
618618
</xs:annotation>
619619
<xs:simpleType>
620620
<xs:restriction base="xs:decimal">
621-
<xs:fractionDigits value="2"/>
621+
<xs:fractionDigits value="3"/>
622622
</xs:restriction>
623623
</xs:simpleType>
624624
</xs:element>
@@ -1087,4 +1087,4 @@ Dichte in kg/m3, falls «kg» als Transaktionseinheit (transactionUnit) des übe
10871087
</xs:sequence>
10881088
</xs:complexType>
10891089
</xs:element>
1090-
</xs:schema>
1090+
</xs:schema>

0 commit comments

Comments
 (0)