j:CaseConvictionReportingRequirements
Details about the requirements placed on a person convicted in a case to report to a supervising agency.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.0
Schema document: domains/jxdm/4.0/jxdm.xsd
Type: j:CaseConvictionReportingRequirementsType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- Choice [0..*]
- nc:PersonLicenseIdentification An identification that references a license certification or registration of a person for some purpose.
- intel:PersonDriverLicenseIdentification Information about an identifier used to refer to a specific person who has obtained a drivers license.
from subst. group nc:PersonLicenseIdentification - j:ConvictionReportingProfessionName [0..*] A name of the profession or occupation of an arrested professional.
- j:ConvictionReportingRequirementText [0..*] A description of when the court is required to file a special report.
- Choice [0..*]
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
- Type j:CaseAugmentationType (Element j:CaseAugmentation)
Sample instance
<j:CaseConvictionReportingRequirements> <nc:PersonLicenseIdentification> <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> </nc:PersonLicenseIdentification> <j:ConvictionReportingProfessionName>string</j:ConvictionReportingProfessionName> <j:ConvictionReportingRequirementText>string</j:ConvictionReportingRequirementText> </j:CaseConvictionReportingRequirements>