j:ParoleDischargeType
complexType ParoleDischargeType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a set of details about the release of a parolee.
Diagram
XML Schema
<xs:complexType name="ParoleDischargeType">
<xs:annotation>
<xs:documentation>
A data type for a set of details about the release of a parolee.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ReleaseType">
<xs:sequence>
<xs:element ref="j:ParoleDischargeAssignedProgram" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischargeCaseworker" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischargeCommunityResourcesRequiredText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischargeEducationalNeedText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischargeFinancialNeedText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischargeModifiedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischargeSubjectReportingInstructionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischargeSubjectRequiredToReportIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischargeSubjectWillIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischargeSupervisionLevelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleDischargeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>