標準XML Schema作成ガイドライン

Size: px
Start display at page:

Download "標準XML Schema作成ガイドライン"

Transcription

1 XML Schema

2 XML i

3 XML Schema ii

4 1. XML XML XML XML W3C XML Schema XML Schema XML XML Schema XML SchemaW3C XML "XML Schema 1.0" 1 XML XML XML XML XML XML XML 1.1 W3C XML Schema 1.0 XML XML XML1.0 DTD Document Type Definition 1 "Schema Part 1: Structures Second Edition XML Schema" "Part 2: Datatypes Second Edition" 1

5 1.2 XML W3C XML Schema The Internet Engineering Task Force IETFRFC IETF RFC-2119 MUST SHALL REQUIRED MUST NOT SHALL NOT SHOULD RECOMMENDED SHOULD NOT NOT RECOMMENDED MAY OPTIONAL 1 2 RFC

6 1.4 XML Schema [ ] "RRRn""RRR" n ATD ATN CTD DOC ELD ETN 3

7 GNR GXS IND NMS RED SSM STD TDN XML 2 1W3C XML Schema 1.0 XML Schema 4

8 2. XML 2.1 ER Entity Relationship Diagram UML Unified Modeling Language ER UML ER ER "" "" 5

9 1 ER "" "" 1 0..* 2 6

10 Geography Markup Language GML UML Geography Markup Language Annex E "UML-to-GML Application Schema Encoding Rules" 2.2 XML XML Schema ER UML UML 7

11 <!-- --> <xsd:element name=""> <xsd:complextype> <xsd:element ref="" maxoccurs="unbounded"/> </xsd:complextype> </xsd:element> <xsd:element name="" type="companytype"/> <xsd:element name="" type="employeetype"/> <xsd:complextype name="companytype"> <xsd:sequence> <xsd:element name="" type="nametype"/> <xsd:element name="" type="addresstype"/> 2 1 <xsd:element name="" maxoccurs="unbounded"/> </xsd:sequence> </xsd:complextype> 3 <xsd:complextype name="employeetype"> <xsd:sequence> <xsd:element name="" type="departmenttype"/> <xsd:element name="" type="nametype"/> <xsd:element name="" type="addresstype"/> </xsd:sequence> </xsd:complextype> <xsd:element name="" type="xsd:string"/> <xsd:element name="" type="xsd:string"/> <xsd:element name="" type="xsd:string"/> <xsd:element name=""> <xsd:complextype> <xsd:sequence> <xsd:element ref="" maxoccurs="unbounded"/> </xsd:sequence> </xsd:complextype> </xsd:element> XML

12 XML 9

13 XML XML Schema XML DocBook DocBook 3 docbook.xsd OASIS (Organization for the Advancement of Structured Information Standards) DocBook Technical Committee DocBook4.2 DTD OASIS DTD XML Schema XML Schema

14 DocBook docbook.xsd DocBook dbhierx.xsd DocBook dbpoolx.xsd DocBook dbnotnx.xsd DocBook 3 DocBook XML.xsd <xsd:element name= type= quotationtype /> <xsd:complextype= quotationtype > <xsd:sequence> <xsd:element name= productinfotype /> </xsd:sequence> <xsd:complextype= productinfotype > <sequence> <xsd:element name= type= productname /> <xsd:element name= type= model /> </xsd:complextype>.xsd <xsd:element name= type= invoicetype /> <xsd:complextype= invoicetype > <xsd:sequence> <xsd:element name= productinfotype /> </xsd:sequence> <xsd:complextype= productinfotype > <sequence> <xsd:element name= type= productname /> <xsd:element name= type= model /> </xsd:complextype> 4 11

15 XML Schema.xsd <xsd:element name= type= quotationtype /> <xsd:complextype= quotationtype > <xsd:sequence> <xsd:element name= productinfotype /> </xsd:sequence>.xsd <xsd:element name= type= invoicetype /> <xsd:complextype= invoicetype > <xsd:sequence> <xsd:element name= productinfotype /> </xsd:sequence>.xsd <xsd:complextype= productinfotype > <sequence> <xsd:element name= type= productname /> <xsd:element name= type= model /> </xsd:complextype> 5 Open Travel Alliance OTA Extensible Business Reporting Language XBRL 12

16 complextype - - simpletype

17 / / 7 XML 14

18 / A / / A / / B / / / 8 XML XML XML 15

19 A A B C B C / A / / A / / B / / / / / / 9 16

20 XML XML schema [GXS 1] XML XML [GXS 2] XML UTF-8 UTF-8 [GXS 3] W3C XML Schema "xsd" "xs" "xsd" "xs" 17

21 [GXS 4] [GXS 5] [GXS 6] [GXS 7] elementformdefault="qualified" <xsd:schema> xsd:element form [GXS 8] attributeformdefault="unqualified" XML attributeformdefault "unqualified" 18

22 [GXS 9] DOCTYPE XML DTD XML Schema DOCTYPE XML Schema DOCTYPE [GXS 10] xml:lang xml:lang [GXS 11] W3C XML Schema <xsd:import/>

23 [GXS 12] (/**/ "<>" ) [GXS 13] 20

24 (3.2 3 ) 21

25 4.3 XML Schema [SSM 1] 22

26 SchemaA.xsd <xsd:include schemalocation= SchemaB.xsd /> SchemaB.xsd <xsd:include schemalocation= SchemaC.xsd /> SchemaC.xsd <xsd:include schemalocation= SchemaA.xsd /> 10 SchemaA.xsd <xsd:include schemalocation= SchemaB.xsd /> SchemaB.xsd <xsd:include schemalocation= SchemaA.xsd /> 11 [SSM 2] 23

27 [SSM 3] A B X AB A X <xsd:include schemalocation= A /> <xsd:include schemalocation= B /> A <xsd:element name= B > <xsd:element ref= A /> </xsd:element> B <xsd:element name= A > </xsd:element> 12 A B [SSM 4] XML Schema 24

28 [SSM 5] namespace 4.4 [NMS 1] URI URI (Uniform Resource Identifiers) [NMS 2] [NMS 3] 25

29 4.5 [GXS 14] XML xsd:annotation [GXS 15] 4.6 XML XML [DOC 1] xsd:annotation xsd:documentation 26

30 [DOC 2] xsd:annotation XML xsd:annotation [DOC 3] xsd:appinfo xsd:appinfo xsd:annotation 4.7 XML 27

31 [GXS 16] Dublin Core Metadata Element Set [IND 1] [IND 2] XML 28

32 [IND 3] xsi:schemalocation XML xsi:schemalocation xsi:schemalocation 29

