j:SubjectAppealType

complexType SubjectAppealType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a set of details or events related to a subject's appeal.

Diagram

XML Schema

<xs:complexType name="SubjectAppealType">
<xs:annotation>
<xs:documentation>
A data type for a set of details or events related to a subject's appeal.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:SubjectAppealAssignmentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectAppealDecisionReview" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectAppealInterviewDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectAppealLogIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectAppealRequestedActionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectAppealReviewText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectAppealAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>