j:DeporteeType

complexType DeporteeType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for a person who is expelled from country by a governmental authority.

Diagram

XML Schema

<xs:complexType name="DeporteeType">
<xs:annotation>
<xs:documentation>
A data type for a person who is expelled from country by a governmental authority.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:ActualDeportationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DeporteeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>