• 제목/요약/키워드: XML based Standard

검색결과 415건 처리시간 0.031초

XML을 이용한 기어장치 설계정보의 구조적 표현 (Structured Representation of Design Information for Gear Drives in XML)

  • 정태형;안준영
    • 한국공작기계학회:학술대회논문집
    • /
    • 한국공작기계학회 2000년도 추계학술대회논문집 - 한국공작기계학회
    • /
    • pp.392-397
    • /
    • 2000
  • A methodology is proposed to share the design information of a gear drive using XML (eXtensible Markup Language). XML is the standard language of the next generation and can be used as a neutral and unique format shared by various Web applications. Since XML is a platform-independent meta-markup language, it is possible to reduce the additional programming efforts for Web applications by using the standardization of technical terminologies. In this study, the structure of design information about gears, shafts, keys and bearings in a gear drive has been made and the terminologies used in the gear drive design process have been authored. The XML DTD(Data Type Definition) for the gear drive design has been declared and the usage of the XML application has been shown.

  • PDF

다양한 구조 문서를 효율적으로 처리하기 위한 폼(Form) 기반 XML 편집 시스템 개발 (Development of a Form-based XML Editing System for Efficient Processing of Variously Structured Documents)

  • 손원성;김재경;고승규;최윤철
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2000년도 가을 학술발표논문집 Vol.27 No.2 (2)
    • /
    • pp.257-259
    • /
    • 2000
  • 다양한 전자문서를 효율적으로 처리하기 위해서는 구조문서 정의가 가능한 SGML(Standard Generalized Markup Language)이나 XML(eXtensible Markup Language)을 이용할 수 있다[1,2]. SGML 및 XML과 같은 구조문서를 생성하기 위해서는 별도의 편집기가 필요하며 현재 다양한 제품이나 연구결과를 살펴볼 수 있다[3,4]. 그러나 기존의 입력, 편집 시스템에서는 사용자가 작성하려는 문서에 대한 구조를 숙지하여야 하는 동시에, DTD(Document Type Definition)에 대한 지식을 필요로 한다. 이를 인해 복잡한 구조의 SGML 및 XML 문서를 일반인들이 사용하기 어렵고, 작성한 결과에 대한 검증 과정이 필수적으로 요구된다. 또한 다양한 분야에서 적용 가능한 전자문서 시스템을 위해서는 효과적인 통합 DTD의 정의와 처리 방법이 필요하다. 따라서 본 논문에서는 구조화 문서에 대한 지식이 없는 일반인들도 쉽게 구조문서 작성이 가능하며, 통합적 DTD의 효율적인 처리가 가능한 Form 기반 편집 시스템의 모델을 제시하며, 특히 웹에서도 적용이 가능한 XML을 지원한다. 그 결과 본 연구에서 개발한 XML 편집 시스템은 Form 기반의 통합 DTD 처리와 XML 문서 작성 및 출력 기능, 그리고 이미지, 테이블 기능 등을 제공함으로써 누구나 쉽고 정확한 XML 문서를 작성할 수 있다.

  • PDF

XML 기반의 대용량 유사 문서 편집기/변환기 구현 (Implementation of an XML-Based Editor/Transformer for Large Volume of Similar Documents)

  • 황인준
    • 한국전자거래학회지
    • /
    • 제9권1호
    • /
    • pp.21-38
    • /
    • 2004
  • 최근 웹이 보편화되면서 웹은 이제 거대한 정보의 보고로서 중요한 의미를 가지게 되었다. 현재 웹 상에 존재하는 많은 문서들은 HTML로 작성되어 있다. HTML은 간단하고 배우기가 쉬운 반면, 고정된 태그 등으로 정보 검색에 있어서 비효율적이다. 이러한 단점을 보완하기 위해 XML이 제안되어 현재 다양한 응용에 활용되고 있다. XML은 HTML에 비해 구조적이고 또한 정보의 의미를 적절하게 표현할 수 있어 정보 검색에 있어서 훨씬 효과적이다. 이러한 추세에 맞추어 본 논문에서는 XML 문서를 다양하고 효과적으로 생성하고 관리하는 XML 문서 관리기를 제안한다. 시스템의 특징으로는 첫째, 문서의 양식을 반영하는 폼을 제공하여 XML을 잘 모르는 일반 사용자도 쉽게 새로운 문서를 작성할 수 있게 하였으며 둘째, 이미 존재하는 비슷한 구조를 가지는 HTML문서에 대해서는 자동적인 XML문서로의 변환을 제공하여 기존의 HTML문서도 XML를 통해 관리와 검색을 가능하게 한다. 마지막으로 GUI상에서 문서의 DTD를 편집할 수 있게 하여 DTD 작성을 용이하게 하였다.

  • PDF

