j:DisciplinaryHearingType

complexType DisciplinaryHearingType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for a fact finding hearing to determine whether a prohibited act was committed and, if so, the appropriate sanctions to be imposed.

Diagram

XML Schema

<xs:complexType name="DisciplinaryHearingType">
<xs:annotation>
<xs:documentation>
A data type for a fact finding hearing to determine whether a prohibited act was committed and, if so, the appropriate sanctions to be imposed.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:DisciplinaryActionSanction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DisciplinaryHearingDisposition" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DisciplinaryHearingIncident" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Sanction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DisciplinaryHearingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>