You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
while scanning through pensionMeansOfLivingEvidence-0.1.xsd I found some issues with the MonetaryAmountType.
Please change the upper bound of the cardinality of "Currency" to 1. One monetary value can only have one Currency at a time.
I suggest you change the data type of the Amount element from a custom xs:integer to xs:decimal to also allow fraction digits
I suggest you change the limitations of the data type of the Amount element to not use a regular expression, but instead use xs:minInclusive and xs:maxInclusive instead. That should increase performance and is easier to read.
// Philip
The text was updated successfully, but these errors were encountered:
Hi guys,
while scanning through
pensionMeansOfLivingEvidence-0.1.xsd
I found some issues with theMonetaryAmountType
.Amount
element from a customxs:integer
toxs:decimal
to also allow fraction digitsAmount
element to not use a regular expression, but instead usexs:minInclusive
andxs:maxInclusive
instead. That should increase performance and is easier to read.// Philip
The text was updated successfully, but these errors were encountered: