scr:PersonAlertAssociation
An association with significant information about a PERSON to alert DHS that the subject could pose a risk
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:PersonAlertAssociationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AssociationBeginDate [0..*] A date an association begins.
- nc:AssociationEndDate [0..*] A date an association ends.
- nc:PersonReference [0..*] A human being.
- scr:AlertReference [0..*] A classification of a PERSON ALERT
- scr:AlertIdentification [0..*] An identifier indicating the PERSON ALERT.
- scr:EntryDate [0..*] The date on which the PERSON ALERT was entered into the application.
- scr:AlertEntryText [0..*] The text of additional information on PERSON ALERT.
- scr:ExpirationDate [0..*] The date on which the PERSON ALERT is no loner effective.
- scr:PersonAlertStatus [0..*] A classification of PERSON ALERT STATUS
from type nc:AssociationType
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 |
Sample instance
<scr:PersonAlertAssociation> <nc:AssociationBeginDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationEndDate> <nc:PersonReference/> <scr:AlertReference/> <scr:AlertIdentification> <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> </scr:AlertIdentification> <scr:EntryDate> <nc:Date>2000-01-01</nc:Date> </scr:EntryDate> <scr:AlertEntryText>string</scr:AlertEntryText> <scr:ExpirationDate> <nc:Date>2000-01-01</nc:Date> </scr:ExpirationDate> <scr:PersonAlertStatus> <nc:StatusText>string</nc:StatusText> <nc:StatusDate> <nc:Date>2000-01-01</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>string</nc:StatusDescriptionText> <nc:StatusIssuerIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:StatusIssuerIdentification> <nc:StatusIssuerText>string</nc:StatusIssuerText> <scr:PersonAlertStatusCategoryCode>Demoted</scr:PersonAlertStatusCategoryCode> </scr:PersonAlertStatus> </scr:PersonAlertAssociation>