j:ParoleType

complexType ParoleType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a set of details about a subject's conditions and circumstance of parole.

Diagram

XML Schema

<xs:complexType name="ParoleType">
<xs:annotation>
<xs:documentation>
A data type for a set of details about a subject's conditions and circumstance of parole.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:ParoleAction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleAdministrator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleAgent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleAgentOverride" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleArrest" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischarge" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleGoalReport" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleHoldCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleOfficer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleRevocationExtension" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleRevokedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleUnit" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleViolation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>