المكوّن: DataType

نوع البيانات البسيط

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية أنواع البيانات المتوافقة مع قيم البيانات الذرية.
رسم بياني رسم بياني
النوع تقييد xs:string
الواجهات
تعداد سلسلة
تعداد عدد عائم
تعداد عدد صحيح
تعداد منطقي
تعداد التاريخ
تعداد مفهوم
قيد الاستخدام بواسطة
السمات 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>

تم إنشاؤه باستخدام oxygen XML Editor.