intel:IdentificationAugmentation
Additional information about an identification.
Element information
Namespace: http://niem.gov/niem/domains/intelligence/2.1
Schema document: domains/intelligence/2.1/intelligence.xsd
Type: intel:IdentificationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:IdentificationType
Content
- Sequence [1..1]
- intel:AuthenticIndicator [0..*] Of undisputed origin or veracity; genuine.
- Choice [0..*]
- intel:IdentificationIssuingCountryFIPS10-4Code GeoPolitical Entity from which this identification was issued.
- intel:IdentificationIssuingCountryISO3166Alpha2Code GeoPolitical Entity from which this identification was issued.
- intel:IdentificationIssuingCountryISO3166Alpha3Code GeoPolitical Entity from which this identification was issued.
- intel:IdentificationIssuingCountryISO3166NumericCode GeoPolitical Entity from which this identification was issued.
- intel:IdentificationIssuingCountryName GeoPolitical Entity from which this identification was issued.
from subst. group intel:IdentificationIssuingCountry - 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 |
Used in
- Type intel:IdentificationType (Element intel:Identification)
Substitution hierarchy
- s:Augmentation
- can be substituted with intel:IdentificationAugmentation
Sample instance
<intel:IdentificationAugmentation> <intel:AuthenticIndicator>true</intel:AuthenticIndicator> <intel:IdentificationIssuingCountryFIPS10-4Code>KS</intel:IdentificationIssuingCountryFIPS10-4Code> <intel:IdentificationIssuingStateName>string</intel:IdentificationIssuingStateName> <intel:IdentificationIssuingLocalityText>string</intel:IdentificationIssuingLocalityText> <intel:PersonInIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <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> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </intel:PersonInIdentification> </intel:IdentificationAugmentation>