Składnik: DataType

Prosty typ danych

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Typy danych obsługiwane w przypadku niepodzielnych wartości danych.
Diagram Diagram
Typ ograniczenie xs:string
Aspekty
wyliczenie ciąg znaków
enumeration liczba zmiennoprzecinkowa
wyliczenie liczba całkowita
enumeration wartość logiczna
enumeration data
wyliczenie pomysł : koncepcja
Używane przez
Atrybuty Attribute/type/@ref, Concept/type/@ref, ConceptProperty/type/@ref, Table/column/@type, ValuesGroup/@type
Źródło
<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>

Utworzono za pomocą oXygen XML Editor.