Thành phần: DataType

Loại dữ liệu đơn giản

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Các loại dữ liệu được hỗ trợ cho giá trị dữ liệu nguyên tử.
Sơ đồ Sơ đồ
Loại hạn chế của xs:string
Thuộc tính
liệt kê chuỗi
liệt kê số thực dấu phẩy động
liệt kê số nguyên
liệt kê boolean
liệt kê ngày
liệt kê khái niệm
Quảng cáo sử dụng
Thuộc tính Attributes/type/@ref, Concept/type/@ref, ConceptProperty/type/@ref, Table/column/@type, ValuesGroup/@type
Nguồn
<xs:simpleType name="DataType">
  <xs:annotation>
    <xs:documentation>Data types supported for atomic data values.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="string"/>
    <xs:enumeration value="float"/>
    <xs:enumeration value="integer"/>
    <xs:enumeration value="boolean"/>
    <xs:enumeration value="date"/>
    <xs:enumeration value="concept"/>
  </xs:restriction>
</xs:simpleType>

Được tạo bằng Trình chỉnh sửa XML XML oXygen.