scr:ChargeAugmentation
Additional information about a charge.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:ChargeAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: j:ChargeType
Content
- Sequence [1..1]
- scr:ChargeIdentification [0..*] The identifier that represents a 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 |
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:ChargeAugmentation
Sample instance
<scr:ChargeAugmentation> <scr:ChargeIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <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> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:ChargeIdentification> <scr:ChargeCategoryClassificationCode>1</scr:ChargeCategoryClassificationCode> <scr:ForeignAuthorityNotifiedIndicator>true</scr:ForeignAuthorityNotifiedIndicator> <scr:ChargeSectionText>string</scr:ChargeSectionText> </scr:ChargeAugmentation>