33 [GNR 1] [GNR 2] [GNR 3] [GNR 4] ID Num xsd:annotation [GNR 5] 30

34 5.2 [ETN 1] UpperCamelCase UpperCamelCase XML <ProfitAndLossAccount> <profitandlossaccount> 5.3 [TDN 1] " Type" " Type" [TDN 2] 31

35 5.4 [ATN 1] XML XML 32

36 XML Schema XML Schema xsd:anytype xsd:restriciton xsd:extension [STD 1] xs:union 1 xs:union [STD 2] xsd:pattern XML Schema XML Schema ^/ XML Schema [STD 3] xsd:enumeration enumeration 33

37 6.1.2 [CTD 1] xsd:anytype XML Schema anytype anytype [CTD 2] <xsd:complextype/> W3C XML Schema 1.0 [CTD 3] [CTD 4] xsd:any [CTD 5] minoccurs="0" maxoccurs="0" XML Schema maxoccurs minoccurs minoccurs="0" maxoccurs="0" 34

38 [CTD 6] xsd:all xsd:all [ELD 1] substitutiongroup [ELD 2] abstract 35

39 abstract substitution XML [RED 1] XML 6.3 [ATD 1] [ATD 2] xsd:anyattribute 36

40 XML Schema [GXS 17] xsd:redefine 37

41 1 [ATD] ATD1 ATD2 xsd:anyattribute [ATN] ATN1 [CTD] CTD1 xsd:anytype CTD2 <xsd:complextype/> CTD3 CTD4 xsd:any CTD5 minoccurs="0" maxoccurs="0" CTD6 xsd:all [DOC] DOC1 xsd:annotation xsd:documentation DOC2 xsd:annotation DOC3 xsd:appinfo [ELD] ELD1 substitutiongroup ELD2 abstract [ETN] UpperCamelCase ETN1 38

42 [GNR] GNR1 GNR2 GNR3 GNR4 GNR5 [GXS] XML GXS1 XML GXS2 XML UTF-8 GXS3 W3C XML Schema "xsd" "xs" GXS4 GXS5 GXS6 GXS7 elementformdefault="qualified" GXS8 attributeformdefault="unqualified" GXS9 DOCTYPE XML DTD GXS10 xml:lang GXS11 GXS12 GXS13 GXS14 GXS15 GXS16 39

43 GXS17 xsd:redefine [IND] IND1 IND2 XML IND3 xsi:schemalocation [NMS] NMS1 URI NMS2 NMS3 [RED] RED1 [SSM] SSM1 SSM2 SSM3 SSM4 SSM5 namespace 40

44 [STD] STD1 xs:union STD2 xsd:pattern XML Schema STD3 xsd:enumeration [TDN] TDN1 " Type" TDN2 41

45 2 XML Schema OASIS Universal Business Language (UBL) Naming and Design Rules UN/CEFACT XML Naming and Design Rules Federal XML Naming and Design Rules e-government Schema Guidelines for XML 42

46 3 News Markup Language (NewsML) XML URLhttp:// DocBook URLhttp:// OASIS DocBook Technical Committee DocBook4.2 DTD OASIS DTD XML Schema XML Schema 5.0 MARC XML URLhttp:// 43

47 Microsoft Office 2003 XML Reference Schemas 4 DataDiagramML Visio InfoPath FDS InfoPath SpareadSheetML Excel WordprocessingML Word Office XML URLhttp:// Geography Markup Language (GML) URLhttp://portal.opengis.org/files/?artifact_id=4700 Synchronized Multimedia Integration Language (SMIL) XML URLhttp:// Mathematical Markup Language (MathML) XML URLhttp:// 44

48 Systems Biology Markup Language (SBML) Level2, Version XML URLhttp://heanet.dl.sourceforge.net/sourceforge/sbml/sbml-level-2-v1-sche ma.zip Chemical Markup Language CML URLhttp:// Extensible 3D (X3D) D VRML XML URLhttp:// LandXML URLhttp://landxml.org/schema/landxml-1.0/LandXML-1.0.xsd 45

49 extensible Business Reporting Language XBRL XML URL extensible Business Reporting Language XBRL XML URL Financial Products Markup Language (FpML) URLhttp:// 46

50 Electric Business XML Collaboration Protocol Profile and Agreement (ebxml CPPA) XML URLhttp:// Universal Business Language (UBL) URLhttp:// Human Resource XML (HR-XML) URLhttp:// Open Travel Alliance (OTA) 2004B URLhttp:// 47

51 TravelXML URLhttp:// Rec.pdf ACORD Life & Annuity ( ) Property & Casualty (1.7) Reinsurance (2004-2) URLhttp:// Job Definition Format (JDF) URLhttp:// 48

52 Copyright 2006, Oracle. All rights reserved. Oracle JD Edwards PeopleSoft Siebel 49

Testing XML Performance

Testing XML Performance - DataPower Technology, Inc. XML Web 2003 5 DATAPOWER XML WEB - Copyright 2003DataPower Technology, Inc. All Rights Reserved. DataPower Technology, Inc. DataPower DataPower ( ) DataPower 2003 5 2/17 DATAPOWER

More information

Microsoft Word - KS-PS-P04-v2_0.doc

Microsoft Word - KS-PS-P04-v2_0.doc 国土数値情報 ( 医療機関 ) 製品仕様書 第 2.0 版 平成 24 年 3 月 国土交通省国土政策局 改定履歴 版 更新日 改定内容 第 1.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 第 2.0 版 2012 年 3 月 地理情報標準プロファイル (JPGIS) のバージョンアップに伴う改訂 ( 符号化仕様は GML 準拠 ) 目次 1 概覧...1

More information

改訂履歴 版 更新日 改訂内容 第 1.0 版 2014 年 3 月 初版 第 1.1 版 2015 年 3 月 指定年月日 のデータ型を修正 上記修正に伴う符号化仕様の修正

改訂履歴 版 更新日 改訂内容 第 1.0 版 2014 年 3 月 初版 第 1.1 版 2015 年 3 月 指定年月日 のデータ型を修正 上記修正に伴う符号化仕様の修正 国土数値情報 ( 景観重要建造物 樹木 ) 製品仕様書 第 1.1 版 平成 27 年 3 月 国土交通省国土政策局 改訂履歴 版 更新日 改訂内容 第 1.0 版 2014 年 3 月 初版 第 1.1 版 2015 年 3 月 指定年月日 のデータ型を修正 上記修正に伴う符号化仕様の修正 目次 1 概覧... 1 1.1 空間データ製品仕様書の作成情報... 1 1.2 目的... 1 1.3

More information

XMLを基盤とするビジネスプロトコルの動向

