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 xs:string Required Single Selection text for a ballot_measure_contest If the element is invalid or not present, the implementation is required to ignore the BallotMeasureSelection containing it.
1
2
3
 id,sequence_order,selection
 bms001,1,Proposition A
 bms002,2,Proposition B

ballot_selection_base

A base model for all ballot selection types: ballot_measure_selection, candiate_selection, and 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 ordered_contest. If the field is invalid or not present, then the implementation is required to ignore it.