ballot_measure_selection¶
Represents the possible selection (e.g. yes/no, recall/do not recall, et al) for a ballot_measure_contest that would appear on the ballot. BallotMeasureSelection extends ballot_selection_base.
Tag |
Data Type |
Required? |
Repeats? |
Description |
Error Handling |
|---|---|---|---|---|---|
selection |
|
Required |
Single |
Selection text for a ballot_measure_contest |
1 id,sequence_order,selection
2 bms001,1,Proposition A
3 bms002,2,Proposition B
ballot_selection_base¶
A base model for all ballot selection types: ballot_measure_selection, candidate_selection, and party_selection.
Tag |
Data Type |
Required? |
Repeats? |
Description |
Error Handling |
|---|---|---|---|---|---|
sequence_order |
|
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 ordered_contest. |