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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

j:PersonAugmentation

Additional information about a person.

Element information

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

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

Type: j:PersonAugmentationType

Properties: Global, Qualified

NIEM Properties:

Content

  • Sequence [1..1]
    1. nc:DriverLicense [0..*]Details about a license issued to a person granting driving privileges.
    2. j:PersonFBIIdentification [0..*]A number issued by the FBI's Automated Fingerprint Identification System (AFIS) based on submitted fingerprints.
    3. j:PersonStateFingerprintIdentification [0..*]An identifier assigned to a person by a state identification bureau, generally based on submission of the person's fingerprints to the state's Automated Fingerprint Identification System (AFIS).

Attributes

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

Used in

Substitution hierarchy

Sample instance

<j:PersonAugmentation>
   <nc:DriverLicense>
      <nc:DriverLicenseIdentification>
         <nc:IdentificationID>DL12345</nc:IdentificationID>
         <j:PersonIDCategoryCode>AR</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:IdentificationStatus>
            <nc:StatusDate>
               <nc:Date>1967-08-13</nc:Date>
            </nc:StatusDate>
            <nc:StatusDescriptionText>Revoked</nc:StatusDescriptionText>
            <nc:StatusIssuerText>DMV</nc:StatusIssuerText>
         </nc:IdentificationStatus>
      </nc:DriverLicenseIdentification>
   </nc:DriverLicense>
   <j:PersonFBIIdentification>
      <nc:IdentificationID>FBI123</nc:IdentificationID>
      <j:PersonIDCategoryCode>SS</j:PersonIDCategoryCode>
      <nc:IdentificationEffectiveDate>
         <nc:Date>1967-08-13</nc:Date>
      </nc:IdentificationEffectiveDate>
      <nc:IdentificationExpirationDate>
         <nc:Date>1972-08-13</nc:Date>
      </nc:IdentificationExpirationDate>
      <nc:IdentificationJurisdictionText>United States</nc:IdentificationJurisdictionText>
      <nc:IdentificationSourceText>some source</nc:IdentificationSourceText>
      <nc:IdentificationStatus>
         <nc:StatusDate>
            <nc:Date>1967-08-13</nc:Date>
         </nc:StatusDate>
         <nc:StatusDescriptionText>Valid</nc:StatusDescriptionText>
         <nc:StatusIssuerText>FBI</nc:StatusIssuerText>
      </nc:IdentificationStatus>
   </j:PersonFBIIdentification>
   <j:PersonStateFingerprintIdentification>
      <nc:IdentificationID>GA12345</nc:IdentificationID>
      <j:PersonIDCategoryCode>NS</j:PersonIDCategoryCode>
      <nc:IdentificationEffectiveDate>
         <nc:Date>1967-08-13</nc:Date>
      </nc:IdentificationEffectiveDate>
      <nc:IdentificationExpirationDate>
         <nc:Date>1968-08-13</nc:Date>
      </nc:IdentificationExpirationDate>
      <j:IdentificationJurisdictionNCICLISCode>AK</j:IdentificationJurisdictionNCICLISCode>
      <nc:IdentificationStatus>
         <nc:StatusDate>
            <nc:Date>1967-08-13</nc:Date>
         </nc:StatusDate>
         <nc:StatusDescriptionText>Valid</nc:StatusDescriptionText>
         <nc:StatusIssuerText>GBI</nc:StatusIssuerText>
      </nc:IdentificationStatus>
   </j:PersonStateFingerprintIdentification>
</j:PersonAugmentation>