j:HearingCancellationType
complexType HearingCancellationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a cancellation of a scheduled hearing.
Diagram
XML Schema
<xs:complexType name="HearingCancellationType">
<xs:annotation>
<xs:documentation>
A data type for a cancellation of a scheduled hearing.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="j:HearingCancellationChargesDismissedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingCancellationIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingCancellationOffenderAcceptedOfferDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingCancellationOffenderAcceptedOfferTermText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingCancellationOtherReasonDetailsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingCancellationReasonCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingCancellationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>