XMLを基盤とするビジネスプロトコルの動向 XML Trends of XML-Based Business Protocols ebxml Web XML ebxml UN/CEFACT EDIFACTOASIS XML Web W3C World Wide Web Consortium Abstract XML-based technologies such as the Electronic Business XML Initiative

More information

CAC

CAC VOL.24NO.1 61 IMS Transaction 3270 DataBase Transaction OS/370 IMS Traditional Transaction Web Browser Transaction Internet WWW AP IIS APache WebLogic Websphere DataBase Oracle DB2 SQL Server Web Browser

More information

国土数値情報(医療機関)

国土数値情報(医療機関) 国土数値情報 ( 医療機関 ) 製品仕様書 第 2.1 版 第 1.0 版平成 22(2010) 年 3 月 第 2.0 版平成 24(2012) 年 3 月 第 2.1 版平成 27(2015) 年 3 月 平成 27 年 3 月 国土交通省国土政策局 改定履歴 版 更新日 主な改定内容 第 1.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 第 2.0

More information

XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0

XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0 XML 2-1 XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0 http://www.w3.org/tr/rec-xml http://www.fxis.co.jp/xmlcafe/tmp/rec-xml.html

More information

改定履歴 版 更新日 改定内容 第 1.0 版 2010 年 3 月 初版 第 1.1 版 2011 年 3 月 旧フォーマット ( 統一フォーマット ) から GML 形式への変換作業に伴い, 全体の見直しを実施

改定履歴 版 更新日 改定内容 第 1.0 版 2010 年 3 月 初版 第 1.1 版 2011 年 3 月 旧フォーマット ( 統一フォーマット ) から GML 形式への変換作業に伴い, 全体の見直しを実施 国土数値情報 ( 道路 ) 製品仕様書 第 1.1 版 平成 23 年 3 月 国土交通省国土計画局 改定履歴 版 更新日 改定内容 第 1.0 版 2010 年 3 月 初版 第 1.1 版 2011 年 3 月 旧フォーマット ( 統一フォーマット ) から GML 形式への変換作業に伴い, 全体の見直しを実施 目次 1 概覧...1 1.1 空間データ製品仕様書の作成情報...1 1.2 目的...1

More information

国土数値情報 ( 研究機関 ) 製品仕様書 第 1.0 版 平成 24 年 3 月 国土交通省国土政策局 目次 1. 概覧...1 1.1. 空間データ製品仕様書の作成情報...1 1.2. 目的...1 1.3. 適用範囲...1 1.4. 引用規格...1 1.5. 用語と定義...2 1.6. 略語...2 1.7. 参考資料...2 2. 適用範囲...2 2.1. 適用範囲識別...2

More information

改定履歴 版 更新日 改定内容 第 2.1 版 2008 年 3 月 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 第 3.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS) のバージョンアップに伴う改訂 第 3.1 版 2011 年 3 月 GML 形式への変換

改定履歴 版 更新日 改定内容 第 2.1 版 2008 年 3 月 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 第 3.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS) のバージョンアップに伴う改訂 第 3.1 版 2011 年 3 月 GML 形式への変換 国土数値情報 ( 小笠原諸島 ) 製品仕様書 第 3.1 版 平成 23 年 3 月 国土交通省国土計画局 改定履歴 版 更新日 改定内容 第 2.1 版 2008 年 3 月 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 第 3.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS) のバージョンアップに伴う改訂 第 3.1 版 2011 年 3 月 GML 形式への変換作業に伴い,

More information

<4D F736F F D208D C8FEE95F181698D8291AC93B998488E9E8C6E97F1816A90BB95698E64976C8F915F76315F312E646F63>

<4D F736F F D208D C8FEE95F181698D8291AC93B998488E9E8C6E97F1816A90BB95698E64976C8F915F76315F312E646F63> 国土数値情報 ( 高速道路時系列 ) 製品仕様書 第 1.1 版 第 1.0 版第 1.1 版 平成 24(2012) 年 3 月平成 26(2014) 年 3 月 平成 26 年 3 月 国土交通省国土政策局 改定履歴 版 更新日 改定内容 第 1.0 版 2012 年 3 月 地理情報標準プロファイル (JPGIS)ver.2.1 準拠 第 1.1 版 2014 年 3 月 平成 25 年度更新作業で記述内容の見直しを行い改訂

More information

版更新日改定内容 第 1.0 版 2013 年 3 月初版 第 1.1 版 2016 年 1 月座標系を JGD2011/(B,L) に変更 - 2 -

版更新日改定内容 第 1.0 版 2013 年 3 月初版 第 1.1 版 2016 年 1 月座標系を JGD2011/(B,L) に変更 - 2 - 国土数値情報 ( 緊急輸送道路 ) 製品仕様書 第 1.1 版 平成 28 年 1 月 国土交通省国土政策局 - 1 - 版更新日改定内容 第 1.0 版 2013 年 3 月初版 第 1.1 版 2016 年 1 月座標系を JGD2011/(B,L) に変更 - 2 - 目次 1. 概覧... 4 1.1. 空間データ製品仕様書の作成情報... 4 1.2. 目的... 4 1.3. 適用範囲...

More information

改定履歴 版 更新日 改定内容 第 1.0 版 2013 年 3 月 初版 第 1.1 版 2015 年 1 月 平成 25 年度作成データの公開にあわせて第 1.0 版の誤り ( 符号化仕様 ) を修正 第 1.2 版 2015 年 1 月 平成 26 年土砂災害防止法の改正に対応して 区域区分

改定履歴 版 更新日 改定内容 第 1.0 版 2013 年 3 月 初版 第 1.1 版 2015 年 1 月 平成 25 年度作成データの公開にあわせて第 1.0 版の誤り ( 符号化仕様 ) を修正 第 1.2 版 2015 年 1 月 平成 26 年土砂災害防止法の改正に対応して 区域区分 国土数値情報 ( 土砂災害警戒区域 ) 製品仕様書 第 1.3 版 平成 28 年 3 月 国土交通省国土政策局 改定履歴 版 更新日 改定内容 第 1.0 版 2013 年 3 月 初版 第 1.1 版 2015 年 1 月 平成 25 年度作成データの公開にあわせて第 1.0 版の誤り ( 符号化仕様 ) を修正 第 1.2 版 2015 年 1 月 平成 26 年土砂災害防止法の改正に対応して

More information

スライド タイトルなし

スライド タイトルなし OASIS -OASIS Web OASIS OASIS - OASIS OASIS Web Web OASIS Web N OASIS OASIS Web Web N 20 WWW HTTP HTML PC Web-EDI EDI Web Web Web - Delphi Group President & CEO Thomas Coulopoulos Topic Maps Web

More information

