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

ประเภทข้อมูลแบบง่าย

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

สร้างโดยใช้ oXygen XML Editor