買這商品的人也買了...
-
$680$537 -
$650$514 -
$680$537 -
$450$360 -
$690$587 -
$620$527 -
$280$218 -
$750$638 -
$760$600 -
$590$466 -
$680$537 -
$720$569 -
$560$442 -
$290$247 -
$880$792 -
$1,190$1,131 -
$640$544 -
$750$638 -
$560$476 -
$650$514 -
$450$356 -
$450$351 -
$590$460 -
$580$452 -
$260$205
商品描述
Special Edition Using XML Schema starts with an explanation of Schema basics: why they were created, the advantages they offer over DTDs, and an overview of the two major parts of the specification: Structure and Datatypes. Next, the author explains the differences between DTDs and Schemas, and demonstrates a simple DTD-to-Schema conversion. The bulk of the book explains the many parts of Schemas, dissecting the structure of a Schema and then introducing Datatypes. Each section includes practical examples, which the author creates and explains, building from the material discussed in the previous section. At the end of the book, the author demonstrates a large, real-world example Schema, showing how all the parts of Schemas interact and how readers would build XML data from the example Schema.
Table of Contents
Introduction.
I. XMLSCHEMA BASICS.
1. An Overview of XML Schema.
2. Schema Structure.
3. Converting a DTD into a Schema.
II. XMLSCHEMA BASICS.
4. The Components of XML Schema.
5. Element Declarations.
6. Attributes.
7. Model Groups.
8. Example Schema: A Contact Schema.
III. XMLSCHEMA DATATYPES.
9. Introducing Datatypes.
10. Primitive Datatypes.
11. Derived Datatypes.
12. Representing and Modeling Data.
13. Example Schema: Customer Invoice.
IV. DEVELOPING A PURCHASE ORDER SCHEMA.
14. Building Multipart Schema
15. An Example Schema: Human Resources.
16. Building and Using the Schema.
17. XML Schema Best Practices.
18. Schema Alternatives and Future Directions.
V. APPENDIXES.
Appendix A. Schema Resources.
Appendix B. Schema Alternatives: TREX.
Appendix C. Schema Alternatives: RELAX.
Appendix D. Schema Alternatives: Schematron.
Index.
商品描述(中文翻譯)
《特別版使用 XML Schema》首先解釋了 Schema 的基本概念:為什麼會創建它們、相較於 DTD 的優勢,以及規範的兩個主要部分的概述:結構和數據類型。接下來,作者解釋了 DTD 和 Schema 之間的差異,並演示了一個簡單的 DTD 到 Schema 的轉換。本書的主要內容解釋了 Schema 的許多部分,剖析了 Schema 的結構,然後介紹了數據類型。每個部分都包含實用的範例,作者根據前一部分討論的內容創建並解釋這些範例。在書的最後,作者展示了一個大型的實際範例 Schema,顯示了 Schema 的所有部分如何互動,以及讀者如何從範例 Schema 構建 XML 數據。
目錄
導言。
I. XMLSCHEMA 基礎。
1. XML Schema 概述。
XML 的政治。Schema 不一定是 XML Schema。Schema 與文檔類型定義的關係。XML Schema 的演變。Schema 的優勢。為什麼 Schema 建議有兩個部分。第一部分概述:結構。第二部分概述:數據類型。結論。在現實世界中的應用。
2. Schema 結構。
Schema 是 XML。元素。使用命名空間於 Schema 中。比較 DTD 和 XML Schema。結論。在現實世界中的應用。
3. 將 DTD 轉換為 Schema。
文檔類型定義的遺產。DTD 和 Schema 之間的差異。一個簡單的航空票行程 DTD。將 DTD 轉換為 Schema。完成的 Schema。轉換 DTD 的資源。結論。在現實世界中的應用。
II. XMLSCHEMA 基礎。
4. XML Schema 的組件。
介紹組件。使用 Schema 處理名稱。一般約束和驗證規則。類型定義。元素 Schema 組件。屬性 Schema 組件。符號。粒子、模型組和註釋。結論。在現實世界中的應用。
5. 元素聲明。
元素的重要性。使用 Schema 定義元素。屬性。使用屬性約束元素。內容模型。。。替代群組。結論。在現實世界中的應用。
6. 屬性。
屬性是基本的。屬性屬性。使用 Schema 定義屬性。attributeGroup。anyAttribute。內建屬性。結論。在現實世界中的應用。
7. 模型組。
模型組和 Schema 內容。什麼是模型組?粒子。定義模型組。通配符。符號。註釋。結論。在現實世界中的應用。
8. 範例 Schema:聯絡人 Schema。
構建 XML Schema。概述 Schema。構建 Schema。將所有部分整合在一起。結論。在現實世界中的應用。
III. XMLSCHEMA 數據類型。
9. 介紹數據類型。
什麼是數據類型?數據類型在 Schema 命名空間和數據類型中的功能。原始和衍生數據類型。內建和用戶衍生數據類型。特徵。原子、列表和聯合數據類型。結論。在現實世界中的應用。
10. 原始數據類型。
介紹原始數據類型。string。boolean。數字數據類型。日期和時間數據類型。二進制數據類型。anyURI。QName。NOTATION。結論。在現實世界中的應用。
11. 衍生數據類型。
內建衍生數據類型。normalizedString。token。language。向後相容性。Name。integer。long。int。short。byte。結論。在現實世界中的應用。
12. 表示和建模數據。
處理數據。衍生簡單類型。衍生複雜類型。匿名類型與命名類型。範圍。抽象類型。控制衍生類型。唯一性。正則表達式和 XML Schema。結論。在現實世界中的應用。
13. 範例 Schema:客戶發票。
概述 Schema 要求。定義數據類型。編寫 Schema。結論。在現實世界中的應用。
IV. 開發採購訂單 Schema。
14. 構建多部分 Schema
多部分 Schema 的優勢。將多個 Schema 組合成單一 Schema。類型庫。使用命名空間。範例:重新檢視發票 Schema。結論。在現實世界中的應用。
15. 範例 Schema:人力資源。
概述專案。情境。一個範例實例文檔。建立關係。總結組件。建立數據類型。規劃多個 Schema。結論。在現實世界中的應用。
16. 構建和使用 Schema。
開始。模組化方法。將所有部分整合在一起。使用 Schema。結論。在現實世界中的應用。
17. XML Schema 最佳實踐。
Schema 最佳實踐。多部分 Schema。元素和數據類型。範圍問題。命名空間。最佳實踐資源。結論。在現實世界中的應用。
18. Schema 替代方案和未來方向。
TREX。RELAX。Schematron。OASIS 和 Schema。RELAX NG。語義網。結論。在現實世界中的應用。
V. 附錄。
附錄 A. Schema 資源。
XML 和 XML Schema 資源。W3C 官方網站。XML 資源。XML Schema 資源。Schema 辯論和替代方案。
附錄 B. Schema 替代方案:TREX。
介紹 TREX。TREX 模式的結構。TREX 中的元素。TREX 中的屬性。TREX 中的數據類型。模組化和重用。TREX 中不包含的特徵。一個 TREX 範例。結論。
附錄 C. Schema 替代方案:RELAX。
介紹 RELAX。RELAX 核心。一個 RELAX 文檔。RELAX 中的元素。RELAX 中的屬性。進階角色。RELAX 中的數據類型。其他 RELAX 特徵。缺失的特徵。一個範例 RELAX 文檔。結論。
附錄 D. Schema 替代方案:Schematron。
介紹 Schematron。XSLT 和 XPath。Schematron 基礎。將 Schematron 與 XML Schema 整合。一個 Schematron 範例。結論。
索引。