English 中文(简体)
XSD - Numeric
  • 时间:2024-11-05

XSD - Numeric Data Types


Previous Page Next Page  

核心数据类型用于在XML文件中代表数字。

<xs:decimal> data type

The <xs:decimal> data category is used to represent numeric Value. 它支持最多达18位数的男女人数。

<xs:decimal> Example

XSD——

<xs:element name = "score" type = "xs:decimal"/>

XML的主要用途——

<score>9.12</score>

<xs:integer> data type

The <xs:integer> data category is used to represent integer Value.

<xs:integer> Example

XSD——

<xs:element name = "score" type = "xs:integer"/>

XML的主要用途——

<score>9</score>

Numeric Data Types

以下是通用数字数据类型清单。

S.No. Name & Description
1.

<byte>

A signed 8bit integer

2.

>

折旧价值

3.

签字的32个轨道分类账

4.

分类价值

5.

A signed 64bit integer

6.

仅具有负值的分类账(-2,-1)

7.

仅具有非负面价值(0,1,2,1)的ger。

8.

仅具有非正直价值(2,2,-1,0)的 in

9.

仅具有积极价值(1,2,0)的愤怒。

10.

<short

A signed 16bit integer

11.

未签名的64比特人

12.

纽约总部 Int

未签名的32名借方 in

13.

纽约总部 短期

未签名的16位轨道分类账

14.

unsignByte

未签名的8位借方位

Restrictions

随类型限制可使用数据类型——

    enumeration

    fractionDigits

    maxExclusive

    maxInclusive

    minExclusive

    minInclusive

    pattern

    totalDigits

    whiteSpace

Advertisements