j:JudgePanelType

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

Definition

A data type for a group of judges needed to decide a court case.

Diagram

XML Schema

<xs:complexType name="JudgePanelType">
<xs:annotation>
<xs:documentation>
A data type for a group of judges needed to decide a court case.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:Judge" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JudgePanelIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JudgePanelRequiredQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JudgePanelTotalQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JudgePanelAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>