国土数値情報(特殊土壌地帯)

国土数値情報(特殊土壌地帯) 国土数値情報 ( 特殊土壌地帯 ) 製品仕様書 第 3.0 版 平成 29 年 3 月 国土交通省国土政策局 改訂履歴 版 更新日 改訂内容 第 2.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS) のバージョンアップに伴う改訂 第 2.1 版 2011 年 3 月 GML 形式への変換作業に伴い, 全体の見直しを実施 第 3.0 版 2017 年 3 月 平成 28 年度データ作成に伴う改訂

More information

スライド タイトルなし

スライド タイトルなし XML XML - XML - 2001 Otsuka Corporation, All rights Reserved. XML XML XML XML XML XML XML XML 1998 2 W3C XML = extensible Markup Language SGML ISO8879:1986 1 HTML W3C 1997 Web XML W3C 1998/2 XML XHTML

More information

国土数値情報 ( 廃棄物処理施設 ) 製品仕様書 第 1.0 版 平成 24 年 3 月 国土交通省国土政策局 目次 1. 概覧...1 1.1. 空間データ製品仕様書の作成情報...1 1.2. 目的...1 1.3. 適用範囲...1 1.4. 引用規格...1 1.5. 用語と定義...2 1.6. 略語...2 1.7. 参考資料...2 2. 適用範囲...2 2.1. 適用範囲識別...2

More information

改定履歴 版 更新日 改定内容 第 1.1 版 2008 年 3 月 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 第 2.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS) のバージョンアップに伴う改訂 第 2.1 版 2011 年 3 月 GML 形式への変換

改定履歴 版 更新日 改定内容 第 1.1 版 2008 年 3 月 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 第 2.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS) のバージョンアップに伴う改訂 第 2.1 版 2011 年 3 月 GML 形式への変換 国土数値情報 ( 特殊土壌地帯 ) 製品仕様書 第 2.1 版 平成 23 年 3 月 国土交通省国土計画局 改定履歴 版 更新日 改定内容 第 1.1 版 2008 年 3 月 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 第 2.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS) のバージョンアップに伴う改訂 第 2.1 版 2011 年 3 月 GML 形式への変換作業に伴い,

More information

WS-I Basic Profile 1.0 の概説

WS-I Basic Profile 1.0 の概説 WS-I Basic Profile 1.0 Copyright 2003 Hitachi, Ltd.; NEC Corporation; and Fujitsu Limited. All Rights Reserved. 1 1. Basic Profile 2. Basic Profile 1.0 3. (Conformance) 4. MESSAGE 5. DESCRIPTION 6. REGDATA

More information

XML Consortium XML XML Consortium Canon, Inc. Yoshikazu Yokomizo XML Consortium HTML CSS1 CSS2 XSL 1.0 XSLT V1.0 XPath 1.0 XML Base XML Sche

XML Consortium XML XML Consortium Canon, Inc. Yoshikazu Yokomizo XML Consortium HTML CSS1 CSS2 XSL 1.0 XSLT V1.0 XPath 1.0 XML Base XML Sche XML 2006.5.24 HTML CSS1 CSS2 XSL 1.0 XSLT V1.0 XPath 1.0 XML Base XML Schema Part 0 W3C XML Schema Part 1 HTML 4.0 XHTML 1.0 Namespaces XPointer 1.0 XLink 1.0 XML 1.0 XML Schema Part 2 XML I/F DOM Level1

More information

XBRL (extensible Business Reporting Language) 25 EDINET 20 4 EDINET 25 EDINET Contents Contents... 2... 3... 3... 4... 6... 7... 9... 10... 10...11... 13... 15... 18... 18... 22... 22... 22... 23... 23...

More information

XMLテクノロジを使いやすくする

XMLテクノロジを使いやすくする XML 2005 9 XML... 3... 3 XML... 5 DOM XML... 5 DOM 3.0 Load and Save... 5 DOM 3.0 Validation... 8 SAX XML... 11 SAX... 11 XSL... 12... 13... 13... 14... 14 XML... 15 XML... 15 JAXB CLASS GENERATOR... 16

More information

WS-I Basic Profile 1.0 の概説

WS-I Basic Profile 1.0 の概説 WS-I Basic Profile 1.0 Copyright(C) Hitachi, Ltd. & NEC Corporation & FUJITSU LIMITED (2003), All Rights Reserved. 1 1. Basic Profile 2. Basic Profile 1.0 3. (Conformance) 4. MESSAGE 5. DESCRIPTION 6.

More information

SysML SysML Requirement Diagram Block Definition Diagram Internal Block Diagram Parametric Diagram Activity Diagram Package Diagram Use Case Diagram S

SysML SysML Requirement Diagram Block Definition Diagram Internal Block Diagram Parametric Diagram Activity Diagram Package Diagram Use Case Diagram S SysML SysML SysML Requirement Diagram Block Definition Diagram Internal Block Diagram Parametric Diagram Activity Diagram Package Diagram Use Case Diagram Sequence Diagram State Machine Diagram SysML SysML

More information

ハピタス のコピー.pages

ハピタス のコピー.pages Copyright (C) All Rights Reserved. 10 12,500 () ( ) ()() 1 : 2 : 3 : 2 4 : 5 : Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All

More information

Copyright 2008 All Rights Reserved 2

Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 1 Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 3 Copyright 2008 All Rights Reserved 4 Copyright 2008 All Rights Reserved 5 Copyright 2008 All

More information

IT Web NEC Corporation

IT Web NEC Corporation IT Web 2002 5 27 1 1. Web 2. Web 3. Web 4. Web 5. 6. Web 7. Web 8. 2 . Web 3 4 Web Web HTML Web XML Web Web LAN) EAI WebEAI) ) SCM ( ) (SOAP, UDDI) ) (Web ) Web/HTML Web/HTML Web/XML Web/XML Web Web 1.1

More information

untitled

untitled DCMI nagamori@slis.tsukuba.ac.jp DCMI Metadata Schema Registry DCMI Dublin Core Metadata Initiative authoritative source 2004/10/29 2 1 Metadata is the information and documentation which makes data understandable

More information

オントロジ入門

オントロジ入門 Web Web 2004-01-23 XML XML Web WG Web ( ) Web (RDF RDF ) (OWL) ( ) WG ( ) 2004-01-23 2 Web Web Web XML ( ) 2004-01-23 3 Web Web 2 Web HTML(XHTML) ( ) Web ( ) 2 Web 2004-01-23 4 2 Web Web (XHTML) (RDF)

More information

事例に見るSCORMの・・・

