j:ParoleActionParoleeAssociationType
complexType ParoleActionParoleeAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/
Definition
A data type for an association between a Parole Action and a Parolee.
Diagram
XML Schema
<xs:complexType name="ParoleActionParoleeAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a Parole Action and a Parolee.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="j:ParoleAction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleActionParoleeAssignmentDetailsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleActionParoleeParticipationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleActionParoleeRecentLegalActivityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Parolee" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleActionParoleeAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>