רכיב: DataType

סוג נתונים פשוט מסוג

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

נוצר באמצעות OXygen XML Editor.