Schema Central  >  LEXS 4.0  >  jxdm.xsd  >  j:RegisteredOffender
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

j:RegisteredOffender

Details about a person that is required to register their residential information with a local law enforcement agency due to having been convicted of a certain kind of crime.

Element information

Namespace: http://niem.gov/niem/domains/jxdm/4.1

Schema document: lexs.gov/niem/domains/jxdm/4.1/jxdm.xsd

Type: j:RegisteredOffenderType

Properties: Global, Qualified, Nillable

Content

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Sample instance

<j:RegisteredOffender s:id="RegOffender1"
                      s:metadata="MRegOffender1">
   <nc:RoleOfPersonReference s:ref="Person1"/>
   <j:RegisteredOffenderDescription>Securities Fraud</j:RegisteredOffenderDescription>
   <j:RegisteredOffenderEndDate>
      <nc:Date>1969-08-13</nc:Date>
   </j:RegisteredOffenderEndDate>
   <j:RegisteredOffenderEntryDate>
      <nc:Date>1968-08-13</nc:Date>
   </j:RegisteredOffenderEntryDate>
   <j:RegisteredOffenderIdentification>
      <nc:IdentificationID>RegNum123</nc:IdentificationID>
      <j:PersonIDCategoryCode>AS</j:PersonIDCategoryCode>
      <nc:IdentificationEffectiveDate>
         <nc:Date>1967-08-13</nc:Date>
      </nc:IdentificationEffectiveDate>
      <nc:IdentificationExpirationDate>
         <nc:Date>1968-08-13</nc:Date>
      </nc:IdentificationExpirationDate>
      <nc:IdentificationJurisdictionText>Georgia</nc:IdentificationJurisdictionText>
      <nc:IdentificationSourceText>some source</nc:IdentificationSourceText>
      <nc:IdentificationStatus>
         <nc:StatusDate>
            <nc:Date>1967-08-13</nc:Date>
         </nc:StatusDate>
         <nc:StatusDescriptionText>Current</nc:StatusDescriptionText>
         <nc:StatusIssuerText>Georgia State Police</nc:StatusIssuerText>
      </nc:IdentificationStatus>
   </j:RegisteredOffenderIdentification>
   <j:RegisteredOffenderReportingCriteriaText>Must report all contacts with financial consultants</j:RegisteredOffenderReportingCriteriaText>
   <j:RegisteredOffenderReportingProfessionName>Finance</j:RegisteredOffenderReportingProfessionName>
   <j:RegisteredOffenderStartDate>
      <nc:Date>1967-08-13</nc:Date>
   </j:RegisteredOffenderStartDate>
   <j:RegisteredOffenderCategoryText>Securities Fraud</j:RegisteredOffenderCategoryText>
</j:RegisteredOffender>