j:MentalHealthHearingType

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

Definition

A data type for a court hearing regarding the mental health of a subject.

Diagram

XML Schema

<xs:complexType name="MentalHealthHearingType">
<xs:annotation>
<xs:documentation>
A data type for a court hearing regarding the mental health of a subject.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:MentalHealthHearingCancellationReasonAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MentalHealthHearingCertificationActionReaffirmedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MentalHealthHearingCertificationActionRescindedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MentalHealthHearingCertifiedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MentalHealthHearingDecision" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MentalHealthHearingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>