j:AppellateCaseNoticeType

complexType AppellateCaseNoticeType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a request filed with an appellate court to start an appellate case.

Diagram

XML Schema

<xs:complexType name="AppellateCaseNoticeType">
<xs:annotation>
<xs:documentation>
A data type for a request filed with an appellate court to start an appellate case.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:AppellateCaseNoticeDefendingAgency" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseNoticeFilingCourt" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseNoticeOriginalCourt" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseNoticeProsecutingAgency" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseNoticeDefendantEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseNoticeProsecutingAttorney" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseNoticeReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AppellateCaseNoticeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>