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:
- Applies To: nc:PersonType
Content
- Sequence [1..1]
- nc:DriverLicense [0..*]Details about a license issued to a person granting driving privileges.
- j:PersonFBIIdentification [0..*]A number issued by the FBI's Automated Fingerprint Identification System (AFIS) based on submitted fingerprints.
- 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
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Used in
- Type lexsdigest:PersonType (Element lexsdigest:Person)
Substitution hierarchy
- s:Augmentation
- lexsdigest:ActivityAugmentation
- lexsdigest:ActivityOrganizationAssociationAugmentation
- lexsdigest:DocumentAugmentation
- lexsdigest:ElectronicAddressAugmentation
- lexsdigest:InstantMessengerAugmentation
- lexsdigest:PersonAugmentation
- lexsdigest:RelatedActivityAssociationAugmentation
- lexsdigest:SubjectAugmentation
- lexsdigest:VictimAugmentation
- fs:MarriageAssociationAugmentation
- j:IncidentAugmentation
- j:OrganizationAugmentation
- j:PersonAugmentation
- scr:FamilyAssociationAugmentation
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>