最近几年来,地理信息系统无论是在理论上还是应用上都处在一个飞速发展的阶段。 GIS被应用于多个领域的建模和决策支持,如城市管理、区划、环境整治等等,地理信息成为信息时代重要的组成部分之一; “数字地球”概念的提出,更进一步推动了作为其技术支撑的GIS的发展。 与此同时,一些学者致力于相关的理论研究,如空间感知、空间数据误差、空间关系的形式化等等。 这恰好说明了地理信息系统作为应用技术和学科的两个方面,并且这两个方面构成了相互促进的发展过程。
XML Schema is a XML-based DTD replacement.
XML Schema describes the structure of XML documents.
The XML Schema language can also be referenced as XSD (XML Schema Definition). Before continuing, you need to have a basic understanding of the following knowledge: HTML / XHTML XML and XML namespaces A basic understanding of DTD If you want to learn about these projects first, please visit 首页 Access these tutorials. The role of XML Schema is to define legal building blocks for XML documents, similar to DTD. Define the elements that can appear in the document Define attributes that can appear in the document Define which element is a child element Define the order of child elements Define the number of child elements Defines whether the element is empty or can contain text Define data types for elements and attributes Define default values and fixed values for elements and attributes We think XML Schema will soon replace DTD in most web applications. XML Schema can be extended to meet future needs XML Schema is more perfect and more powerful XML Schema is written based on XML XML Schema supports data types XML Schema supports namespaces XML Schema became the W3C standard on May 2, 2001. You can find it in our W3C 教程 For more information about the XML Schema standard.The basic knowledge you should have ¶
What is XML Schema? ¶
XML Schema: ¶
XML Schema is the successor to DTD. ¶
The reasons are as follows: ¶
XML Schema is a W3C standard ¶