📜  XSD-字符串

📅  最后修改于: 2020-11-09 05:46:53             🧑  作者: Mango


字符串数据类型用于表示XML文档中的字符。

数据类型

数据类型可以包含字符,换行符,回车符和制表字符。 XML处理器不会用空格替换内容中的换行符,回车符和制表字符,并保持它们不变。例如,在显示期间会保留多个空格或制表符。

示例

xsd中的元素声明-


元素在xml中的用法-

Dinkar
Dinkar    Kad

数据类型

数据类型是从< 字符串>数据类型派生的,可以采用字符,换行符,回车符和制表字符。 XML处理器将删除换行符,制表符,回车符,前导和尾随空格以及多个空格。

示例

xsd中的元素声明-


元素在xml中的用法-

Dinkar
Dinkar    Kad

字符串数据类型

以下是从< 字符串>数据类型派生的常用数据类型的列表。

S.No. Name & Description
1

ID

Represents the ID attribute in XML and is used in schema attributes.

2

IDREF

Represents the IDREF attribute in XML and is used in schema attributes.

3

language

Represents a valid language id

4

Name

Represents a valid XML name

5

NMTOKEN

Represents a NMTOKEN attribute in XML and is used in schema attributes.

6

normalizedString

Represents a string that does not contain line feeds, carriage returns, or tabs.

7

string

Represents a string that can contain line feeds, carriage returns, or tabs.

8

token

Represents a string that does not contain line feeds, carriage returns, tabs, leading or trailing spaces, or multiple spaces

限制条件

以下限制类型可用于String数据类型-

  • 枚举
  • 长度
  • 最长长度
  • minLength
  • 模式
  • 空白