scr:ChargeAugmentation
Additional information about a charge.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:ChargeAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: j:ChargeType
Content
- Sequence [1..1]
- scr:ApprehensionChargeIdentification [0..*] The identifier that represents an Apprehension Charge.
- scr:ChargeCategoryClassificationCode [0..*] A kind of charge.
- scr:ForeignAuthorityNotifiedIndicator [0..*] An indicator indicating whether the foreign authorities have been notified about this CHARGE.
- scr:ChargeSectionText [0..*] The text that describes the section of law applicable to the CHARGE TYPE.
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:ChargeType (Element scr:Charge)
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:ChargeAugmentation
Sample instance
<scr:ChargeAugmentation> <scr:ApprehensionChargeIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:ApprehensionChargeIdentification> <scr:ChargeCategoryClassificationCode>2457</scr:ChargeCategoryClassificationCode> <scr:ForeignAuthorityNotifiedIndicator>true</scr:ForeignAuthorityNotifiedIndicator> <scr:ChargeSectionText>string</scr:ChargeSectionText> </scr:ChargeAugmentation>