事例に見るSCORMの・・・ SCORM 1.2 2005 8 2004, 2005 i 2004 6 1.0 2004 6 1.02 3.1.1 2005 1 1.1 2.1.4, 2.4.9, 2.5.2, 2.5.3, 3.1.3, 3.4.6, 3.5.2, 3.5.3. 2005 8 1.2 2.1.1 BOM 2.2.2, 2.4.10, 3.1.1 BOM 3.2.2, 3.4.7. ii 1. 1 2. 2 2.1

More information

untitled

untitled RFID 15 9 RFID Radio Frequency IDentificationIC ID RFID IC IC RFID 240 Byte PDA Personal Digital Assistants PDA PocketPC 2002 CFTYPE II CF 125 khz 9600 bps 1 ID ID ID GIS 3 CAD ID PDA a PDA PDA b c PDA

More information

untitled

untitled 1...1 2...2 3...3 3-1...4 3-2...8 3-3...10 3-4...13 3-5...16 3-6...23 4...25 4-1...26 4-2...29 4-3...32 4-4...34 4-5...43 4-6...50 1 ex. ex. 1 2 ISO/TC211 ISO19100 JMP2.0 INSPIRE FEMA 2 3 3-1 3-2 3-3 3-4

More information

スライド 1

スライド 1 XML with SQLServer ~let's take fun when you can do it~ Presented by 夏椰 ( 今川美保 ) Agenda( その 1) XML XML XSLT XPath XML Schema XQuery Agenda( その 2) SQLServer における XML XML 型 XML Schema XQuery & XPath チェック制約

More information

NEEDS Yahoo! Finance Yahoo! NEEDS MT EDINET XBRL Magnetic Tape NEEDS MT Mac OS X Server, Linux, Windows Operating System: OS MySQL Web Apache MySQL PHP Web ODBC MT Web ODBC LAMP ODBC NEEDS MT PHP: Hypertext

More information

<Insert Picture Here>

<Insert Picture Here> Copyright Corporation Japan, 2006. All rights reserved. 3 Business Intelligence Enterprise Semantic Model vs. BI BI BAM Insight Driven Actions Copyright Corporation Japan, 2006. All

More information

<4D F736F F D204E30335F8D C8FEE95F181698D7390AD8BE688E6816A90BB95698E64976C8F915F91E6322E3394C52E646F6378>

<4D F736F F D204E30335F8D C8FEE95F181698D7390AD8BE688E6816A90BB95698E64976C8F915F91E6322E3394C52E646F6378> 国土数値情報 ( 行政区域 ) 製品仕様書 第 2.3 版 平成 28 年 3 月 国土交通省国土政策局 改訂履歴 版 更新日 改訂内容 第 1.0 版 2007 年 5 月 初版 ( 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 ) 第 2.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS) のバージョンアップに伴う改訂 ( 符号化仕様は GML 準拠 ) 第

More information

橡dbweb2002-sato.PDF

橡dbweb2002-sato.PDF Web Web 1 Web XML DB Web EAI 2 RDF RDF Schema DAML+OIL OWL (Web Ontology Language) 3 Resource Description Framework (RDF) W3C XML http://www.net.intap.or.jp/intap/s-web/

More information

JP1/Automatic Job Management System 2 for 活文PDFstaff Option

JP1/Automatic Job Management System 2 for 活文PDFstaff Option JP1 Version 8 JP1/Automatic Job Management System 2 for PDFstaff Option 3020-3-K44 OS JP1/Automatic Job Management System 2 for PDFstaff Option OSWindows 2000Windows XP ProfessionalWindows Server 2003

More information

初心者にもできるアメブロカスタマイズ新2016.pages

初心者にもできるアメブロカスタマイズ新2016.pages Copyright All Rights Reserved. 41 Copyright All Rights Reserved. 60 68 70 6 78 80 Copyright All Rights Reserved. FC2 97 Copyright All Rights Reserved. Copyright All Rights Reserved. Copyright All Rights

More information

untitled

untitled 25 10 12 11 24 (1) 14 (2) 26 10 44 (3) (4) (5) 27 10 68 (6) (7) (8) 25 10 ( ) (1) (2) (3) ) city.yokohama.lg.jp city.yokohama.jp WEB WEB WEB WEB WEB WEB 1 25 10 WEB WEB (1) (2) (3) (4) 25 10 (1) WEB (2)

More information

- 2 Copyright (C) 2006. All Rights Reserved.

- 2 Copyright (C) 2006. All Rights Reserved. - 2 Copyright (C) 2006. All Rights Reserved. 2-3 Copyright (C) 2006. All Rights Reserved. 70-4 Copyright (C) 2006. All Rights Reserved. ...1...3...7...8 1...9...14...16 2...18...20...21 3...22...23...23...24

More information

Microsoft Word - KS-PS-L01-v2_1.doc

Microsoft Word - KS-PS-L01-v2_1.doc 国土数値情報 ( 地価公示 ) 製品仕様書 第 2.1 版 平成 24 年 3 月 国土交通省国土政策局 改定履歴 版 更新日 改定内容 第 1.0 版 2006 年 3 月 初版 ( 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 ) 第 1.1 版 2007 年 3 月 4 データ内容および構造 について クラス 地価公示 の属性 住居表示 の定義を 標準地の住居表示又は地番 に変更した

More information

橡sit nakai-ppt

橡sit nakai-ppt GML(Geography Markup Language) nakai@mv.thd.pb.nttdata.co.jp NTT 1 1997 1997 1998 1999 1999 OGC XML Web Mapping SIG GIS Web Galdos Inc. ( ) 1998 2 XML 1.0 XML 1998 12 NTT MDML by NTT Data OGC Simple Features

More information

国土数値情報(局所的大雨)

国土数値情報(局所的大雨) 国土数値情報 ( 密集市街地 ) 製品仕様書 第 1.1 版 第 1.0 版平成 27(2015) 年 3 月 第 1.1 版平成 28(2016) 年 3 月 平成 28 年 3 月 国土交通省国土政策局 改定履歴 版 更新日 改定内容 第 1.0 版 2015 年 3 月 初版 第 1.1 版 2016 年 3 月 平成 27 年度データ整備時に記述内容の見直しを行った 目次 1. 概覧...

More information

untitled

untitled OASIS WSDM hideharu.kato.mq@hitachi.com 2006.11.2 1. WSDM 2. WSDM 1.1 3. Apache Muse 4. WS-Management 5. WSDM WS-Management 2 1-1 WSDM IT IT Web WSDL, SOAP Web IT Web 3 1-2 WSDM Web Services Distributed

More information

Copyright All Rights Reserved. -2 -!

