intel:IdentificationAugmentation
Additional information about an identification.
Element information
Namespace: http://niem.gov/niem/domains/intelligence/2.0
Schema document: domains/intelligence/2.0/intelligence.xsd
Type: intel:IdentificationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:IdentificationType
Content
- Sequence [1..1]
- intel:AuthenticCode [0..*] Of undisputed origin or veracity; genuine.
- intel:IdentificationIssuingCountryCode [0..*] GeoPolitical Entity from which this identification was issued.
- intel:IdentificationIssuingStateName [0..*] A major administrative district or division of a country from which this identification was issued.
- intel:IdentificationIssuingLocalityText [0..*] Geographic Location from which this identification was issued.
- intel:PersonInIdentification [0..*] The human being referenced in the context of an identification.
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 |
Substitution hierarchy
- s:Augmentation
- can be substituted with intel:IdentificationAugmentation
Sample instance
<intel:IdentificationAugmentation> <intel:AuthenticCode>string</intel:AuthenticCode> <intel:IdentificationIssuingCountryCode>string</intel:IdentificationIssuingCountryCode> <intel:IdentificationIssuingStateName>string</intel:IdentificationIssuingStateName> <intel:IdentificationIssuingLocalityText>string</intel:IdentificationIssuingLocalityText> <intel:PersonInIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </intel:PersonInIdentification> </intel:IdentificationAugmentation>