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: lexs.gov/niem/domains/jxdm/4.1/jxdm.xsd
Type: j:JurorType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:RoleOfPersonReference [1..1]A person of whom the role object is a function.
- j:JurorDismissedDate [0..1]A date a juror was dismissed from jury service.
- j:JurorDismissedIndicator [0..1]True if a juror has been dismissed; false otherwise.
- j:JurorDismissedReasonText [0..1]A reason why a juror was dismissed or excused.
- j:JurorForemanIndicator [0..1]True if a juror has been appointed as juror leader; false otherwise.
- j:JurorIdentification [0..1]A juror number that identifies a juror within a panel on which he or she is serving
- j:JurorPanelIdentification [0..1]Identifies the panel on which a juror is serving.
- j:JurorPrimaryIndicator [0..1]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 |
Used in
- Type lexsdigest:EntityPersonType (Element lexsdigest:EntityPerson)
Sample instance
<j:Juror s:id="Juror1" s:metadata="MJuror1"> <nc:RoleOfPersonReference s:ref="Person2"/> <j:JurorDismissedDate> <nc:Date>1967-08-13</nc:Date> </j:JurorDismissedDate> <j:JurorDismissedIndicator>true</j:JurorDismissedIndicator> <j:JurorDismissedReasonText>Fell Asleep</j:JurorDismissedReasonText> <j:JurorForemanIndicator>true</j:JurorForemanIndicator> <j:JurorIdentification> <nc:IdentificationID>Juror123</nc:IdentificationID> <nc:IdentificationCategoryText>category description</nc:IdentificationCategoryText> <nc:IdentificationEffectiveDate> <nc:Date>1967-08-13</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>1968-08-13</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionText>Atlanta</nc:IdentificationJurisdictionText> <nc:IdentificationSourceText>some source</nc:IdentificationSourceText> <nc:IdentificationStatus> <nc:StatusDate> <nc:Date>1967-08-13</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>Valid</nc:StatusDescriptionText> <nc:StatusIssuerText>Atlanta Court</nc:StatusIssuerText> </nc:IdentificationStatus> </j:JurorIdentification> <j:JurorPanelIdentification> <nc:IdentificationID>Panel123</nc:IdentificationID> <nc:IdentificationCategoryText>category description</nc:IdentificationCategoryText> <nc:IdentificationEffectiveDate> <nc:Date>1967-08-13</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>1968-08-13</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionText>Atlanta</nc:IdentificationJurisdictionText> <nc:IdentificationSourceText>some source</nc:IdentificationSourceText> <nc:IdentificationStatus> <nc:StatusDate> <nc:Date>1967-08-13</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>Valid</nc:StatusDescriptionText> <nc:StatusIssuerText>Atlanta Court</nc:StatusIssuerText> </nc:IdentificationStatus> </j:JurorPanelIdentification> <j:JurorPrimaryIndicator>true</j:JurorPrimaryIndicator> </j:Juror>