15.2.45. XML Schema list element

发布时间 : 2025-10-25 13:35:21 UTC      

Page Views: 9 views

XML Schema 参考手册 完整 XML Schema 参考手册

Definition and usage

The list element defines a collection of individual simpleType definitions.

Element information

  • 父元素: SimpleType

Grammar

 (annotation?,(simpleType?))  

(? Symbol declaration an element can appear zero or once in a list element. )

Attribute

Description

Id

Optional. Specifies the unique ID of the element.

ItemType

The name of the built-in data type or simpleType element defined in this schema (or other schema indicated by the specified namespace). The simpleType element that contains the list element is derived from the simple type specified by the list value. The list value must be a qualified name (QName). This attribute is not allowed if the content contains a simpleType element, otherwise it is required.

Any attributes

Optional. Specifies any other attributes with the non-schema namespace.

Example 1

The following example shows a simple type that is a column of integers:

       文档中的 "intvalues" 元素类似这样(注意这个列表有五个列表项): 100 34 56 -23 1567    

注意: Spaces are used as delimiters for list items.

Example 2

The following example shows a simple type for a column of strings:

       文档中的 "stringvalues" 元素类似这样(注意这个列表有四个列表项): I love XML Schema    

XML Schema 参考手册 完整 XML Schema 参考手册

《地理信息系统原理、技术与方法》  97

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