fields Schema
Type Element
fields Schema : Type Element

Glossary Item Box

Description

The data type. One of: String, UsersList, LookupList, Date, DateTime, Memo, Number, Reference. A Reference field contains the foreign key of the record that contains related information.
Namespace (none)

Type

xs:string

Diagram

Type Element

Overview

Type xs:string
The data type. One of: String, UsersList, LookupList, Date, DateTime, Memo, Number, Reference. A Reference field contains the foreign key of the record that contains related information.

Source

<xs:element name="Type" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
            The data type. One of: String, UsersList, LookupList, Date, DateTime, Memo, Number, Reference. A Reference field contains the foreign key of the record that contains related information.
            </xs:documentation>
  </xs:annotation>
</xs:element>

See Also