Schema Central  >  LEXS 4.0  >  jxdm.xsd  >  j:Booking
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

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>