j:HearingNotificationType
complexType HearingNotificationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a notice of a hearing for all parties concerned.
Diagram
XML Schema
<xs:complexType name="HearingNotificationType">
<xs:annotation>
<xs:documentation>
A data type for a notice of a hearing for all parties concerned.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="em:NotificationType">
<xs:sequence>
<xs:element ref="j:HearingNotificationRelatedParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingNotificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>