GJXDM

Last updated

The Global Justice XML Data Model (GJXDM or Global JXDM) is a data reference model for the exchange of information within the justice and public safety communities. The Global JXDM is a product of the Global Justice Information Sharing Initiative's (Global) Infrastructure and Standards Working Group (ISWG), and was developed by the Global ISWG's XML Structure Task Force (XSTF).

Contents

The Global JXDM is a comprehensive product that includes a data model, a data dictionary, and an XML schema that together is known as the Global JXDM. Global JXDM is independent of vendors, operating systems, storage media, and applications and is quickly becoming key technology for assisting how criminal and judicial organizations exchange information. The Global JXDM is sponsored by the United States Department of Justice (DOJ), Office of Justice Programs (OJP), with development supported by the Global XML Structure Task Force (GXSTF), which works closely with researchers at the Georgia Tech Research Institute (GTRI). New releases are issued by the GXSTF, which reviews and evaluates each version of the Global JXDM. The GXSTF solicits feedback from technical experts and practitioners in both industry and government and authorizes Global JXDM changes based on this feedback. All approved additions, deletions, and modifications are applied to future releases, with a cumulative change log published along with each release. When a reasonable number of updates are approved by the GXSTF, a new version is released.

The Global JXDM is an XML standard designed specifically for criminal justice information exchanges, providing law enforcement, public safety agencies, prosecutors, public defenders, and the judicial branch with a tool to effectively share data and information in a timely manner. The Global JXDM removes the burden from agencies to independently create exchange standards, and because of its extensibility, there is more flexibility to deal with unique agency requirements and changes. Through the use of a common vocabulary that is understood system-to-system, the Global JXDM enables access from multiple sources and reuse in multiple applications.

History

The federal government has long encouraged criminal justice agencies throughout the country to share information electronically. Historically, however, justice agencies have developed or invested in information systems independently of one another. While the applications that different organizations utilize to manage cases and store important information typically perform very similar functions, they often utilize unique technology or formatting that makes them incompatible with other systems. Consequently, many justice agencies have been forced to resort to inefficient methods of delivering information to each other, such as delivering important filings and documents via the postal service.

In March 2001, the OJP and the DOJ sponsored an effort to create a framework for the secure and timely sharing of information across the justice domain. Their objective was to lay the foundation for local, state, tribal, and national interoperability by providing a “common ground” that information systems across the country could use for data exchanges. After a two-year effort, the first prerelease of GJXDM was released in April 2003.

Data Dictionary

When criminal justice agencies share data, they transmit Information Exchange Packages (IEPs) to each other. An IEP is a set of data that is transmitted between agencies for a specific purpose. For example, if a police department wanted the local prosecutor to charge an individual for a crime, the IEP sent from the police department would contain a very specific set of data (victim name, date and time of the offense, etc.) as well as any associated artifacts (dashcam video, 911 audio transcript).

Complications arise, however, from the fact that the justice community does not utilize a standard, common vocabulary when describing and recording events. Differences in terminologies can make it difficult or impossible for shared data to be interpreted and utilized. For example, if the police department in the above scenario utilizes the term "Supervision Official" to describe the officer in charge of an arrest, while the prosecutor typically uses it to describe an officer supervising a suspect, the transmitted IEP will result in confusion.

The Global Justice XML Data Dictionary (Global JXDD or GJXDD) provides a solution to this problem by defining the common vocabulary utilized in the GJXDM. The GJXDD breaks down the information that is exchanged between agencies into individual data components and gives them unique names and definitions. These data components in turn serve as the “building blocks” of data exchanges.

Because the GJXDD defines a massive number of data components, smaller data dictionaries must be created for individual IEPs. These data dictionaries only contain the concepts and definitions relevant to their corresponding data transfers.

Data Model

While data dictionaries define the vocabulary utilized by the GJXDM to transmit IEPs, the relationships between the different data components need to be defined in order for the data to be interpreted correctly. For example, the personal information for a number of people may be included in a data exchange regarding a burglary. If the relationships between these data components are not defined, it will be impossible for justice professionals to distinguish the personal information of the owner of the house from that of the person who burglarized it.

The GJXDM utilizes data models to describe the relationships between the different "building blocks" included in an IEP. Data models link these different concepts together by the use of two types of relationships: “is_a” and “has_a.” The “is_a” type is used when one object or concept inherits characteristics from another type. The “has_a” relationship shows what kind of information an object has. In the example above, the burglar “is_a” person, while an investigating officer “has_a” Employment Person ID.

Reuse Repository

