רכיב: DataType

DataType מסוג פשוט

מרחב שמות http://schemas.google.com/dspl/2010
הערות סוגי הנתונים שנתמכים לערכים של נתונים אטומיים
תרשים תרשים
סוג הגבלה על xs:string
מאפיינים
ספירה מחרוזת
ספירה מספר ממשי (float)
ספירה מספר שלם
ספירה בוליאני
ספירה תאריך
ספירה קונספט
בשימוש על ידי
מאפיינים 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