j:CourtAppearanceType

complexType CourtAppearanceType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for an appearance required of a party in a court of law on a certain date.

Diagram

XML Schema

<xs:complexType name="CourtAppearanceType">
<xs:annotation>
<xs:documentation>
A data type for an appearance required of a party in a court of law on a certain date.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:CourtAppearanceDefendantNotPresentIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtAppearanceCase" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtAppearanceCourt" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtAppearanceDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtAppearanceEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtAppearanceReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtAppearanceCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtAppearanceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>