<xsd:complexType name="PleaType">
<xsd:annotation>
<xsd:documentation>A data type for an answer which a defendant in an action at law makes to charges.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/niem-core/2.0" i:name="ActivityType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:ActivityType">
<xsd:sequence>
<xsd:element ref="j:PleaDescriptionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:PleaGuiltyIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:PleaNegotiatedIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:PleaNoContestIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:PleaRecommendationText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:PleaCategoryCode" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|