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

 1<BallotMeasureSelection id="bms30001a">
 2   <Selection label="bms30001at">
 3      <Text language="en">Yes</Text>
 4      <Text language="es"></Text>
 5   </Selection>
 6</BallotMeasureSelection>
 7<BallotMeasureSelection id="bms30001b">
 8   <Selection label="bms30001bt">
 9      <Text language="en">No</Text>
10      <Text language="es">No</Text>
11   </Selection>
12</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.