Definition Type: Element
Name: CriminalCase
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 Charge in schema backgroundreports_xsd Drilldown into SubjectIdentification in schema backgroundreports_xsd Drilldown into SubjectConfirmation in schema backgroundreports_xsd Drilldown into CaseFileDate in schema backgroundreports_xsd Drilldown into CourtJurisdiction in schema backgroundreports_xsd Drilldown into CourtType in schema backgroundreports_xsd Drilldown into CourtName in schema backgroundreports_xsd Drilldown into ArrestingAgency in schema backgroundreports_xsd Drilldown into AgencyReference in schema backgroundreports_xsdXSD Diagram of CriminalCase in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="CriminalCase" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="AgencyReference" type="AgencyReferenceType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Case, Docket or other identifier and associated File Date assigned by the reporting agency.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ArrestingAgency" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Originating arrest agency ID
</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CourtName" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Actual name of court searched. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CourtType" type="CourtTypeType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Actual jurisdiction of court to be searched.  i.e. Felony, Misdemeanor, Both.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CourtJurisdiction" type="CourtJurisdictionType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Actual jurisdiction of court to be searched.  i.e. City, State, Province, etc.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CaseFileDate" type="FlexibleDatesType" minOccurs="0" />
            <xsd:element name="SubjectConfirmation" type="ConfirmationType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Details regarding confirmation of search subjects identity.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SubjectIdentification" type="SubjectIdentificationType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Additional Agency supplied personal information applicable to the subject.  i.e. Alias's</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <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>
            <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
AgencyReference hr:AgencyReference 0 unbounded
ArrestingAgency hr:ArrestingAgency 0 (1)
CourtName hr:CourtName 0 (1)
CourtType hr:CourtType 0 (1)
CourtJurisdiction hr:CourtJurisdiction 0 (1)
CaseFileDate hr:CaseFileDate 0 (1)
SubjectConfirmation hr:SubjectConfirmation 0 (1)
SubjectIdentification hr:SubjectIdentification 0 unbounded
Charge hr:Charge 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded