j:Warrant
An authorization for an enforcement official to perform a specified action.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: lexs.gov/niem/domains/jxdm/4.1/jxdm.xsd
Type: j:WarrantType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:ActivityIdentification [0..1]An identification that references an activity.
- nc:ActivityCategoryText [0..1]A kind of activity.
- Choice [0..1]
- nc:ActivityDateA date of an activity.
- nc:ActivityDateRangeA period of time over which an activity occurs.
from subst. group nc:ActivityDateRepresentation - nc:ActivityDescriptionText [0..*]A description of an activity.
- nc:ActivityStatus [0..1]A status of an activity.
- j:WarrantLevelText [0..1]An offense level associated with a warrant to be served.
from type nc:ActivityType
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
- NIEM reference target from j:WarrantReference
- NIEM reference target from lexsdigest:PrimaryActivityReference
- NIEM reference target from nc:ActivityReference
- Type lexsdigest:EntityWarrantType (Element lexsdigest:EntityWarrant)
Sample instance
<j:Warrant s:metadata="MWarrant1" s:id="Warrant1"> <nc:ActivityIdentification> <nc:IdentificationID>W12345</nc:IdentificationID> </nc:ActivityIdentification> <nc:ActivityCategoryText>Warrant</nc:ActivityCategoryText> <nc:ActivityDate> <nc:DateTime>1967-08-13T14:20:00.0Z</nc:DateTime> </nc:ActivityDate> <nc:ActivityDescriptionText>Stuff about the warrant.</nc:ActivityDescriptionText> <nc:ActivityStatus> <nc:StatusDescriptionText>Status description</nc:StatusDescriptionText> <nc:StatusIssuerText>Issuer of status</nc:StatusIssuerText> </nc:ActivityStatus> <j:WarrantLevelText>Felony</j:WarrantLevelText> </j:Warrant>