Copyright All Rights Reserved. -2 -! http://ameblo.jp/admarketing/ Copyright All Rights Reserved. -2 -! Copyright All Rights Reserved. -3- Copyright All Rights Reserved. -4- Copyright All Rights Reserved. -5 - Copyright All Rights Reserved.

More information

ucR/XML: XML によるucR graph のシリアライズ

ucR/XML: XML によるucR graph のシリアライズ [White Paper] Ubiquitous ID Center Specification DRAFT 2013-01-16 ucr/xml: XML による ucr graph のシリアライズ ucr/xml: Serialization of ucr graph over XML Number: Title: ucr/xml: XML による ucr graph のシリアライズ ucr/xml:

More information

IPA:セキュアなインターネットサーバー構築に関する調査

IPA:セキュアなインターネットサーバー構築に関する調査 Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved.

More information

ebXMLメッセージ構造\(V 1.0\)

ebXMLメッセージ構造\(V 1.0\) B2B ebxml TRP 2001 11 5 NEC m-iha@ak.jp.nec.com B2B EDI JCA 51,000 EDI EDI EDI XML-EDI 65.6% 48.8% ECOM EDI 2001 1 XML / Internet (HTTPS) / MarchanDising 2 1. ( ) 2. 3. 3 4 XM B2B DB Web B2B HTTP SSL XML

More information

Microsoft Word - 最終版 バックせどりismマニュアル .docx

Microsoft Word - 最終版 バックせどりismマニュアル .docx ism ISM ISM ISM ISM ISM ISM Copyright (c) 2010 All Rights Reserved. Copyright (c) 2010 All Rights Reserved. Copyright (c) 2010 All Rights Reserved. ISM Copyright (c) 2010 All Rights Reserved. Copyright

More information

Microsoft Word - XML.doc

