j:PleaType

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

Definition

A data type for an answer which a defendant in an action at law makes to charges.

Diagram

XML Schema

<xs:complexType name="PleaType">
<xs:annotation>
<xs:documentation>
A data type for an answer which a defendant in an action at law makes to charges.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:PleaDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PleaGuiltyIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PleaNegotiatedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PleaNoContestIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PleaRecommendationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PleaCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PleaAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>