Definition Type: Element
Name: Charge
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into Comments in schema backgroundreports_xsd Drilldown into Defendant in schema backgroundreports_xsd Drilldown into Plaintiff in schema backgroundreports_xsd Drilldown into ProbationStatus in schema backgroundreports_xsd Drilldown into DispositionDate in schema backgroundreports_xsd Drilldown into Disposition in schema backgroundreports_xsd Drilldown into SentenceDate in schema backgroundreports_xsd Drilldown into Sentence in schema backgroundreports_xsd Drilldown into OffenseDate in schema backgroundreports_xsd Drilldown into ArrestDate in schema backgroundreports_xsd Drilldown into ChargeDate in schema backgroundreports_xsd Drilldown into ChargeClassification in schema backgroundreports_xsd Drilldown into ChargeTypeClassification in schema backgroundreports_xsd Drilldown into ChargeOrComplaint in schema backgroundreports_xsd Drilldown into ChargeId in schema backgroundreports_xsdXSD Diagram of Charge in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Charge" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ChargeId" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Identifier related to the charge.  i.e. Count</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ChargeOrComplaint" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>Identifies a crime, offense, infraction or violation for which the defendant was charged.</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="ChargeClassification" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Further qualification of ChargeTypeClassification.  i.e. ChargeTypeClassification = misdemeanor and ChargeClassification = A.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ChargeDate" type="FlexibleDatesType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Date the charge was filed.</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="DispositionType" 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:element name="Plaintiff" type="PlaintiffType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>The entity who brings a case to court; who sues. May also be called "claimant", "petitioner" or "applicant</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Defendant" type="DefendantType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The person, company or organization who defends a legal action taken by a plaintiff and against whom the court has been asked to order damages or specific corrective action redress some type of unlawful or improper action alleged by the plaintiff.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Comments" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ChargeId hr:ChargeId 0 (1)
ChargeOrComplaint hr:ChargeOrComplaint (1) (1)
ChargeTypeClassification hr:ChargeTypeClassification 0 (1)
ChargeClassification hr:ChargeClassification 0 (1)
ChargeDate hr:ChargeDate 0 (1)
ArrestDate hr:ArrestDate 0 (1)
OffenseDate hr:OffenseDate 0 (1)
Sentence hr:Sentence 0 (1)
SentenceDate hr:SentenceDate 0 (1)
Disposition hr:Disposition 0 (1)
DispositionDate hr:DispositionDate 0 (1)
ProbationStatus hr:ProbationStatus 0 (1)
Plaintiff hr:Plaintiff 0 unbounded
Defendant hr:Defendant 0 (1)
Comments hr:Comments 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded