Please use this identifier to cite or link to this item: https://ah.lib.nccu.edu.tw/handle/140.119/31063
DC FieldValueLanguage
dc.contributor.advisor諶家蘭zh_TW
dc.contributor.advisorJia-Lang Sengen_US
dc.contributor.author郭宛毓zh_TW
dc.contributor.authorWan-Yu Kuoen_US
dc.creator郭宛毓zh_TW
dc.creatorWan-Yu Kuoen_US
dc.date2002en_US
dc.date.accessioned2009-09-14T01:11:07Z-
dc.date.available2009-09-14T01:11:07Z-
dc.date.issued2009-09-14T01:11:07Z-
dc.identifierG0090356040en_US
dc.identifier.urihttps://nccur.lib.nccu.edu.tw/handle/140.119/31063-
dc.description碩士zh_TW
dc.description國立政治大學zh_TW
dc.description資訊管理研究所zh_TW
dc.description90356040zh_TW
dc.description91zh_TW
dc.description.abstractXML (eXtensible Markup Language)已經快速成為網際網路上資料交換的標準,其架構適合用來描述複雜的資料結構並提供XML文件驗證的機制。要交換XML文件,就必須使用綱要語言來制定XML語彙,因而由此衍生出XML綱要設計之問題。在本篇研究中,將研究UML資料模型與XML綱要之間轉換的議題並發展一個可進行雙向轉換的模型。此轉換模型包含二部份,一是從UML資料模型結構轉換為XML綱要結構,一是從XML綱要結構反向轉換為UML資料模型結構;這二個模型將分別探討XML DTD (Data Type Definition)及 W3C XML Schema二個主題,將這二個子模型分別從語法及語意轉換之層面切入進行一連串結構轉換規則之延伸及建立。在XML綱要結構反向轉換為UML資料模型結構之模型中亦包含二個子模型,分別由XML綱要結構建立轉換之規則。我們建立此轉換模型之目的在於使UML資料模型結構及XML綱要結構間之轉換方法更為明確、簡單及容易使用,並透過系統實作來驗證其可行性。zh_TW
dc.description.abstractThe (eXtensible Markup Language) XML is fast becoming the standard data exchange across the Internet. It is suitable to describe complex-structured data. It also provides a validation mechanism to validate vocabulary used in the XML document. In order to exchange XML document, XML vocabulary needs to be defined. As a result spread out the issues of XML schema design from here. In the research, UML data model and XML schema transformation issue have been studied to develop a bi-directional mapping and transformation model. We design the bidirectional mapping and transformation model in two parts. One is from UML data model to XML schema; another is from XML Schema to UML data model. Each part has two explored subject, including XML DTD (Data Type Definition) and W3C XML Schema. We develop a sequence of transformation rules from the viewpoints of syntactic and semantic transformation. These are also two parts in the transformation model of mapping from XML schema to UML data model. We develop transformation rules from the viewpoints of generic XML constructs step by step. We build up the transformation model to make transformation method more generic, genuine, systematic, explicit, simple and easy to use. Besides, we implement a transformation editor to validate the bi-directional transformation model.en_US
dc.description.tableofcontentsCHAPTER 1 INTRODUCTION 1\r\n 1.1 Research Motivation 1\r\n 1.2 Research Issue 2\r\n 1.3 Research Objective 2\r\n 1.4 Research Flow 3\r\n 1.5 Organization of Thesis 4\r\nCHAPTER 2 LITERATURE REVIEW 6\r\n 2.1 Unified Modeling Language (UML) 6\r\n 2.2 eXtensible Modeling Language (XML) 8\r\n 2.2.1 XML Schemas 9\r\n 2.2.2 XML Linking 11\r\n 2.2.3 Summary 12\r\n 2.3 Mapping UML to XML 13\r\n 2.3.1 XML Metadata Interchange (XMI) 13\r\n 2.3.2 Mapping UML Objects to XML 14\r\n 2.3.3 Mapping UML Association to XML 16\r\n 2.3.4 Schema Production Rules 18\r\n 2.3.5 Summary 24\r\n 2.4 Three Level Transformation and Algorithm 25\r\n 2.4.1 Transformation Algorithm 27\r\n 2.5 Stereotypes for XML Schema Constructs 29\r\nCHAPTER 3 GENERIC UML CLASS DIAGRAM CONSTRUCTS and XML SCHEMA BI-DIRECTIONAL TRANSFORMATION 34\r\n 3.1 Transformation from UML Class Diagram to XML Schema 36\r\n 3.1.1 Transformation Structure 36\r\n 3.1.2 UML Class Diagram Step 37\r\n 3.2 Transformation Rules from UML to DTD 38\r\n 3.2.1 Datatype 39\r\n 3.2.2 Attribute 39\r\n 3.2.3 Class 41\r\n 3.2.4 Association 41\r\n 3.2.5 Generalization 43\r\n 3.2.6 Multiplicity 44\r\n 3.3 Transformation Rules from UML to XML Schema 45\r\n 3.3.1 Datatype 46\r\n 3.3.2 Attribute 48\r\n 3.3.3 Class 49\r\n 3.3.4 Association 49\r\n 3.3.5 Generalization 51\r\n 3.3.6 Multiplicity 52\r\n 3.4 Transformation from XML Schema to UML Class Diagram 54\r\n 3.4.1 Transformation Structure 54\r\n 3.5 Transformation Rules from XML DTD to UML 55\r\n 3.5.1 Element 55\r\n 3.5.2 Attribute 56\r\n 3.5.3 Datatype 56\r\n 3.5.4 Nested Element 57\r\n 3.5.5 Relation 58\r\n 3.6 Transformation Rules from XML Schema to UML 58\r\n 3.6.1 Element 59\r\n 3.6.2 Attribute 59\r\n 3.6.3 Simple Type 59\r\n 3.6.4 Nested Element 59\r\n 3.6.5 Relation 60\r\nCHAPTER 4 SYSTEM IMPLEMENTATION 62\r\n 4.1 System Platform 62\r\n 4.2 System Architecture 62\r\n 4.2.1 Transformation from UML Class Diagram to XML Schema 63\r\n 4.2.2 Transformation from XML Schema to UML Class Diagram 64\r\n 4.3 System Presentation 65\r\n 4.3.1 from UML Class Diagram to XML Schema 65\r\n 4.3.2 from XML Schema to UML Class Diagram 72\r\nCHAPTER 5 RESEARCH DISCUSSIONS AND LIMITATIONS 74\r\n 5.1 Research Discussions 74\r\n 5.2 Research Limitations 76\r\nCHAPTER 6 CONCLUSIONS AND FUTURE RESEARCH DIRECTIONS 78\r\n 6.1 Summary 78\r\n 6.2 Future Research Directions 79\r\nReferences 80\r\nAppendix 84zh_TW
dc.language.isoen_US-
dc.source.urihttp://thesis.lib.nccu.edu.tw/record/#G0090356040en_US
dc.subject可延伸性標記語言zh_TW
dc.subject統一塑模語言zh_TW
dc.subject可延伸性標記語言詮釋資料交換zh_TW
dc.subject統一塑模語言Profilezh_TW
dc.subject模式轉換zh_TW
dc.subjectXMLen_US
dc.subjectUMLen_US
dc.subjectXMIen_US
dc.subjectUML Profileen_US
dc.subjectModel Transformationen_US
dc.title以學名結構為基礎之UML資料模型和XML之轉換模式zh_TW
dc.titleA Generic Construct based Transformation Model between UML Data Model and XMLen_US
dc.typethesisen
dc.relation.referenceEnglish Referenceszh_TW
dc.relation.reference1. Bertino, Elisa and Barbara Catania (2001), “Integrating XML and Databases”, IEEE Internet Computing, 5(4), pp.84-88.zh_TW
dc.relation.reference2. Bird, Linda, Andrew Goodchild, and Terry Halpin (2000), “Object Role Modelling and XML-Schema”, ER2000.zh_TW
dc.relation.reference3. Booch, Grady, Ivar Jacobson and JamesRumbaugh (1999), The Unified Modeling Language User Guide, Addison-Wesley Professional.zh_TW
dc.relation.reference4. Booch, Grady, Magnus Christerson, Matthew Fuchs and Jari Koistinen (1999), “UML for XML Schema Mapping”, http://www.rational.com/media/uml/resources/media/uml_xmlschema33.pdfzh_TW
dc.relation.reference5. Carlson, David (2001), Modeling XML Applications with UML: Practical e-Business Applications, Addison-Wesley Professional.zh_TW
dc.relation.reference6. Carlson, David A. (2000), “Designing XML vocabularies with UML”, Conference on Object Oriented Programming Systems Languages and Applications.zh_TW
dc.relation.reference7. Decker, Stefan, Prasenjit Mitra and Sergey Melnik (2000), “Framework for the Semantic Web: An RDF Tutorial”, IEEE Internet Computing, pp. 68-73.zh_TW
dc.relation.reference8. Decker, Stefan, Sergey Melnik, Frank Van Harmelen, Dieter Fensel, Michel Klein, Jeen Broekstra, Michael Erdmann and Ian Horrocks (2000), “The Semantic Web: The Roles of XML and RDF”, IEEE Internet Computing, 4(5), pp.63-64.zh_TW
dc.relation.reference9. Duckett, Jon, Oliver Criffin, etc. (2001), Professional XML Schema, Wrox.zh_TW
dc.relation.reference10. Fan, Wenfei, Gabriel M. Kuper and J´erˆome Sim´eon (2001), “A Unified Constraint Model for XML”, Hong Kong, WWW10, pp.179-190.zh_TW
dc.relation.reference11. Fan, Wenfei and Leonid Libkin (2002), “On XML integrity constraints in the presence of DTDs”, Journal of the ACM (JACM), 49(3), pp.368-406.zh_TW
dc.relation.reference12. Fegaras, Leonidas and Ramez Elmasri (2001), “Query Engines for Web-Accessible XML Data”, Roma, Italy, Proceedings of the 27th VLDB Conference.zh_TW
dc.relation.reference13. Fowler, Martin and Kendall Scott (2000), UML Distilled Second Edition: A Brief Guide to the Standard Object Modeling Language, Addison-Wesley Professional.zh_TW
dc.relation.reference14. Grose, Timothy J., Gary C. Doney, Stephen A. Brodsky (2002), Mastering XMI: Java Programming with XMI, XML and UML, OMG PRESS.zh_TW
dc.relation.reference15. Harold, Elliotte Rusty (2001), XML Bible (2nd Edition), John Wiley & Sons.zh_TW
dc.relation.reference16. Ishikawa, Hiroshi and Manabu Ohta (2001), “Querying Web Distributed Databases for XML-based E-Businesses: Requirement Analysis, Design, and Implementation”, IEEE.zh_TW
dc.relation.reference17. Jiang, Haifeng, Hongjun Lu, Wei Wang and Jeffrey Xu Yu (2002), “Path Materialization Revisited: An Efficient Storage Model for XML Data”, Australian, Proceedings of the thirteenth Australasian conference on Database technologies, 5, pp.85-94.zh_TW
dc.relation.reference18. Karvounarakis, Gregory, Sofia Alexaki , Vassilis Christophides , Dimitris Plexousakis and Michel Scholl (2002), “Query Language for Semantic Web: RQL: a declarative query language for RDF”, Honolulu, Hawaii, USA., Proceedings of the eleventh international conference on World Wide Web, pp.592-603.zh_TW
dc.relation.reference19. Kimber, W. Eliot and John Heintz (2000), “Using UML to Define XML Document Types”, Extreme Markup Languages 2000.zh_TW
dc.relation.reference20. Kovse, Jernej and Theo Härder (2002), “Generic XMI-Based UML Model Transformations”, OOIS 2002, pp.192-198.zh_TW
dc.relation.reference21. Mani, Murali, Dongwon Lee and Richard R. Muntz (2001), “Semantic Data Modeling using XML Schemas”, ER2001, pp.149-163.zh_TW
dc.relation.reference22. Marcos, E., P. Caceres and B. Vela (2001), “MIDAS/BD: a Methodological Framework for Web Database Design”, ER2001 Workshops, pp.227-238.zh_TW
dc.relation.reference23. Nambiar, Ullas, Zoe Lacroix, Stephane Bressan, Mong Li Lee and Yingguang Li (2002), “Current Approaches to XML Management”, IEEE Internet Computing, pp.43-5.zh_TW
dc.relation.reference24. Patel-Schneider, Peter, Jérôme Siméon (2002), “The Yin/Yang web: XML syntax and RDF semantics”, Proceedings of the eleventh international conference on World Wide Web, pp.443-453.zh_TW
dc.relation.reference25. Rahm, Erhard and Philip A. Bernstein (2001), “A survey of approaches to automatic schema matching”, The VLDB Journal, 10, pp.334-350.zh_TW
dc.relation.reference26. Routledge, Nicholas, Linda Bird and Andrew Goodchild (2002), “UML and XML schema”, Melbourne, Australia, Thirteenth Australasian Database Conference (ADC2002), 5, pp.157-166.zh_TW
dc.relation.reference27. Santos, Ronaldo dos and Carlos Alberto Heuser (2001), “A Rule-Based Conversion of a DTD to a Conceptual Schema”, ER2001, pp.133-148.zh_TW
dc.relation.reference28. Shanmugasundaram, Jayavel (2001), Bridging relational technology and XML.zh_TW
dc.relation.reference29. Shanmugasundaram, Jayavel, Eugene Shekita, Rimon Barr, Michael Carey, Bruce Lindsay,Hamid Pirahesh and Berthold Reinwald (2001), “Efficiently publishing relational data as XML documents”, The VLDB Journal, 10, pp.133-154.zh_TW
dc.relation.reference30. Tatarinov, Igor, Stratis D. Viglas, Kevin Beyer, Jayavel Shanmugasundaram, Eugene Shekita and Chun Zhang (2002), “Storing and querying ordered XML using a relational database system”, Madison, Wisconsin, International Conference on Management of Data and Symposium on Principles of Database Systems, pp.204-215.zh_TW
dc.relation.reference31. Vlist, Eric van der (2002), XML Schema, O’Reilly.zh_TW
dc.relation.referenceWeb Referenceszh_TW
dc.relation.reference1. Carlson, David (2001), “Modeling XML Vocabularies with UML: Part I”, http://www.xml.com/pub/a/2001/08/22/uml.htmlzh_TW
dc.relation.reference2. Kyrnin, Jennifer, “What is a DTD?”, http://html.about.com/library/weekly/aa101700a.htmzh_TW
dc.relation.reference3. Object Management Group(1999), “XML Metadata Interchange (XMI) Version 1.1”, http://www.omg.org/cgi-bin/doc?formal/99-10-02zh_TW
dc.relation.reference4. Object Management Group(1999), “XML Metadata Interchange (XMI) Version 1.2”, http://www.omg.org/cgi-bin/doc?formal/2002-01-01zh_TW
dc.relation.reference5. Object Management Group(1999), “XML Metadata Interchange (XMI) Version 2”, http://www.omg.org/cgi-bin/doc?formal/2001-12-03zh_TW
dc.relation.reference6. Perfect XML, http://www.perfectxml.comzh_TW
dc.relation.reference7. Provost Will(2002), “UML for W3C XML Schema Design”, http://www.xml.com/pub/a/2002/08/07/wks_uml.htmlzh_TW
dc.relation.reference8. Walsh, Norman (1998), “What is XML?, XML.com, http://www.xml.com/pub/a/98/10/guide1.htmlzh_TW
dc.relation.reference9. WebRef, http://webreference.com/xmlzh_TW
dc.relation.reference10. World Wide Web Consortium(2000), “Extensible Markup Language (XML) 1.0 Second Edition”, http://www.w3.org/TR/REC-xmlzh_TW
dc.relation.reference11. World Wide Web Consortium(2001), “XML Link Language (XLink) 1.0”, http://www.w3.org/TR/xlink/zh_TW
dc.relation.reference12. World Wide Web Consortium(2001), “XML Schema Part 0: Primer”, http://www.w3.org/TR/xmlschema-0/zh_TW
dc.relation.reference13. World Wide Web Consortium(2001), “XML Schema Part 1: Structures”, http://www.w3.org/TR/xmlschema-1/zh_TW
dc.relation.reference14. World Wide Web Consortium(2001), “XML XML Schema Part 2: Datatypes”, http://www.w3.org/TR/xmlschema-2/zh_TW
item.grantfulltextopen-
item.openairecristypehttp://purl.org/coar/resource_type/c_46ec-
item.languageiso639-1en_US-
item.openairetypethesis-
item.cerifentitytypePublications-
item.fulltextWith Fulltext-
Appears in Collections:學位論文
Files in This Item:
File SizeFormat
index.html115 BHTML2View/Open
Show simple item record

Google ScholarTM

Check


Items in DSpace are protected by copyright, with all rights reserved, unless otherwise indicated.