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
A lot of properties in the CDF data models use xs:integer. However, this allows for negative numbers, which makes little sense in most cases. For example, negative BallotsCast or Round. The XDM supports several subtypes, including xs:nonNegativeInteger, and should be explored.
The text was updated successfully, but these errors were encountered:
Organization Name: The Turnout
Organization Type: 1 (CTR)
Document: Various
A lot of properties in the CDF data models use
xs:integer
. However, this allows for negative numbers, which makes little sense in most cases. For example, negativeBallotsCast
orRound
. The XDM supports several subtypes, includingxs:nonNegativeInteger
, and should be explored.The text was updated successfully, but these errors were encountered: