Statutes Cited
Data license: Public court records
3 rows where cited_by = "Kassab/Nicholson"
This data as json, CSV (advanced)
cited_by 1
- Kassab/Nicholson · 3 ✖
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 215 | 40 40 | Tex. R. Civ. P. 166a(c) | Standard for traditional summary judgment — interested-witness testimony must be 'clear, positive and direct' to support summary judgment | Kassab/Nicholson |
| 216 | 40 40 | Tex. R. Evid. 107 | Rule of optional completeness — if party introduces part of act, declaration, or writing, adverse party may introduce remainder necessary to explain or allow full understanding | Kassab/Nicholson |
| 217 | 40 40 | Tex. Rules Disciplinary P. R. 17.03 | Neither complainant nor respondent is affected by res judicata or estoppel from any disciplinary action | Kassab/Nicholson |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE statutes (
statute_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
statute TEXT,
description TEXT,
cited_by TEXT
);