Definition Type: ComplexType
Name: CriminalCaseType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into CriminalDate in schema fields_xsd Drilldown into CriminalCharge in schema components_xsd Drilldown into SubjectIdentification in schema components_xsd Drilldown into SubjectConfirmationMethodCode in schema fields_xsd Drilldown into CountryCode in schema fields_xsd Drilldown into CountrySubDivisionCode in schema fields_xsd1 Drilldown into CityName in schema fields_xsd1 Drilldown into JurisdictionCode in schema fields_xsd Drilldown into CourtName in schema fields_xsd Drilldown into ArrestingAgencyName in schema fields_xsd Drilldown into FileDate in schema fields_xsd Drilldown into CaseID in schema fields_xsdXSD Diagram of CriminalCaseType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CriminalCaseType">
    <xsd:sequence>
        <xsd:element ref="CaseID" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">This would contain an applicable identifier for the case. Multiple identifiers are possible. The schemeID and schemeAgencyID would be used to identify the type of ID (e.g., "federal case number," "docket number," "court case citation," etc.) and the controlling agency (e.g., "FBI" or the court name, etc.). </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="FileDate" minOccurs="0" />
        <xsd:element ref="ArrestingAgencyName" minOccurs="0" />
        <xsd:element ref="CourtName" minOccurs="0" />
        <xsd:element ref="JurisdictionCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="oa:CityName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="oa:CountrySubDivisionCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CountryCode" minOccurs="0" />
        <xsd:element ref="SubjectConfirmationMethodCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SubjectIdentification" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CriminalCharge" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CriminalDate" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CaseID nsA:CaseID 0 unbounded
FileDate nsA:FileDate 0 (1)
ArrestingAgencyName nsA:ArrestingAgencyName 0 (1)
CourtName nsA:CourtName 0 (1)
JurisdictionCode nsA:JurisdictionCode 0 unbounded
CityName oa:CityName 0 unbounded
CountrySubDivisionCode oa:CountrySubDivisionCode 0 unbounded
CountryCode nsA:CountryCode 0 (1)
SubjectConfirmationMethodCode nsA:SubjectConfirmationMethodCode 0 unbounded
SubjectIdentification nsA:SubjectIdentification 0 unbounded
CriminalCharge nsA:CriminalCharge 0 unbounded
CriminalDate nsA:CriminalDate 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:CriminalCase