UML Class 모델을 이용한 XML 응용 설계 방법론 (XML Application Design Methodology using Model of UML Class)

  • 방승윤;주경수
    • 한국전자거래학회지
    • /
    • 제7권1호
    • /
    • pp.153-166
    • /
    • 2002
  • Nowadays an information exchange on Bn such as B2B electronic commerce is spreading. Therefore the systematic and stable management mechanism for storing the exchanged information is needed. For this goal there are many research activities for connection between XML application and relational database. But because XML data have hierarchical structures and relational database can store only flat-structured data, we need to store XML data in object-relational database that support hierarchical structure. Accordingly the modeling methodology for storing XML data in object-relational database is needed. In order to build good quality application systems, modeling is an important first step. In 1997, the OMG adopted the UML as its standard modeling language. Since industry has warmly embraced UML its popularity should become more important in the future. So a design methodology based on UML is need to develop efficiently XML applications. In this paper, we propose a unified design methodology for In applications based on object-relational database using In. To this goal, first we introduce a XML modeling methodology to design W3C XML schema using UML and second we propose data modeling methodology for object-relational database schema to store efficiently XML data in object-relational databases.

  • PDF

통합의료정보 시스템을 위한 XML DTD 설계 및 구현 (A Design and Implementation of XML DTDs for Integrated Medical Information System)

  • 안철범;나연묵
    • 전자공학회논문지CI
    • /
    • 제40권6호
    • /
    • pp.106-117
    • /
    • 2003
  • 선진 의료정보시스템은 텍스트 기반 정보를 위한 HL7 표준과 의료 영상 정보를 위한 DICOM 표준을 기반으로 한 HIS(병원정보시스템)/RIS(방사선진단시스템), PACS(의료영상시스템)와 같은 독립적인 시스템이 상호 유기적으로 결합된 형태로 구축된다. 최근 들어 시스템(HIS/RIS, PACS) 상호간의 원활한 정보 교환의 필요성과 환자의 타 병원으로의 이송, 원격진료(Teleradiology) 서비스, 기타 의료 데이터 공유에 대한 필요성이 증가함에 따라 통합의료정보시스템의 개발과 인터넷을 통한 통합검색 및 교환을 위한 적절한 대안이 요구되고 있다. 본 논문에서는 이에 대한 방안으로 XML을 활용한 통합의료정보시스템을 제안하였다. 기존 문서의 XML화를 위하여 HL7과 DICOM 두 표준에서 제안하는 표준 문서의 특성을 분석하고 이를 기초로 통합 XML DTD를 설계하였다. 시스템 구현은 1)HL7 메시지와 DICOM 파일로부터 관련 데이터에 대한 정보의 추출. 2)통합 DTD를 기반으로 한 XML 문서 인스턴스와 XSL 스타일시트의 생성 및 저장. 3)최종적으로 ASP를 사용한 웹 검색 인터페이스를 구현함으로써 웹상에서 데이터의 공유와 상이한 두 표준간 의료 정보의 교환 및 검색을 위한 통합의료정보 시스템을 구현하였다. 본 논문에서 제안한 XML 기반 통합 의료정보 시스템은 의료정보의 통합과 인터넷을 통한 데이터의 교환 및 공유를 가능하게 함으로써 기존 의료정보시스템의 문제점을 해결할 수 있을 것으로 보인다. 또한 XML의 유용성과 확장성으로 기존의 HTML 기반 웹 의료정보 서비스와의 차별화도 기대할 수 있을 것이다.

e-Transformation Strategy : From EDI to Web-based e-Business Standard Framework

  • Kim, Min-Soo;Kim, Dong-Soo;Kim, Hoon-Tae;Yoon, Jung-Hee
    • 한국전자거래학회:학술대회논문집
    • /
    • 한국전자거래학회 2005년도 e-Biz World Conference 2005
    • /
    • pp.149-154
    • /
    • 2005
  • Recently, lots of EDI-VAN (Electronic Data Interchange-Value Added Network) companies challenge to convert their business systems into Web-based e-business frameworks to avoid high cost and closed structure of EDI system. This research proposes e-Transformation strategies for EDI-VAN companies to adopt Web-based e-business standard frameworks such as ebXML (e-business using XML) and RosettaNet. Four migration strategies for EDI companies are presented, and their properties are described in detail. Transformation procedures of two representative strategies are also provided fur the convenience of medium-sized companies. The result of this work can be used as a practical guideline for EDI companies to develop there own transformation strategy suitable to its scale and capability, while minimizing the impacts on the pre-existing business processes.

  • PDF

