BallotMeasureSelection

Represents the possible selection (e.g. yes/no, recall/do not recall, et al) for a BallotMeasureContest that would appear on the ballot. BallotMeasureSelection extends BallotSelectionBase.

Tag Data Type Required? Repeats? Description Error Handling
Selection InternationalizedText Required Single Selection text for a BallotMeasureContest If the element is invalid or not present, the implementation is required to ignore the BallotMeasureSelection containing it.
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<BallotMeasureSelection id="bms30001a">
   <Selection label="bms30001at">
      <Text language="en">Yes</Text>
      <Text language="es"></Text>
   </Selection>
</BallotMeasureSelection>
<BallotMeasureSelection id="bms30001b">
   <Selection label="bms30001bt">
      <Text language="en">No</Text>
      <Text language="es">No</Text>
   </Selection>
</BallotMeasureSelection>

BallotSelectionBase

A base model for all ballot selection types: BallotMeasureSelection, CandidateSelection, and PartySelection.

Tag Data Type Required? Repeats? Description Error Handling
SequenceOrder 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 OrderedContest. If the field is invalid or not present, then the implementation is required to ignore it.