<xsd:element name="Charges" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ChargeOrComplaint" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Identifies a crime, offense, infraction or violation for which the defendant was arrested.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ChargeTypeClassification" type="ChargeQualifiers" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Identifies the seriousness of the offense:felony,misdemeanor, infraction,etc</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ArrestDate" type="FlexibleDatesType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Date of the arrest/summons served</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OffenseDate" type="FlexibleDatesType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Date offense was committed</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Sentence" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Information regarding the penalty for a given offense
including Length of sentence, fines, restitution, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SentenceDate" type="FlexibleDatesType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Date of sentencing</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Disposition" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Guilty, not guilty, pled guilty, mistrial, etc</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DispositionDate" type="FlexibleDatesType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Date of disposition</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProbationStatus" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|