Schema Central  >  LEXS 3.1.4  >  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.0

Schema document: niem-constrained/domains/jxdm/4.0/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..*]A number issued by a state Automated Fingerprint Identification System (AFIS) based on submitted fingerprints.

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDThe id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes.from type s:AugmentationType
s:metadata [0..1]xsd:IDREFSThe attribute metadata allows an object to point to metadata that affects itself.from type s:AugmentationType

Used in

Substitution hierarchy

Sample instance

<j:PersonAugmentation>
   <nc:DriverLicense>
      <nc:DriverLicenseIdentification>
         <nc:IdentificationID>E775522</nc:IdentificationID>
         <nc:IdentificationEffectiveDate>
            <nc:Date>2005-08-13</nc:Date>
         </nc:IdentificationEffectiveDate>
         <nc:IdentificationExpirationDate>
            <nc:Date>2004-08-13</nc:Date>
         </nc:IdentificationExpirationDate>
         <j:IdentificationJurisdictionNCICLISCode>WV</j:IdentificationJurisdictionNCICLISCode>
      </nc:DriverLicenseIdentification>
   </nc:DriverLicense>
   <j:PersonFBIIdentification>
      <nc:IdentificationID>12345</nc:IdentificationID>
   </j:PersonFBIIdentification>
   <j:PersonStateFingerprintIdentification>
      <nc:IdentificationID>WV5692345</nc:IdentificationID>
      <nc:IdentificationEffectiveDate>
         <nc:Date>2005-08-13</nc:Date>
      </nc:IdentificationEffectiveDate>
      <nc:IdentificationExpirationDate>
         <nc:Date>2004-08-13</nc:Date>
      </nc:IdentificationExpirationDate>
      <j:IdentificationJurisdictionNCICLISCode>WV</j:IdentificationJurisdictionNCICLISCode>
   </j:PersonStateFingerprintIdentification>
</j:PersonAugmentation>