The true power of the GJXDM lies in its reuse repository, known as the IEPD Clearinghouse. Whenever a data dictionary and data model are created for an IEP, they are packaged within Information Exchange Package Documentation (IEPD). These IEPDs can be utilized as standards or templates for the creation of IEPs. For example, if an agency created an IEPD for an arrest filing, they could submit the IEPD to the Clearinghouse, where it could be downloaded by any agency wishing to facilitate electronic arrest filings. This saves agencies a great deal of time and resources as they don't have to create an arrest filing data dictionary and data model from scratch.

Version 3.0.3

In September, 2005, the Office of Justice Programs (OJP), together with the Global Justice Information Sharing Initiative (Global), officially issued a newer version of the Global Justice Extensible Markup Language (XML) Data Model (Global JXDM) to the justice community, Version 3.0.3. [1] This "maintenance" release of the Version 3.0 Global JXDM series is enhanced to increase the ability of justice and public safety communities to share justice information at all levels laying the foundation for local, state, and national justice interoperability.

Some of the enhancements incorporated into Version 3.0.3 include the addition of new components that are compatible with previous version 3.0.2, new "sequenceID" values for "PersonNameType" sub-elements to assign an alternate ordering independent of the physical XML sequence, and an updated Frequently Asked Questions (FAQs) [2] resource that incorporates content from the Global JXDM Version 3.0 Reference Notes along with added FAQs.

An important feature is that the Global JXDM, Version 3.0.3, is forward compatible with all XML instances written for Global JXDM, Version 3.0. Global JXDM, Version 3.0, instances validate with all 3.0.3 schemas and schema subsets. Global JXDM, Versions 3.0.2 and 3.0, will remain available indefinitely. For a list of specific updates, refer to the Global JXDM Change Log. [1]

Since its first prerelease in April 2003, the Global JXDM has continued to undergo intensive reviews, receive feedback and error reports online from the public, and provide a Global JXDM Listserv discussion forum for sharing expertise and support. Today, more than 50 law enforcement and justice-related projects have been implemented utilizing the Global JXDM, further demonstrating the flexibility and stability of the Global JXDM.

The Global JXDM, Version 3.0.3 Global Justice XML Data Dictionary (Global JXDD) types and properties are rendered as XML Schema types, elements, and attributes. Also included are the most current enumeration type schemas (code tables) and their proxy schemas. Version 3.0.3 is compatible with Versions 3.0.2 and 3.0. See the FAQ on compatibility [3] for an explanation.

Previous releases

See also

Related Research Articles

<span class="mw-page-title-main">XML</span> Markup language by the W3C for encoding of data

Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing arbitrary data. It defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. The World Wide Web Consortium's XML 1.0 Specification of 1998 and several other related specifications—all of them free open standards—define XML.

XSD, a recommendation of the World Wide Web Consortium (W3C), specifies how to formally describe the elements in an Extensible Markup Language (XML) document. It can be used by programmers to verify each piece of item content in a document, to assure it adheres to the description of the element it is placed in.

<span class="mw-page-title-main">Geography Markup Language</span> XML grammar for geographical features

The Geography Markup Language (GML) is the XML grammar defined by the Open Geospatial Consortium (OGC) to express geographical features. GML serves as a modeling language for geographic systems as well as an open interchange format for geographic transactions on the Internet. Key to GML's utility is its ability to integrate all forms of geographic information, including not only conventional "vector" or discrete objects, but coverages and sensor data.

Health Level Seven, abbreviated to HL7, is a range of global standards for the transfer of clinical and administrative health data between applications with the aim to improve patient outcomes and health system performance. The HL7 standards focus on the application layer, which is "layer 7" in the Open Systems Interconnection model. The standards are produced by Health Level Seven International, an international standards organization, and are adopted by other standards issuing bodies such as American National Standards Institute and International Organization for Standardization. There are a range of primary standards that are commonly used across the industry, as well as secondary standards which are less frequently adopted.

A metadata registry is a central location in an organization where metadata definitions are stored and maintained in a controlled method.

The ISO/IEC 11179 metadata registry (MDR) standard is an international ISO/IEC standard for representing metadata for an organization in a metadata registry. It documents the standardization and registration of metadata to make data understandable and shareable.

NIEMOpen, frequently referred to as NIEM, originated as an XML-based information exchange framework from the United States, but has transitioned to an OASISOpen Project. This initiative formalizes NIEM's designation as an official standard in national and international policy and procurement. NIEMOpen's Project Governing Board recently approved the first standard under this new project; the Conformance Targets Attribute Specification (CTAS) Version 3.0. A full collection of NIEMOpen standards are anticipated by end of year 2024.

