scr:Lead
Information that may require additional action on the part of the Department of Homeland Security (DHS).
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:LeadType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:LeadIdentification [0..*] An identifier that represents a LEAD
- scr:LeadApprovalDate [0..*] The date on which the lead was approved to become an event.
- scr:LeadLockedIndicator [0..*] True if the Lead event has been locked; false otherwise.
- scr:LeadReceivedDate [0..*] The date on which the lead was received for evaluation.
- scr:LeadRecordedDate [0..*] The date on which the lead/event was initially recorded.
- scr:LeadSource [0..*] A classification of the origin of information regarding a LEAD
- scr:LeadStatus [0..*] A classification of the state of a LEAD
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:LeadReference
- Type scr:PersonLeadAssociationType (Element scr:PersonLeadAssociation)
Sample instance
<scr:Lead> <scr:LeadIdentification> <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:LeadIdentification> <scr:LeadApprovalDate> <nc:Date>2000-01-01</nc:Date> </scr:LeadApprovalDate> <scr:LeadLockedIndicator>true</scr:LeadLockedIndicator> <scr:LeadReceivedDate> <nc:Date>2000-01-01</nc:Date> </scr:LeadReceivedDate> <scr:LeadRecordedDate> <nc:Date>2000-01-01</nc:Date> </scr:LeadRecordedDate> <scr:LeadSource> <scr:LeadSourceCategoryCode>CGR</scr:LeadSourceCategoryCode> <scr:LeadSourceCategoryDescriptionText>string</scr:LeadSourceCategoryDescriptionText> </scr:LeadSource> <scr:LeadStatus> <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:LeadStatusCategoryCode>ROA</scr:LeadStatusCategoryCode> </scr:LeadStatus> </scr:Lead>