scr:PersonDesignator
An alternate identifier assigned to a PERSON
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:PersonDesignatorType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:PersonDesignatorID [0..*] An identifier that represents the PERSON DESIGNATOR.
- scr:PersonDesignatorValueText [0..*] A number indicating the value of the PERSON DESIGNATOR.
- scr:PersonDesignatorCategoryCode [0..*] A kind of person designator.
- scr:PersonDesignatorCategoryDescriptionText [0..*] A description of a kind of person designator.
- scr:NCICRecordID [0..*] A value that identifies an entity within NCIC domain.
- scr:TECSRecordID [0..*] A value that identifies an entity within CBP TECS domain.
- scr:PersonEnumeratorIdentification [0..*] The identification enumerator assigned to a Person Status Summary
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- NIEM reference target from scr:PersonDesignatorReference
Sample instance
<scr:PersonDesignator> <scr:PersonDesignatorID>string</scr:PersonDesignatorID> <scr:PersonDesignatorValueText>string</scr:PersonDesignatorValueText> <scr:PersonDesignatorCategoryCode>INMST</scr:PersonDesignatorCategoryCode> <scr:PersonDesignatorCategoryDescriptionText>string</scr:PersonDesignatorCategoryDescriptionText> <scr:NCICRecordID>string</scr:NCICRecordID> <scr:TECSRecordID>string</scr:TECSRecordID> <scr:PersonEnumeratorIdentification> <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> </scr:PersonEnumeratorIdentification> </scr:PersonDesignator>