j:Booking
Details about an administrative step taken after an arrested subject is brought to a police station or detention facility, which involves entry of the subject's name and other relevant facts on the police blotter, and which may also include photographing, fingerprinting, and the like.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: lexs.gov/niem/domains/jxdm/4.1/jxdm.xsd
Type: j:BookingType
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:BookingAgencyRecordIdentification [0..1]A booking identifier of the originating case agency.
- j:BookingDocumentControlIdentification [0..1]A number assigned by a booking system to identify a unique booking event within a specific jail.
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 lexsdigest:BookingReference
- NIEM reference target from lexsdigest:PrimaryActivityReference
- NIEM reference target from nc:ActivityReference
- Type lexsdigest:EntityBookingType (Element lexsdigest:EntityBooking)
Sample instance
<j:Booking s:id="Booking1" s:metadata="MBooking1"> <nc:ActivityIdentification> <nc:IdentificationID>Booking123</nc:IdentificationID> </nc:ActivityIdentification> <nc:ActivityCategoryText>Booking</nc:ActivityCategoryText> <nc:ActivityDate> <nc:Date>1967-08-13</nc:Date> </nc:ActivityDate> <nc:ActivityDescriptionText s:metadata="MBookingNarrative1">Subject was very agitated and aggressive.</nc:ActivityDescriptionText> <nc:ActivityStatus> <nc:StatusDescriptionText>Status description</nc:StatusDescriptionText> </nc:ActivityStatus> <j:BookingAgencyRecordIdentification> <nc:IdentificationID>IOU-45900</nc:IdentificationID> </j:BookingAgencyRecordIdentification> <j:BookingDocumentControlIdentification> <nc:IdentificationID> HIO-37-8378-92302</nc:IdentificationID> </j:BookingDocumentControlIdentification> </j:Booking>