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.1
Schema document: domains/jxdm/4.1/jxdm.xsd
Type: j:CaseConvictionReportingRequirementsType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:PersonLicenseIdentification [0..*] An identification that references a license certification or registration of a person for some purpose.
- 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.
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> <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> </nc:PersonLicenseIdentification> <j:ConvictionReportingProfessionName>string</j:ConvictionReportingProfessionName> <j:ConvictionReportingRequirementText>string</j:ConvictionReportingRequirementText> </j:CaseConvictionReportingRequirements>