scr:DetentionAugmentation
Additional information about a detention.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:DetentionAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:SupervisionType
Content
- Sequence [1..1]
- scr:MedicationText [0..*] The text that describes the medication that needs to be provided during DETENTION.
- scr:InmateNumber [0..*] The number assigned to the detainee by the detention facility.
- scr:ProjectedReleaseDate [0..*] The date on which the alien is predicted to be released.
- scr:SentenceDate [0..*] The date on which the convicting authority sentenced the alien.
- scr:ReleaseReasonCategoryCode [0..*] A kind of detention release reason.
- scr:ReleaseReasonCategoryDescriptionText [0..*] A description of a kind of detention release reason.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Used in
- Type scr:DetentionType (Element scr:Detention)
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:DetentionAugmentation
Sample instance
<scr:DetentionAugmentation> <scr:MedicationText>string</scr:MedicationText> <scr:InmateNumber>string</scr:InmateNumber> <scr:ProjectedReleaseDate> <nc:Date>2000-01-01</nc:Date> </scr:ProjectedReleaseDate> <scr:SentenceDate> <nc:Date>2000-01-01</nc:Date> </scr:SentenceDate> <scr:ReleaseReasonCategoryCode>OSLF</scr:ReleaseReasonCategoryCode> <scr:ReleaseReasonCategoryDescriptionText>string</scr:ReleaseReasonCategoryDescriptionText> </scr:DetentionAugmentation>