j:CourtType

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

Definition

A data type for a court or a unit of a court responsible for trying justice proceedings.

Diagram

XML Schema

<xs:complexType name="CourtType">
<xs:annotation>
<xs:documentation>
A data type for a court or a unit of a court responsible for trying justice proceedings.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:CourtClerk" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtFilingClerk" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtReporter" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtDivisionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtSupervisingAgency" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtAdministrativeUnitText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>