j:AppellateCaseType

complexType AppellateCaseType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for a single case heard by a court to determine if the original case was tried properly and the defendant received a fair trial.

Diagram

XML Schema

<xs:complexType name="AppellateCaseType">
<xs:annotation>
<xs:documentation>
A data type for a single case heard by a court to determine if the original case was tried properly and the defendant received a fair trial.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:AppellateCaseBrief" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseReview" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseReviewer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseSubmissionDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseDecision" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseJudgePanel" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseNotice" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseOriginalCase" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseRelatedCase" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseSanction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>