المكوِّن: DataType

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

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