j:JurorType

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

Definition

A data type for a person who serves on a jury and listens to a case to determine the guilt or innocence of a person accused of a crime.

Diagram

XML Schema

<xs:complexType name="JurorType">
<xs:annotation>
<xs:documentation>
A data type for a person who serves on a jury and listens to a case to determine the guilt or innocence of a person accused of a crime.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JurorDismissedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JurorDismissedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JurorDismissedReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JurorForemanIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JurorIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JurorPanelIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JurorPrimaryIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JurorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>