scr:ScreenedAlienType

complexType ScreenedAlienType in namespace http://release.niem.gov/niem/domains/screening/5.0/

Definition

A data type for additional information about an Alien being screened.

Diagram

XML Schema

<xs:complexType name="ScreenedAlienType">
<xs:annotation>
<xs:documentation>
A data type for additional information about an Alien being screened.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="im:RoleOfAlienAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PrincipalIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:VisaWaiverIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AlienCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AlienCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ScreenedAlienAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>