j:RegisterActionType

complexType RegisterActionType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for a history of an action for a case.

Diagram

XML Schema

<xs:complexType name="RegisterActionType">
<xs:annotation>
<xs:documentation>
A data type for a history of an action for a case.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:RegisterActionDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegisterActionDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegisterActionJudge" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegisterActionTitleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegisterActionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>