scr:PersonSearchResultType

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

Definition

A data type used for returning person status information to the requesting organization

Diagram

XML Schema

<xs:complexType name="PersonSearchResultType">
<xs:annotation>
<xs:documentation>
A data type used for returning person status information to the requesting organization
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:VisaFoilNumberID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:VisaControlNumberID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:SEVISID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PhotoRequestIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AdmittedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:IdentificationStatusAdvisoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonSearchResultAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>