A representation term is a word, or a combination of words, that semantically represent the data type of a data element. A representation term is commonly referred to as a class word by those familiar with data dictionaries. ISO/IEC 11179-5:2005 defines representation term as a designation of an instance of a representation class As used in ISO/IEC 11179, the representation term is that part of a data element name that provides a semantic pointer to the underlying data type. A Representation class is a class of representations. This representation class provides a way to classify or group data elements.

The Clinical Data Interchange Standards Consortium (CDISC) is a standards developing organization (SDO) dealing with medical research data linked with healthcare, to "enable information system interoperability to improve medical research and related areas of healthcare". The standards support medical research from protocol through analysis and reporting of results and have been shown to decrease resources needed by 60% overall and 70–90% in the start-up stages when they are implemented at the beginning of the research process.Since December 2016, CDISC standards are mandatory for submission to US FDA.

<span class="mw-page-title-main">Oxygen XML Editor</span>

The Oxygen XML Editor is a multi-platform XML editor, XSLT/XQuery debugger and profiler with Unicode support. It is a Java application so it can run in Windows, Mac OS X, and Linux. It also has a version that can run as an Eclipse plugin.

The Aeronautical Information Exchange Model (AIXM) is designed to enable the management and distribution of Aeronautical Information Services (AIS) data in digital format. AIXM is based on Geography Markup Language (GML) and is one of the GML Application Schemas which is applicable for the Aeronautical domain. It was developed by the US Federal Aviation Administration (FAA), the US National Geospatial Intelligence Agency (NGA) and the European Organisation for the Safety of Air Navigation (EUROCONTROL).The current version is AIXM 5.1.1.

Data exchange is the process of taking data structured under a source schema and transforming it into a target schema, so that the target data is an accurate representation of the source data. Data exchange allows data to be shared between different computer programs.

The National Information Exchange Model (NIEM) is the result of a collaborative effort by the United States Department of Justice and Department of Homeland Security to produce a set of common, well-defined data elements to be used for data exchange development and harmonization.

Content Assembly Mechanism (CAM) is an XML-based standard for creating and managing information exchanges that are interoperable and deterministic descriptions of machine-processable information content flows into and out of XML structures. CAM is a product of the OASIS Content Assembly Technical Committee.

Universal Core was a U.S. government project to facilitate sharing of intelligence and related digital content across U.S. government systems. In a memorandum signed on 28 March 2013, the DoD Chief Information Officer (CIO) announced that DoD will adopt the National Information Exchange Model (NIEM) as the basis for its data exchange strategy in coordination with the NIEM Program Management Office (PMO). This DoD transition to NIEM will incorporate the ongoing efforts of DoD Universal Core (UCore) and Command and Control (C2) Core, effectively ending new development on these DoD data exchange models.

In computing, Open Data Protocol (OData) is an open protocol that allows the creation and consumption of queryable and interoperable Web service APIs in a standard way. Microsoft initiated OData in 2007. Versions 1.0, 2.0, and 3.0 are released under the Microsoft Open Specification Promise. Version 4.0 was standardized at OASIS, with a release in March 2014. In April 2015 OASIS submitted OData v4 and OData JSON Format v4 to ISO/IEC JTC 1 for approval as an international standard. In December 2016, ISO/IEC published OData 4.0 Core as ISO/IEC 20802-1:2016 and the OData JSON Format as ISO/IEC 20802-2:2016.

XidML is an open standard XML tailored for the aerospace industry. XidML describes how data is acquired, processed and packaged for transmission, storage or reproduction. The primary objective of XidML is to store and exchange complex instrumentation information between multiple vendors and user-groups gathering thousands of parameters.

<span class="mw-page-title-main">Requirements Interchange Format</span>

RIF/ReqIF is an XML file format that can be used to exchange requirements, along with its associated metadata, between software tools from different vendors. The requirements exchange format also defines a workflow for transmitting the status of requirements between partners. Although developed in the automotive industry, ReqIF is suitable for lossless exchange of requirements in any industry.

<span class="mw-page-title-main">Akoma Ntoso</span>

Akoma Ntoso (Architecture for Knowledge-Oriented Management of African Normative Texts using Open Standards and Ontologies) is an international technical standard for representing executive, legislative and judiciary documents in a structured manner using a domain specific, legal XML vocabulary.

References

PD-icon.svg This article incorporates public domain material from websites or documents of the United States Department of Justice .

  1. 1 2 "Archive".
  2. 1 2 "Archive". it.ojp.gov. Archived from the original on April 5, 2005.
  3. "Archive". it.ojp.gov. Archived from the original on April 5, 2005.
  4. "Archive". it.ojp.gov. Archived from the original on April 1, 2005.