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.1
Schema document: domains/screening/2.1/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 notification of an incident or threat that may require a coordinated response or action.
- scr:AlertIdentification [0..*] An identifier indicating the PERSON ALERT.
- scr:AlertEntryDate [0..*] The date on which the alien alert was entered into the system.
- scr:AlertEntryText [0..*] The text of additional information on PERSON ALERT.
- scr:AlertExpirationDate [0..*] The date on which the alien alert will expire.
- scr:PersonAlertStatus [0..*] A classification of PERSON ALERT STATUS
- scr:AlertMedicalIndicator [0..*] True if the alert code is for a medical condition; false otherwise.
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> <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:AlertIdentification> <scr:AlertEntryDate> <nc:Date>2000-01-01</nc:Date> </scr:AlertEntryDate> <scr:AlertEntryText>string</scr:AlertEntryText> <scr:AlertExpirationDate> <nc:Date>2000-01-01</nc:Date> </scr:AlertExpirationDate> <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> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:StatusIssuerIdentification> <nc:StatusIssuerText>string</nc:StatusIssuerText> <scr:PersonAlertStatusCategoryCode>Promoted</scr:PersonAlertStatusCategoryCode> </scr:PersonAlertStatus> <scr:AlertMedicalIndicator>true</scr:AlertMedicalIndicator> </scr:PersonAlertAssociation>