scr:LeadType

complexType LeadType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for describing the information that may require additional action on the part of the Department of Homeland Security (DHS).

Diagram

XML Schema

<xs:complexType name="LeadType">
<xs:annotation>
<xs:documentation>
A data type for describing the information that may require additional action on the part of the Department of Homeland Security (DHS).
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:LeadIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LeadApprovalDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LeadLockedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LeadReceivedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LeadRecordedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LeadSource" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LeadStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:LeadAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>