j:HearingStaffMemberAssignmentType
complexType HearingStaffMemberAssignmentType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a staff member assigned to a hearing process.
Diagram
XML Schema
<xs:complexType name="HearingStaffMemberAssignmentType">
<xs:annotation>
<xs:documentation>
A data type for a staff member assigned to a hearing process.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="j:AssignmentType">
<xs:sequence>
<xs:element ref="j:HearingStaffMemberAssignmentCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingStaffMemberAssignmentRequestDeniedReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HearingStaffMemberAssignmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>