15. XML Schema tutorial

XML Schema describes the structure of XML documents.

In this tutorial, you will learn how to read and create the XML Schema language in your application, why XML Schema is more powerful than DTD, and how to use XML Schema in your application.

现在开始学习 XML Schema!

15.1. XML Schema instance

<?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="note"> <xs:complexType> <xs:sequence> <xs:element name="to" type="xs:string"/> <xs:element name="from" type="xs:string"/> <xs:element name="heading" type="xs:string"/> <xs:element name="body" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> 

15.2. XML Schema reference manual

In the rookie tutorial, we learn the complete XML Schema elements.

XML Schema reference manual

  • 15.2.49. XML Schema element

    XML Schema 参考手册 完整 XML Schema 参考手册 Definition and usage ¶ The schema element defines the root element of the schema...
    2025-10-25 13:35:21 UTC
  • 15.2.50. XML Schema selector element

    XML Schema 参考手册 完整 XML Schema 参考手册 Definition and usage ¶ The selector element specifies the XML path language (XPa...
    2025-10-25 13:35:24 UTC
  • 15.2.51. XML Schema sequence element

    XML Schema 参考手册 完整 XML Schema 参考手册 Definition and usage ¶ The sequence element requires the elements in the group t...
    2025-10-25 13:35:25 UTC
  • 15.2.52. XML Schema simpleContent element

    XML Schema 参考手册 完整 XML Schema 参考手册 Definition and usage ¶ The simpleContent element contains extensions or restrict...
    2025-10-25 13:35:23 UTC
  • 15.2.53. XML Schema simpleType element

    XML Schema 参考手册 完整 XML Schema 参考手册 Definition and usage ¶ The simpleType element defines a simple type that specifi...
    2025-10-25 13:35:22 UTC
  • 15.2.54. XML Schema union element

    XML Schema 参考手册 完整 XML Schema 参考手册 Definition and usage ¶ The union element defines a collection of multiple simple...
    2025-10-25 13:35:23 UTC
  • 15.2.55. XML Schema unique element

    XML Schema 参考手册 完整 XML Schema 参考手册 Definition and usage ¶ The unique element specifies that an attribute or element...
    2025-10-25 13:35:27 UTC
  • 15.2.56. XML Schema attribute element

    XML Schema 参考手册 完整 XML Schema 参考手册 Definition and usage ¶ The attribute element defines an attribute. Element i...
    2025-10-25 13:35:21 UTC
《地理信息系统原理、技术与方法》  97

最近几年来,地理信息系统无论是在理论上还是应用上都处在一个飞速发展的阶段。 GIS被应用于多个领域的建模和决策支持,如城市管理、区划、环境整治等等,地理信息成为信息时代重要的组成部分之一; “数字地球”概念的提出,更进一步推动了作为其技术支撑的GIS的发展。 与此同时,一些学者致力于相关的理论研究,如空间感知、空间数据误差、空间关系的形式化等等。 这恰好说明了地理信息系统作为应用技术和学科的两个方面,并且这两个方面构成了相互促进的发展过程。