Microsoft Word - XML.doc XML(extensible markup language) ( インターネット時代の ) 拡張可能なタグによる汎用的データ記述言語データを, アプリケーションに依存しない形式で, 内容や意味を表すタグをつけて, テキスト形式で保存する ソフトウェアが意味を理解し情報処理することを目指す semantic Web( コンテンツの意味がコンピュータに理解可能な web, 情報 web から知識 web

More information

Oracle Web Conferencing Oracle Collaboration Suite 2 (9.0.4) Creation Date: May 14, 2003 Last Update: Jan 21, 2005 Version: 1.21

Oracle Web Conferencing Oracle Collaboration Suite 2 (9.0.4) Creation Date: May 14, 2003 Last Update: Jan 21, 2005 Version: 1.21 Oracle Web Conferencing Oracle Collaboration Suite 2 (9.0.4) Creation Date: May 14, 2003 Last Update: Jan 21, 2005 Version: 1.21 ... 2... 3...3...4...5 Oracle9i Platform...10 Oracle Collaboration Suite...12...15...23

More information

Copyright 2006 KDDI Corporation. All Rights Reserved page1

Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page2 Copyright 2006 KDDI Corporation. All Rights Reserved page3 Copyright 2006 KDDI Corporation.

More information

() < > </ > / HTML SGML HTML 1.1 DTD DTD ( DTD (prolog) )SGML 1. DTD ( ) 2. DTD <!-- DTD-- > <!ELEMENT MAIL - - ((TO,FROM)?,DATE?,BODY) > <!ELEMENT TO

() < > </ > / HTML SGML HTML 1.1 DTD DTD ( DTD (prolog) )SGML 1. DTD ( ) 2. DTD <!-- DTD-- > <!ELEMENT MAIL - - ((TO,FROM)?,DATE?,BODY) > <!ELEMENT TO 2009 2D SGML,XML,HTML 2009 11 11 1 SGML SGML Standard Generalized Markup Language (ISO 8879) (JIS X 4151) < >< >SGML< > < >asakawa@ieee.orgSGML < >SGML SGML Standard Generalized Markup

More information

comtools.book

comtools.book BEAWebLogic Integration ô BPM Command Line Administration Tool ªªªªª ª ªªªª 7.0 SP2 ªª ª ª : 2003 2 m Copyright 2003, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª

More information

はじめての帳票作成

はじめての帳票作成 ucosminexus EUR 3020-7-532 OS Windows Vista Windows XP P-26D2-5684 ucosminexus EUR Designer 08-00 P-26D2-5784 ucosminexus EUR Developer 08-00 ISO9001 TickIT Microsoft Microsoft Corp. Microsoft Excel Microsoft

More information

Microsoft Word - KS-PS-W05-v3_1.doc

Microsoft Word - KS-PS-W05-v3_1.doc 国土数値情報 ( 河川 ) 製品仕様書 第 3.1 版 平成 24 年 3 月 国土交通省国土政策局 改定履歴 版 更新日 改定内容 第 2.0 版 2007 年 3 月 地理情報標準プロファイル (JPGIS)ver.1.0 準拠 第 3.0 版 2010 年 3 月 地理情報標準プロファイル (JPGIS) のバージョンアップに伴う改訂 ( 符号化仕様は GML 準拠 ) 第 3.1 版 2011

More information

PowerPoint Presentation

PowerPoint Presentation XML 6 614 XBRL XBRL Japan 1 2 XBRL 3 4 5 6 7 XBRL XBRL XBRL EDINET Web XBRL Essentials, C. Hoffman, AICPA, 2001 All Rights Reserved, Copyright 2002, Hitachi Ltd. XBRL Essentials, C. Hoffman, AICPA, 2001

More information

Microsoft Word - JPGIS改訂内容一覧.doc

Microsoft Word - JPGIS改訂内容一覧.doc 19 3 Japan Profile for Geographic Information Standards JPGIS 1 2 4.1.2 3 4.1.5 4.1.5 4 5 Class1 attr1class1class2 Class1 attr1[0..1]: Integer Class2 4-5 UML 4 6 Class1attr1 Class2 Class1 [0..1]Class2

More information

diuser.book

diuser.book BEAWebLogic Integration WebLogic Integration ªªª ªªªª 7.0 ªª ª ª : 2002 6 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªª ª «BEA «vw ~ ª ªª v ª

More information

1. 2 DITA 2 2. 1 2. 1. 1 UModel UModel Altova [1] UModel UModel UML(Unified Modeling Language) Java C# VB.NET UML UModel UML 2. 1. 2 XML XML [7] chksp

1. 2 DITA 2 2. 1 2. 1. 1 UModel UModel Altova [1] UModel UModel UML(Unified Modeling Language) Java C# VB.NET UML UModel UML 2. 1. 2 XML XML [7] chksp 30 (2013 ) DITA DITA(Darwin Information Typing Architecture) In software development processes, several documents are created in period of each development phases. Most of these have different file type

More information

week_17_1.ppt

week_17_1.ppt Web (-BPEL) NEC Copyright XML -BPEL ActiveGlobe BizEngine Copyright XML Web ( ) ( ) ( ) (UTM TKY ) ( ) (Aggregate) -BPEL(Web Services Business Process Execution Language) Copyright XML Travel Planner Copyright

More information

WS-BPEL ActiveGlobe BizEngine Copyright XML 2

WS-BPEL ActiveGlobe BizEngine Copyright XML 2 (WS-BPEL) Copyright XML Web Web NEC WS-BPEL ActiveGlobe BizEngine Copyright XML 2 Web ( WS ) WS( ) WS( ) WS(UTM TKY ) WS( ) WS WS WS (Aggregate) WS WS-BPEL(Web Services Business Process Execution Language)

More information

wpEnterpriseSvr.doc

wpEnterpriseSvr.doc COBOLJava.NETWeb IT COBOL Micro Focus Enterprise Server Enterprise Server COBOL Enterprise Server COBOL Enterprise Server COBOL COBOL COBOL Java.NET IT Micro Focus COBOLJ2EE.NET Web COBOL Enterprise Server

More information

book

book Bibliotheca21 Personal 3020-7-245-30 P-26D3-A114 Bibliotheca21 Personal 01-30 OS Windows 2000 Windows Server(R) 2003 Windows XP Windows Server(R) 2008 Windows Vista(R) Windows 7 Adobe Adobe Systems Incorporated

More information

WebサービスとCORBA

WebサービスとCORBA AP Web Web WG EAI AP EAI Web AP Web -- WSFL -- BTP EAI AP (1) webmethods Enterprise Hub&Spoke (publish/subscribe ) ( ) webmethods Enterprise Server webmethods Enterprise Adopters AP EAI AP (2) IBM MQSeries

More information

untitled

untitled 1 1 19126 2 1.CALS/EC Continuous Acquisition and Life-Cycle Support /Electronic Commerce 3 4 2. CD-R 5 6 URL: http://www.nilim-ed.jp/index_denshi.htm 7 8 9 INDEX_C.XML ( INDE_C03.DTD (DTDHP MEET() DRAWINGS()

More information

untitled

untitled mitsuya Copyright (C) 2007. All Rights Reserved. 1/1 mitsuya Copyright (C) 2007. All Rights Reserved. 2/2 mitsuya Copyright (C) 2007. All Rights Reserved. 3/3 mitsuya Copyright (C) 2007. All Rights Reserved.

More information

- 2 Copyright (C) 2009. All Rights Reserved.

- 2 Copyright (C) 2009. All Rights Reserved. - 2 Copyright (C) 2009. All Rights Reserved. - 3 Copyright (C) 2009. All Rights Reserved. - 4 Copyright (C) 2009. All Rights Reserved. - 5 Copyright (C) 2009. All Rights Reserved. - 6 Copyright (C) 2009.

More information

b2bintro.book

b2bintro.book BEAWebLogic Integration B2B Integration ªªªª 7.0 ªª ª ª : 2002 6 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªªª «BEA «vw ~ ª ªª v ª ª ª ª ªª

More information

橡セキュリティポリシー雛形策定に関する調査報告書

橡セキュリティポリシー雛形策定に関する調査報告書 13 2 KM 12 7 10 ISO/IEC TR 13335 Techniques for the Management of IT Security ISO/IEC 15408 Evaluation Criteria for IT Security BS7799 A Code of Practice for Information Security Management RFC2196 Site

More information

how-to-decide-a-title

how-to-decide-a-title Contents 3 4 5 6 8 13 13 14 14 15 15 18 19 Copyright 2014 All Rights Reserved. 2 / 21 URL AdobeReader ( ) http://www.adobe.co.jp/products/acrobat/readstep2.html Copyright 2014 All Rights Reserved. 3 /

More information

() DTD

() DTD 20 5 () 1...1 2...2 3...5 3-1...5 3-2...11 4...13 5...15 5-1...15 5-2...15 6...16 7...18 7-1...18 7-2...19 7-3...20 8...21 8-1...21 8-2...22 8-3...23 1 DTD... 1-1 2 XML... 2-1 3... 3-1 4 XML... 4-1 ()

More information

URL AdobeReader http://www.adobe.co.jp/products/acrobat/readstep2.html - 2 Copyright (C) 2008. All Rights Reserved.

URL AdobeReader http://www.adobe.co.jp/products/acrobat/readstep2.html - 2 Copyright (C) 2008. All Rights Reserved. URL AdobeReader http://www.adobe.co.jp/products/acrobat/readstep2.html - 2 Copyright (C) 2008. All Rights Reserved. - 3 Copyright (C) 2008. All Rights Reserved. ASP() ASP PayPal - 4 Copyright (C) 2008.

More information

Copyright (C) XML Consortium All Rights Reserved 2

Copyright (C) XML Consortium All Rights Reserved 2 ContactXML Version 1.1a 2003 3 12 1 http://www.xmlconsortium.org/ Copyright (C) XML Consortium 2002-2003. All Rights Reserved 2 ContactXML Web URL ContactXML UTF-8 ContactXML ContactXML XML Version 1.0

More information

untitled

untitled IT IT IT IT 1 IT 2 Software as a Service (SaaS 3 ) IT SaaS 4 SaaS SaaS PC SaaS SaaS Web SaaS ID IT SaaS IT 1 2 3 Software as a Service ASP(Application Service Provider) SaaS 4 ASPIC SaaS SaaS SaaS SaaS

More information

ESA_UI_1110.PDF

ESA_UI_1110.PDF ESA SAP SAP SAP Web AS SAP SAP : ESA ESA : CAF ESA SAP SAP SAP : ESA ESA : CAF ESA SAP SAP SAP Office???? SAP Japan Co., Ltd. 2004, Title of Presentation / Speaker Name / 4 SAP SAP : ESA ESA : CAF ESA

More information

Plano-POS Ver1

Plano-POS Ver1 1 Quick Version2.0.0 Chapter1 Chapter1-1 Chapter2 Chapter2-1 Quick--------------------------------------------------------------P.7 -----------------------------------------------------------------------P.11

More information

XML基礎

XML基礎 基礎から学ぶ XML 特集 - 基本の基本! XML と文法 - インフォテリア株式会社 XML とは XML 1.0 W3Cの勧告 XML 1.1 XML 文書 HTMLとXML XML(Extensible Markup Language) 1.0 拡張可能なマークアップ言語 1998 年にW3Cから勧告された XML 1.0 ベンダーやプラットフォームから独立したインターネット標準 http://www.w3.org/tr/xml/

More information

Core Ethics Vol. Talboks-och punktskriftsbiblioteket TPB DAISY Bookshare BookshareDAISY DAISY DAISYDAISY (Digital Accessible Information System) NGO D

Core Ethics Vol. Talboks-och punktskriftsbiblioteket TPB DAISY Bookshare BookshareDAISY DAISY DAISYDAISY (Digital Accessible Information System) NGO D Core Ethics Vol. OCR OCR OCR UD UD DTP Core Ethics Vol. Talboks-och punktskriftsbiblioteket TPB DAISY Bookshare BookshareDAISY DAISY DAISYDAISY (Digital Accessible Information System) NGO DAISY DAISY HTMLXML

More information

Cosminexus Application Designer操作ガイド

Cosminexus Application Designer操作ガイド Cosminexus Application Designer 3020-3-M91 OS Windows Server 2003 Windows Server 2003 R2 Windows XP Windows Vista P-2443-7E74 ucosminexus Developer Standard 07-50 P-2443-7F74 ucosminexus Developer Professional

More information

健康保険組合のあゆみ_top

健康保険組合のあゆみ_top (1912) (1951) 2,00024,000 (1954) (1958) (1962) (1965) (1968) (1969) (1971) (1972) (1973) (1974) (1976) (1978) (1980) (1982) (1983) (1984) (1985) (1987) (1988) (1989) (1990) (1991) (1992) (1994) (1995)

More information

XMLとは、eXtensible Markup Languageの略で、拡張可能なマーク付け言語である

XMLとは、eXtensible Markup Languageの略で、拡張可能なマーク付け言語である XML ... 2... 2... 2... 3... 4... 4... 5... 6... 6... 6... 7... 8... 8... 9... 9... 12... 12... 14... 15... 15... 15... 15... 15... 16... 16... 17... 17... 18... 19... 20... 21... 22... 28... 29... 30 1

More information

Copyright XML 2005,2006 All rights reserved. XML Consortium Web Web Web Web Web Web Web

Copyright XML 2005,2006 All rights reserved. XML Consortium Web Web Web Web Web Web Web Web Web Web Web Web Web Demonstration Web Blog Sky Active Field Blog RSS Web (WS-BPEL) 2 Web Web Web 2004 2005 6 10 Web PFU matsuyama.nori@pfu.fujitsu.com Web SOA Web TravelXML ContactXML Contents 4 Web

More information

Solibri Model Checker 9.5 スタードガイド

Solibri Model Checker 9.5 スタードガイド SOLIBRI MODEL CHECKER V9.5 Copyright 2014 Solibri Oy All Rights Reserved 1 Copyright 2014 Solibri Oy All Rights Reserved 2 Copyright 2014 Solibri Oy All Rights Reserved 3 Copyright 2014 Solibri Oy All

More information

SAP Solution in Detail SAP Business One SAP Business One 1 SAP Business One 5 SAP Business One 5 1 5 5 5 6 6 SAP Business One 6 / 6 / 6 / 7 / 7 / 7 / 7 SAP Business One 8 8 9 9 CRM 9 CRM 10 10 SAP Business

More information

untitled

untitled 1... 1 2 URI... 3 2.1... 3 2.2... 4 2.3... 5 2.4 TDnet... 6 3... 7 3.1... 7 3.2 TDnet... 8 4... 9 4.1... 9 4.2... 16... 23 1 TDnet 2007-06-30 2008-02-01(TDnet ) 2010-03-31 2011-03-31 IFRS 2011-06-30 IFRS

More information

2.5 31 3 1.0 2006 3 JPGIS ver.1.0 1.1 2007 3 4 =3=6 =010 =010 =013 =013 2.0 2010 3 JPGIS GML 2.1 2012 3 GML GML 2.2 2014 3 S58 S59 S59 S60 2.3 2015 3 CharacterString 2.4 2018 3 14 2.5 2019 3 1... 1 1.1...

More information

ppt

ppt XML 2004-09-15 ( XML(Extended Markup Language XML XML HTML XML XML (? W3C(World Wide Web Consortium XML 2004-09-15 2 XML XML 1.0 (Extensible Markup Language W3C(World Wide Web Consortium http://www.w3/org/

More information

2004 3

2004 3 JAIST Reposi https://dspace.j Title 様々なデータを扱えるストリーミング技術を用いて機 器間の通信 制御を行う研究 Author(s) 明壁, 祐基 Citation Issue Date 2004-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/1806

More information

Microsoft Word - 00 第Ⅴ編中表紙.doc

Microsoft Word - 00 第Ⅴ編中表紙.doc 第 Ⅴ 編 実装編 前バージョンに対して追加 変更された箇所を下線で示しています インターネットXML Ⅴ 実装編 1. 実装編の読み方 1.1 物流 XML/EDI 標準 の導入方法 物流 XML/EDI システムの基本構成を図表 5-1 に示します 1 ビジネスプロセス定義書に基づく企業間ビジネスプロセスの手順などは アプリケーションで実現します 企業間ビジネ スプロセス手順のコントロールを

More information

untitled

untitled 0 0 TravelXML Ver. () 00/0/ TravelXML TravelXML Ver. 0 http://www.xmlconsortium.org/wg/travelxml/ http://www.jata-net.or.jp/xml/index.htm TravelXML ver. /0 TravelXML Ver. Ver 00/0/.0 00//0.0. 00/0/. XML

More information

日本オラクルのSOA戦略

日本オラクルのSOA戦略 SOA Oracle SOA Suite Enterprise SOA SOA Based Integration SOA 2 SOA Oracle SOA Suite Enterprise SOA SOA Based Integration SOA 3 SOA Oracle SOA JDeveloper MANAGEMENT & MONITORING BAM

More information

分散情報システム構成法

分散情報システム構成法 Web Information System Design No.6 Web 文書空間 萩野達也 (hagino@sfc.keio.ac.jp) 1 Web 文書の全体構成要素 Web 文書 XML データ文書 XML アプリケーション HTTP URI 参照操作 Unicode 2 HTML 以外の XML アプリケーション HTML の成功を XML に Extensible Stylesheet

More information

untitled

untitled Copyright(C) 2006 Tottori University Library All Rights Reserved 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Microsoft Office PowerPoint

More information

T - Telecommunication and Internet Protocol Harmonization Over Networks (TIPHON); Service and Network Management Framework; Part 1: Overview and Intro

T - Telecommunication and Internet Protocol Harmonization Over Networks (TIPHON); Service and Network Management Framework; Part 1: Overview and Intro T - Telecommunication and Internet Protocol Harmonization Over Networks (TIPHON); Service and Network Management Framework; Part 1: Overview and Introduction (DTR/TIPHON-01004-1 V0.1.5) 1.0 2001 8 30 THE

More information