j:DeporteeOffenseAssociationType

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

Definition

A data type for a relationship between a deportee and an offense for which they were deported.

Diagram

XML Schema

<xs:complexType name="DeporteeOffenseAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a deportee and an offense for which they were deported.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:Deportee" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Offense" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DeporteeOffenseAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>