适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
指示指定字段值的数据类型。
定义
<xs:simpleType name="SPDictionaryEntryValueType">
   <xs:restriction base="xs:string">
      <xs:enumeration value="String" />
      <xs:enumeration value="Integer" />
      <xs:enumeration value="Time" />
      <xs:enumeration value="StringVector" />
      <xs:enumeration value="Boolean" />
      <xs:enumeration value="FileSystemTime" />
      <xs:enumeration value="IntVector" />
      <xs:enumeration value="Double" />
      <xs:enumeration value="LongText" />
      <xs:enumeration value="Empty" />
   </xs:restriction>
</xs:simpleType>
枚举值
| 值 | 说明 | 
|---|---|
| 字符串 | 字符串 数据类型。 | 
| Integer | 整数 数据类型。 | 
| Time | 日期/时间数据类型。 | 
| StringVector | 视为 String 数据类型。 | 
| Boolean | 布尔 数据类型。 | 
| FileSystemTime | 视为日期/时间数据类型。 | 
| IntVector | 视为 Integer 数据类型。 | 
| Double | 视为 Double 数据类型。 | 
| LongText | 视为 String 数据类型。 | 
| 为空 | 没有值。 |