Skip to content

Commit

Permalink
resolves #24
Browse files Browse the repository at this point in the history
  • Loading branch information
JDziurlaj committed Sep 14, 2020
1 parent 4849b4e commit 48cadf4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions example_1.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<CastVoteRecordReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="NIST_V0_cast_vote_records.xsd" xsi:schemaLocation="NIST_V0_cast_vote_records.xsd file:///C:/Users/john/Documents/GitHub/CastVoteRecords/NIST_V0_cast_vote_records.xsd">
<!-- 5.1 Examples -->
<CVR>
<CastVoteRecordReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="NIST_V0_cast_vote_records.xsd">
<!-- 5.1 Examples -->
<CVR>
<BallotImage>
<Image FileName="CVR1_Ballot.jpg" MimeType="image/jpeg"/>
</BallotImage>
<BallotStyleId>bs1</BallotStyleId>
<CurrentSnapshotId>cvr-001</CurrentSnapshotId>
<CurrentSnapshotId>cvr-001</CurrentSnapshotId>
<CVRSnapshot ObjectId="cvr-001">
<CVRContest>
<ContestId>_C1</ContestId>
Expand All @@ -20,7 +20,7 @@
</CVRContestSelection>
</CVRContest>
<Type>original</Type>
</CVRSnapshot>
</CVRSnapshot>
<ElectionId>_EL7</ElectionId>
<UniqueId>1</UniqueId>
</CVR>
Expand Down Expand Up @@ -98,7 +98,7 @@
<IsAllocable>no</IsAllocable>
<MarkMetricValue>96</MarkMetricValue>
<NumberVotes>1</NumberVotes>
<Position>2</Position>
<Position>2</Position>
</SelectionPosition>
<SelectionPosition>
<HasIndication>yes</HasIndication>
Expand All @@ -115,15 +115,15 @@
</CVRSnapshot>
<ElectionId>_EL7</ElectionId>
<UniqueId>4</UniqueId>
</CVR>
</CVR>
<!-- write-in example -->
<CVR>
<BallotImage>
<Image FileName="CVR5_Ballot.jpg" MimeType="image/jpeg"/>
</BallotImage>
<BallotStyleId>bs1</BallotStyleId>
<CurrentSnapshotId>cvr-005</CurrentSnapshotId>
<CVRSnapshot ObjectId="cvr-005">
<CVRSnapshot ObjectId="cvr-005">
<CVRContest>
<ContestId>_C1</ContestId>
<CVRContestSelection>
Expand Down Expand Up @@ -153,15 +153,15 @@
</CVRSnapshot>
<ElectionId>_EL7</ElectionId>
<UniqueId>61</UniqueId>
</CVR>
</CVR>
<CVR>
<BallotStyleId>bs1</BallotStyleId>
<CurrentSnapshotId>cvr-006</CurrentSnapshotId>
<CVRSnapshot ObjectId="cvr-006">
<CVRContest>
<ContestId>_C1</ContestId>
<CVRContestSelection>
<ContestSelectionId>_C1CS1</ContestSelectionId>
<ContestSelectionId>_C1CS1</ContestSelectionId>
<SelectionPosition>
<HasIndication>yes</HasIndication>
<IsAllocable>yes</IsAllocable>
Expand All @@ -171,7 +171,7 @@
<TotalNumberVotes>1</TotalNumberVotes>
</CVRContestSelection>
<CVRContestSelection>
<ContestSelectionId>_C1CS2</ContestSelectionId>
<ContestSelectionId>_C1CS2</ContestSelectionId>
<SelectionPosition>
<HasIndication>no</HasIndication>
<IsAllocable>no</IsAllocable>
Expand Down Expand Up @@ -200,7 +200,7 @@
<Type>original</Type>
</CVRSnapshot>
<ElectionId>_EL7</ElectionId>
<UniqueId>57</UniqueId>
<UniqueId>57</UniqueId>
</CVR>
<Election ObjectId="_EL7">
<Candidate ObjectId="_C1CN1">
Expand Down

0 comments on commit 48cadf4

Please sign in to comment.