Definition Type: Element
Name: AdmittedCharges
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Screenings.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Client provided information to enable scoring of results based upon Search Subject provided information.
Collapse XSD Schema Diagram:
Drilldown into CriminalCase in schema screenings_xsdXSD Diagram of AdmittedCharges in schema screenings_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="AdmittedCharges" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Client provided information to enable scoring of results based upon Search Subject provided information.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="CriminalCase" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="CaseNumber" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Case number assigned by the court.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="OtherCaseId" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation>Other ID to identify the criminal activity such as a Department of Corrections Id.</xsd:documentation>
                            </xsd:annotation>
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="xsd:string">
                                        <xsd:attribute name="type" type="xsd:string" />
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </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="Jurisdiction" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Name, division and district of the Court. </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0" />
                        <xsd:element name="Region" type="xsd:string" minOccurs="0" />
                        <xsd:element name="County" type="xsd:string" minOccurs="0" />
                        <xsd:element name="Municipality" type="xsd:string" minOccurs="0" />
                        <xsd:element name="FileDate" type="FlexibleDatesType" minOccurs="0" />
                        <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>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CriminalCase hr:CriminalCase 0 unbounded