元件:DataType

簡易類型資料類型

命名空間 http://schemas.google.com/dspl/2010
註解 支援原子資料值的資料類型。
圖表 圖表
類型 xs:string 限制
商情項目
列舉 string
列舉 浮動
列舉 整數
列舉 布林值
列舉 date
列舉 概念
使用這項素材資源的廣告
屬性 Attribute/type/@refConcept/type/@refConceptProperty/type/@refTable/column/@typeValuesGroup/@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 編輯器建立。