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:
- 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..*]A number issued by a state Automated Fingerprint Identification System (AFIS) based on submitted fingerprints.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | The 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:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:AugmentationType |
Used in
- Type lexsdigest:PersonType (Element lexsdigest:Person)
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>