Skip to content

Instantly share code, notes, and snippets.

@GraylinKim
Created November 16, 2010 02:33
Show Gist options
  • Save GraylinKim/701339 to your computer and use it in GitHub Desktop.
Save GraylinKim/701339 to your computer and use it in GitHub Desktop.
bill Document Fields:
========================
bill.vote.type: [committee]
bill.sponsor.lastname: [ADAMS]
bill.vote.ballot.voter.id: [ADAMS-2009]
bill.vote.date: [08-02-2010]
bill.billnum: [S66023]
bill.vote.total.nay: [2]
bill.action.id: [S66023-action-08:02:2010-REF2FINANCE, S66023-action-08:04:2010-1STREADING]
bill.vote.status: [PASSED]
bill.vote.ballot.voter.firstname: [JOHN]
bill.action.time: [14:35:00, 12:12:00]
bill.defaultsearch: [S66023-2009 66023 2009 One Bill to Bind them A bit of garbage in here John Adams Jr.]
bill.vote.committee: [Finance]
bill.vote.ballot.id: [S66023-vote-08:02:2010-Finance-ADAMS]
bill.sponsor.firstname: [JOHN]
bill.title: [One Bill to Bind them]
bill.vote.id: [S66023-vote-08:02:2010-Finance]
bill.summary: [A bit of garbage in here]
bill.vote.total.aye: [13]
bill.vote.ballot.voter.fullname: [John Adams Jr.]
bill.sponsor.id: [ADAMS-2009]
bill.session: [2009]
bill.text: [Lots of Garbage in Here]
bill.vote.ballot.type: [AYE]
bill.vote.ballot.voter.lastname: [ADAMS]
bill.action.date: [08-02-2010, 08-04-2010]
bill.id: [S66023-2009]
bill.vote.total.other: [1]
bill.action.text: [Referred to Finance, First Reading]
bill.sponsor.fullname: [John Adams Jr.]
bill Document XML:
========================
<bill>
<id>S66023-2009</id>
<url>/bill/S66023-2009</url>
<billnum>S66023</billnum>
<session>2009</session>
<title>One Bill to Bind them</title>
<summary>A bit of garbage in here</summary>
<text>Lots of Garbage in Here</text>
<sponsor>
<id>ADAMS-2009</id>
<url>/person/ADAMS-2009</url>
<lastname>ADAMS</lastname>
<firstname>JOHN</firstname>
<fullname>John Adams Jr.</fullname>
</sponsor>
<actions>
<action>
<id>S66023-action-08:02:2010-REF2FINANCE</id>
<url>/action/S66023-action-08:02:2010-REF2FINANCE</url>
<text>Referred to Finance</text>
<date>08-02-2010</date>
<time>14:35:00</time>
</action>
<action>
<id>S66023-action-08:04:2010-1STREADING</id>
<url>/action/S66023-action-08:04:2010-1STREADING</url>
<text>First Reading</text>
<date>08-04-2010</date>
<time>12:12:00</time>
</action>
</actions>
<votes>
<vote>
<id>S66023-vote-08:02:2010-Finance</id>
<url>/vote/S66023-vote-08:02:2010-Finance-ADAMS</url>
<type>committee</type>
<committee>Finance</committee>
<total>
<aye>13</aye>
<nay>2</nay>
<other>1</other>
</total>
<status>PASSED</status>
<votes>
<ballot>
<id>S66023-vote-08:02:2010-Finance-ADAMS</id>
<url>/voteitem/S66023-vote-08:02:2010-Finance-ADAMS</url>
<voter>
<id>ADAMS-2009</id>
<url>/person/ADAMS-2009</url>
<lastname>ADAMS</lastname>
<firstname>JOHN</firstname>
<fullname>John Adams Jr.</fullname>
</voter>
<type>AYE</type>
</ballot>
</votes>
<date>08-02-2010</date>
</vote>
</votes>
</bill>
action Document Fields:
========================
action.text: [Referred to Finance]
action.date: [08-02-2010]
action.time: [14:35:00]
action.id: [S66023-action-08:02:2010-REF2FINANCE]
action Document XML:
========================
<action>
<id>S66023-action-08:02:2010-REF2FINANCE</id>
<url>/action/S66023-action-08:02:2010-REF2FINANCE</url>
<text>Referred to Finance</text>
<date>08-02-2010</date>
<time>14:35:00</time>
</action>
action Document Fields:
========================
action.text: [First Reading]
action.date: [08-04-2010]
action.time: [12:12:00]
action.id: [S66023-action-08:04:2010-1STREADING]
action Document XML:
========================
<action>
<id>S66023-action-08:04:2010-1STREADING</id>
<url>/action/S66023-action-08:04:2010-1STREADING</url>
<text>First Reading</text>
<date>08-04-2010</date>
<time>12:12:00</time>
</action>
vote Document Fields:
========================
vote.date: [08-02-2010]
vote.ballot.id: [S66023-vote-08:02:2010-Finance-ADAMS]
vote.committee: [Finance]
vote.total.other: [1]
vote.id: [S66023-vote-08:02:2010-Finance]
vote.ballot.type: [AYE]
vote.ballot.voter.fullname: [John Adams Jr.]
vote.total.aye: [13]
vote.total.nay: [2]
vote.ballot.voter.id: [ADAMS-2009]
vote.ballot.voter.lastname: [ADAMS]
vote.type: [committee]
vote.status: [PASSED]
vote.ballot.voter.firstname: [JOHN]
vote Document XML:
========================
<vote>
<id>S66023-vote-08:02:2010-Finance</id>
<url>/vote/S66023-vote-08:02:2010-Finance-ADAMS</url>
<type>committee</type>
<committee>Finance</committee>
<total>
<aye>13</aye>
<nay>2</nay>
<other>1</other>
</total>
<status>PASSED</status>
<votes>
<ballot>
<id>S66023-vote-08:02:2010-Finance-ADAMS</id>
<url>/voteitem/S66023-vote-08:02:2010-Finance-ADAMS</url>
<voter>
<id>ADAMS-2009</id>
<url>/person/ADAMS-2009</url>
<lastname>ADAMS</lastname>
<firstname>JOHN</firstname>
<fullname>John Adams Jr.</fullname>
</voter>
<type>AYE</type>
</ballot>
</votes>
<date>08-02-2010</date>
</vote>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment