Search results

1 – 6 of 6
Article
Publication date: 1 November 2005

Joseph Fong, San Kuen Cheung, Herbert Shiu and Chi Chung Cheung

XML Schema Definition (XSD) is in the logical level of XML model and is used in most web applications. At present, there is no standard format for the conceptual level of XML…

Abstract

XML Schema Definition (XSD) is in the logical level of XML model and is used in most web applications. At present, there is no standard format for the conceptual level of XML model. Therefore, we introduce an XML Tree Model as an XML conceptual schema for representing and confirming the data semantics according to the user requirements in a diagram. The XML Tree Model consists of nodes representing all elements within the XSD. We apply reverse engineering from an XSD to an XML Tree Model to assist end users in applying an XML database for information highway on the Internet. The data semantics recovered for visualization include root element, weak elements, participation, cardinality, aggregation, generalization, categorization, and n‐ary association, and which can be derived by analyzing the structural constraints of XSD based on its key features such as key, keyref, minOccurs, maxOccurs, Choice, Sequence and extension. We use the Eclipse user interface for generating a graphical view for XML conceptual schema.

Details

International Journal of Web Information Systems, vol. 1 no. 4
Type: Research Article
ISSN: 1744-0084

Keywords

Article
Publication date: 1 August 2005

Nguyen Hong Quang and Wenny Rahayu

This paper presents a systematic XML Schema design approach which conceptually captures semantics of the problem domain at conceptual level and represents such semantics in XML…

Abstract

This paper presents a systematic XML Schema design approach which conceptually captures semantics of the problem domain at conceptual level and represents such semantics in XML Schema at schema level. At the conceptual level, objects, their inter‐relationships and constraints are semantically powered by object‐oriented models. At the schema level, these conceptual semantics are comprehensively represented in textbased representation of XML Schema using various schema components and design styles, each of which offers different quality characteristics. Two primary design styles in use are nesting and linking. The nesting design styles are developed based on the choice of schema components and their definition/declaration scopes (global vs. local), whereas the linking design styles use referencing facilities provided by XML Schema and other XML technologies such as XLink and XPointer. With an in‐depth analysis of outstanding problems of existing approaches, the proposed design approach is motivated to help improve the quality and robustness of the XML documents in large‐scale XML‐based applications.

Details

International Journal of Web Information Systems, vol. 1 no. 3
Type: Research Article
ISSN: 1744-0084

Keywords

Article
Publication date: 1 May 2005

Eric Pardede, J. Wendy Rahayu and David Taniar

Despite the increasing demand for an effective XML document repository, many are still reluctant to store XML documents in their natural tree form. One main reason is the…

Abstract

Despite the increasing demand for an effective XML document repository, many are still reluctant to store XML documents in their natural tree form. One main reason is the inadequacy of XML query languages to update the tree‐form XML documents. Even though some of the languages have supported minimum update facilities, they do not concern on preserving the documents constraints. The results are updated documents with very low database integrity. In this paper, we propose a methodology to accommodate XML Update without violating the conceptual constraints of the documents. The method takes form as a set of functions that perform checking mechanisms before update operations. In this paper we discuss the conceptual constraints embedded in three different relationship structures: association, aggregation and inheritance relationship. We highlight four constraints related with association relationship (nuber of participants, referential integrity, cardinality, and adhesion), five constraints related with aggregation relationship (cardinality, adhesion, ordering, homogeneity and share‐ability) and two constraints related to inheritance relationship (disjoint and number of super‐class). In addition, a specific constraint, which is collection type of children, will also be discussed. The proposed method can be implemented in different ways, for example in this paper we use XQuery language. Since the XML update requires schema, in this paper we also propose the mapping of the these constraints in the conceptual level to the XML Schema. We use XML Schema for structure validation, even though the algorithm can be used by any schema languages.

Details

International Journal of Web Information Systems, vol. 1 no. 2
Type: Research Article
ISSN: 1744-0084

Keywords

Article
Publication date: 1 April 2014

I-Ching Hsu, Jang Yang Lee, Der-Chen Huang and Kuan-Yang Lai

XML Schema is used to define schema of XML documents that have become standards for data exchange in various Web-based information applications. The main problem of XML Schema is…

607

Abstract

Purpose

XML Schema is used to define schema of XML documents that have become standards for data exchange in various Web-based information applications. The main problem of XML Schema is that it emphasizes syntax and format rather than semantics and knowledge representation. Hence, even though having the advantage of describing the structure and constraining the contents of XML documents, XML Schema lacks the computer-interpretability to support knowledge representation for existing information systems. The purpose of this study is to propose role-mapping annotations for XML Schema (RMAXS) to integrate Semantic Web with XML Schema, which allows the facilitation interoperability between adjoining layers of the Semantic Web stack.

Design/methodology/approach

The XML, XML Schema, ontology, and rule can be completely integrated into a multi-layered intelligent framework (MIF) for XML-based applications in the current web environment. This work presents a semantic-role-mapping intelligent system, called SRMIS, based on the MIF. SRMIS consists of XML-based document repository, search engine, inference engine and transformation engine, which provides different approaches to present the various metadata and knowledge representations.

Findings

The traditional Semantic Web stack has three gaps between adjoining layers. The first gap, between the XML and XML Schema layers can be bridged with an XMLSchema-instance mechanism. The third gap, between the ontology and rule layers can be connected by building rules on top of ontologies. This study proposes RMAXS to couple the second gap, between the XML schema and ontology layers. The proposed multi-layered intelligent framework (MIF) adopts these coupling technologies to facilitate interoperability between adjoining layers. Therefore, the XML, XML Schema, ontology, and rule can be completely integrated into the MIF for intelligent applications in the web environment.

Practical implications

To demonstrate the SRMIS applications, this work implements a prototype that helps researchers to find interested papers.

Originality/value

This work presents a semantic-role-mapping intelligent system, called SRMIS, based on the MIF. SRMIS consists of XML-based document repository, search engine, inference engine and transformation engine, which provides different approaches to present the various metadata and knowledge representations. The proposed SRMIS can be applied in various application domains.

Details

The Electronic Library, vol. 32 no. 2
Type: Research Article
ISSN: 0264-0473

Keywords

Article
Publication date: 1 February 2005

Abdelsalam Almarimi and Jaroslav Pokorny

This paper introduces an approach to minimize the total designer effort for building XML data integration systems. Since fully automatic schema mapping generation is infeasible…

Abstract

This paper introduces an approach to minimize the total designer effort for building XML data integration systems. Since fully automatic schema mapping generation is infeasible, in our view such an approach can be used as a semi‐automatic tool for XML schemas mediation. A method is proposed to query XML documents through a mediation layer. Such a layer is introduced to describe the mappings between global XML schema and local heterogeneous XML schemas. It produces a uniform interface over the local XML data sources, and provides the required functionality to query these sources in a uniform way. It involves two important units: the XML Metadata Document (XMD) and the Query Translator. The XMD is an XML document containing metadata, in which the mappings between global and local schemas are defined. The XML Query Translator which is an integral part of the system is introduced to translate a global user query into local queries by using the mappings that are defined in the XMD.

Details

International Journal of Web Information Systems, vol. 1 no. 1
Type: Research Article
ISSN: 1744-0084

Keywords

Article
Publication date: 31 December 2006

Hooman Homayounfar and Fangju Wang

XML is becoming one of the most important structures for data exchange on the web. Despite having many advantages, XML structure imposes several major obstacles to large document…

Abstract

XML is becoming one of the most important structures for data exchange on the web. Despite having many advantages, XML structure imposes several major obstacles to large document processing. Inconsistency between the linear nature of the current algorithms (e.g. for caching and prefetch) used in operating systems and databases, and the non‐linear structure of XML data makes XML processing more costly. In addition to verbosity (e.g. tag redundancy), interpreting (i.e. parsing) depthfirst (DF) structure of XML documents is a significant overhead to processing applications (e.g. query engines). Recent research on XML query processing has learned that sibling clustering can improve performance significantly. However, the existing clustering methods are not able to avoid parsing overhead as they are limited by larger document sizes. In this research, We have developed a better data organization for native XML databases, named sibling‐first (SF) format that improves query performance significantly. SF uses an embedded index for fast accessing to child nodes. It also compresses documents by eliminating extra information from the original DF format. The converted SF documents can be processed for XPath query purposes without being parsed. We have implemented the SF storage in virtual memory as well as a format on disk. Experimental results with real data have showed that significantly higher performance can be achieved when XPath queries are conducted on very large SF documents.

Details

International Journal of Web Information Systems, vol. 2 no. 3/4
Type: Research Article
ISSN: 1744-0084

Keywords

1 – 6 of 6