j:RiskType

complexType RiskType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for a field from COMPAS that identifies the risk that needs to be addressed during programming for community rehabilitation.

Diagram

XML Schema

<xs:complexType name="RiskType">
<xs:annotation>
<xs:documentation>
A data type for a field from COMPAS that identifies the risk that needs to be addressed during programming for community rehabilitation.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:RiskLevelAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RiskScoreValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RiskAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>