j:ParoleHearingType
complexType ParoleHearingType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a hearing to determine if a person may be released from incarceration before the full sentence(s) has been served and the conditions of such release, if approved.
Diagram
XML Schema
<xs:complexType name="ParoleHearingType">
<xs:annotation>
<xs:documentation>
A data type for a hearing to determine if a person may be released from incarceration before the full sentence(s) has been served and the conditions of such release, if approved.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="j:HearingType">
<xs:sequence>
<xs:element ref="j:HearingDecisionDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleHearingAppearanceNotification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleHearingBoardRecommendationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleHearingNoticeAppearance" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleHearingObjection" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleHearingObjectionRaisedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleHearingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>