scr:ScreeningPersonType
complexType ScreeningPersonType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for additional information about Persons being Screened
Diagram
XML Schema
<xs:complexType name="ScreeningPersonType">
<xs:annotation>
<xs:documentation>
A data type for additional information about Persons being Screened</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonRole" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonTelephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:Biographic" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:BirthplaceNearLargeCityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ScreeningPersonAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>