XML 기반의 의료정보시스템의 표준 처방전 설계 및 구현 (Design and Implementation of A Medical Prescription Documents Based on XML)

  • 성경
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2006년도 춘계종합학술대회
    • /
    • pp.1055-1059
    • /
    • 2006
  • 최근 인터넷 기술이 비약적으로 발전하는 추세에 부응하여 의료사업분야에서도 전자처방전 및 처방 EDI 시스템이 병 의원과 약국간에 이루어지고 있다. 그러나 현재 대부분의 병 의원들의 전산화구축 현황을 볼 때 전산화시스템을 도입하지 않은 병 의원이 많고 워드프로세스로 발급하거나 수기로 처방하는 현실이다. 이런 병 의원들을 웹을 통한 처방전관리를 하게 된다면 데이터의 호환성 및 약국과의 연계를 통해 처방에 대한 검증까지 가능할 것이다. 본 논문에서 의료자료의 처방전표준양식을 설계하고 이용자가 처방전발급을 위해 별도의 환경설정을 하지 않고 운영환경에 무관하도록 XML 웹기반의 처방전양식표준을 개발하였고 이용자의 인터페이스를 편리하게 하면서 프로그램 유지보수가 용이하도록 데이터베이스의 검색결과를 XML형태로 작성하도록 구현하였다.

  • PDF

웹 서비스 기반의 클라이언트 OLAP API와 큐브 브라우징에의 응용 사례 (A Web Services-based Client OLAP API and Its Application to Cube Browsing)

  • 배은주;김명
    • 정보처리학회논문지D
    • /
    • 제10D권1호
    • /
    • pp.143-152
    • /
    • 2003
  • 이기종 플랫폼간의 데이터 교환과 통합을 위한 표준 기술로 XML과 웹 서비스 기술이 각광을 받고 있다. 이러한 기술을 지원하는 XML/A는 클라이언트 응용과 데이터 분석 엔진이 인터넷 상에서 데이터를 교환할 수 있도록 하는 SOAP 기반의 XML 통신 API이다. 데이터가 XML 문서 형태로 교환된다는 점에서 XML/A는 플랫폼 독립적이지만, 클라이언트 응용 개발자들은 서버에 데이터를 요청할 때마다 XML 문서를 생성해야 하고, 서버가 보내는 XML 데이터 검색을 위해 별도의 XML 쿼리 언어를 사용해야 하는 단점이 있다. 본 연구에서는 윈도우즈 환경의 클라이언트 응용 개발자들이 XML/A의 OLAP 관련 서비스를 편리하게 사용할 수 있도록 하는 상위 수준의 클라이너트 OLAP API인 XMLMD를 설계하고 구현하였다. XML/A와 XML/A의 관계는 OLEDB for OLAP과 ADOMD의 응용 사례로써 데이터의 다차원적 분석결과를 인터넷을 통해 제공하는 웹 OLAP 큐브 브라우저도 개발하였다. 이 브라우저는 전송된 데이터를 XML, HTML, 엑셀, 그래프 등의 다양한 형태로 제공한다.

교량정보모델 기반의 설계정보와 XML 기반의 문서정보 통합 (Integration between XML-based Document Information and Bridge Information Model-based Structural Design Information)

  • 정연석;김봉근;정원석;이상호
    • 한국전산구조공학회:학술대회논문집
    • /
    • 한국전산구조공학회 2006년도 정기 학술대회 논문집
    • /
    • pp.208-215
    • /
    • 2006
  • This study provides a new operation strategy which can guarantee the data consistency of engineering information among the various intelligent information systems. We present the strategies for the operation of bridges engineering information and the construction methodology of integrated database. The two core standard techniques are adopted to construct the integrated database. One of these standards is the Standard for the Exchange of Product Model Data (STEP) for CAD/CAE information and the other is the Extensible Markup Language (XML) for engineering document information. This study can transform a document me into a data type for web-based application modules which assist end-users in searching and retrieval of engineering document data. In addition, relaying algorithm is developed to integrate the two different information, e.g. CAD/CAE information and engineering document information. The pilot application modules for management and maintenance of existing bridge are also developed to show application of the strategy.

  • PDF

A XML based Communication Framework for In-Vehicle Networks

  • Kim, Jin-Deog;Yun, Sang-Du;Yu, Yun-Sik
    • Journal of information and communication convergence engineering
    • /
    • 제8권5호
    • /
    • pp.554-559
    • /
    • 2010
  • Recently, various in-vehicle networks have been developed respectively in order to accomplish their own purpose such as CAN and MOST. Various electronic devices for vehicle are controllable by the advent of networks attached to the vehicle. However, the networks also come with a variety of unique features in each network-specific communication which creates difficulty using and supporting the interoperable services among the networks. To solve this problem, each network needs a standard integration framework. In this paper, a framework is proposed and implemented. It consists of a standard protocol using XML to improve compatibility and portability. The framework makes each network interoperable by applying unique information and messages of the network in the XML standard document. The results obtained by implementation show that the framework supports the efficient communication of data between heterogeneous invehicle networks.