j:HearingReferralType

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

Definition

A data type for a referral as the result or in the process of a hearing.

Diagram

XML Schema

<xs:complexType name="HearingReferralType">
<xs:annotation>
<xs:documentation>
A data type for a referral as the result or in the process of a hearing.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:HearingReferralCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingReferralTransferIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingRequestedEvidenceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingReferralAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>