Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 3.24 KB

ballot_measure_selection.rst

File metadata and controls

47 lines (35 loc) · 3.24 KB

ballot_measure_selection

Represents the possible selection (e.g. yes/no, recall/do not recall, et al) for a multi-csv-ballot-measure-contest that would appear on the ballot. BallotMeasureSelection extends multi-csv-ballot-selection-base.

Tag Data Type Required? Repeats? Description Error Handling
selection xs:string Required Single Selection text for a multi-csv-ballot-measure-contest If the element is invalid or not present, the implementation is required to ignore the BallotMeasureSelection containing it.
id,sequence_order,selection
bms001,1,Proposition A
bms002,2,Proposition B

ballot_selection_base

A base model for all ballot selection types: multi-csv-ballot-measure-selection, multi-csv-candidate-selection, and multi-csv-party-selection.

Tag Data Type Required? Repeats? Description Error Handling
sequence_order xs:integer Optional Single The order in which a selection can be listed on the ballot or in results. This is the default ordering, and can be overridden by OrderedBallotSlectionIds in multi-csv-ordered-contest. If the field is invalid or not present, then the implementation is required to ignore it.