Case Citations
Data license: Public court records
2 rows where cited_by = "Kassab" and filing_id = 26
This data as json, CSV (advanced)
cited_by 1
- Kassab · 2 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 250 | 26 26 | In re Unitec Elevator Serv. Co. | 178 S.W.3d 53, 58 & n.5 | Tex. App.—Houston [1st Dist.] | 2005 | The 2003 revision of Chapter 33 abolished the requirement that responsible third parties be subject to the court's jurisdiction, allowing designation of those who are not subject to jurisdiction or who are immune from liability | Kassab |
| 251 | 26 26 | Hix-Hernandez v. Ford Motor Co. | No. 1:20-cv-29-RP, 2021 WL 7632564, at *1 | W.D. Tex. | 2021 | A defendant may designate a responsible third party despite the fact that the party has a defense to liability, cannot be joined as a defendant, or both. Even parties who are outside the court's jurisdiction or are immune from liability may be designated responsible third parties. | Kassab |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE citations (
citation_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
case_name TEXT,
citation TEXT,
court TEXT,
year INTEGER,
proposition TEXT,
cited_by TEXT
);