j:HearingSubjectMatterType

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

Definition

A data type for a set of details and subject matter central to a hearing process.

Diagram

XML Schema

<xs:complexType name="HearingSubjectMatterType">
<xs:annotation>
<xs:documentation>
A data type for a set of details and subject matter central to a hearing process.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:HearingSubjectMatterCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingSubjectMatterOffCalendarIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingSubjectOffMatterNotToExceedTimeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingSubjectOffMatterOtherReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingSubjectOffMatterReasonAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingSubjectMatterAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>