คอมโพเนนต์: DataType

ประเภท DataType แบบง่าย

เนมสเปซ http://schemas.google.com/dspl/2010
คำอธิบายประกอบ ประเภทข้อมูลที่รองรับสำหรับค่าข้อมูลแบบอะตอม
แผนภาพ แผนภาพ
ประเภท การจำกัด xs:string
ข้อมูลประกอบ
การแจงนับ สตริง
การแจงนับ จำนวนลอยตัว
การแจงนับ จำนวนเต็ม
การแจงนับ boolean
การแจงนับ วันที่
การแจงนับ แนวคิด
ใช้โดย
Attributes Attribute/type/@ref, Concept/type/@ref, ConceptProperty/type/@ref, Table/column/@type, ValuesGroup/@type
แหล่งที่มา
<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>

สร้างโดยใช้ ตัวแก้ไข XML ของ oXygen