Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:dataTypeEnumType
Namespace http://diggsml.org/schema-dev
Annotations
Diagram
Diagram
Type restriction of string
Facets
enumeration anyURI
enumeration base64binary
enumeration byte
enumeration date
enumeration dateTime
Date with time.
enumeration decimal
enumeration duration
enumeration gDay
enumeration gMonth
enumeration gMonthDay
enumeration gYear
enumeration gYearMonth
enumeration hexBinary
enumeration integer
enumeration language
enumeration negativeInteger
enumeration nonNegativeInteger
enumeration nonPositiveInteger
enumeration normalizedString
enumeration positiveInteger
enumeration short
enumeration time
enumeration token
enumeration unsignedByte
enumeration unsignedShort
enumeration boolean
True or false values.
enumeration bytes
Integer data value (nominally a one-byte value). The value must conform to the format of the xsd:dateTime data type (minInclusive=-128 and maxInclusive=127).
enumeration double
Double-precision floating-point value (nominally an 8-byte value). The value must conform to the format of the xsd:double data type.
enumeration float
Single-precision floating-point value (nominally a 4-byte value). The value must conform to the format of the xsd:float data type
enumeration int
Integer data value (nominally a 4-byte value). The value must conform to the format of the xsd:int data type.
enumeration long
Long integer data value (nominally an 8-byte value). The value must conform to the format of the xsd:long data type.
enumeration null
No value or the value is null.
enumeration string
Character string data. The value must conform to the format of the xsd:string data type. The maximum length of a value is determined by individual servers.
enumeration vector
An array of doubles.
Source
<simpleType name="dataTypeEnumType">
  <annotation>
    <documentation/>
  </annotation>
  <restriction base="string">
    <enumeration value="anyURI"/>
    <enumeration value="base64binary"/>
    <enumeration value="byte"/>
    <enumeration value="date"/>
    <enumeration value="dateTime">
      <annotation>
        <documentation>Date with time.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="decimal"/>
    <enumeration value="duration"/>
    <enumeration value="gDay"/>
    <enumeration value="gMonth"/>
    <enumeration value="gMonthDay"/>
    <enumeration value="gYear"/>
    <enumeration value="gYearMonth"/>
    <enumeration value="hexBinary"/>
    <enumeration value="integer"/>
    <enumeration value="language"/>
    <enumeration value="negativeInteger"/>
    <enumeration value="nonNegativeInteger"/>
    <enumeration value="nonPositiveInteger"/>
    <enumeration value="normalizedString"/>
    <enumeration value="positiveInteger"/>
    <enumeration value="short"/>
    <enumeration value="time"/>
    <enumeration value="token"/>
    <enumeration value="unsignedByte"/>
    <enumeration value="unsignedShort"/>
    <enumeration value="boolean">
      <annotation>
        <documentation>True or false values.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="bytes">
      <annotation>
        <documentation>Integer data value (nominally a one-byte value). The value must conform to the format of the xsd:dateTime data type (minInclusive=-128 and maxInclusive=127).</documentation>
      </annotation>
    </enumeration>
    <enumeration value="double">
      <annotation>
        <documentation>Double-precision floating-point value (nominally an 8-byte value). The value must conform to the format of the xsd:double data type.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="float">
      <annotation>
        <documentation>Single-precision floating-point value (nominally a 4-byte value). The value must conform to the format of the xsd:float data type</documentation>
      </annotation>
    </enumeration>
    <enumeration value="int">
      <annotation>
        <documentation>Integer data value (nominally a 4-byte value). The value must conform to the format of the xsd:int data type.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="long">
      <annotation>
        <documentation>Long integer data value (nominally an 8-byte value). The value must conform to the format of the xsd:long data type.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="null">
      <annotation>
        <documentation>No value or the value is null.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="string">
      <annotation>
        <documentation>Character string data. The value must conform to the format of the xsd:string data type. The maximum length of a value is determined by individual servers.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="vector">
      <annotation>
        <documentation>An array of doubles.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>