j:Juror
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.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: domains/jxdm/4.1/jxdm.xsd
Type: j:JurorType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:RoleOfPersonReference [0..*] A person of whom the role object is a function.
- j:JurorDismissedDate [0..*] A date a juror was dismissed from jury service.
- j:JurorDismissedIndicator [0..*] True if a juror has been dismissed; false otherwise.
- j:JurorDismissedReasonText [0..*] A reason why a juror was dismissed or excused.
- j:JurorForemanIndicator [0..*] True if a juror has been appointed as juror leader; false otherwise.
- j:JurorIdentification [0..*] A juror number that identifies a juror within a panel on which he or she is serving
- j:JurorPanelIdentification [0..*] Identifies the panel on which a juror is serving.
- j:JurorPrimaryIndicator [0..*] True if a person is a primary indicator; false if a person in an alternate juror.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Sample instance
<j:Juror> <nc:RoleOfPersonReference/> <j:JurorDismissedDate> <nc:Date>2000-01-01</nc:Date> </j:JurorDismissedDate> <j:JurorDismissedIndicator>true</j:JurorDismissedIndicator> <j:JurorDismissedReasonText>string</j:JurorDismissedReasonText> <j:JurorForemanIndicator>true</j:JurorForemanIndicator> <j:JurorIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </j:JurorIdentification> <j:JurorPanelIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </j:JurorPanelIdentification> <j:JurorPrimaryIndicator>true</j:JurorPrimaryIndicator> </j:Juror>