Data

Data type of the column.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
DatatypeLibrary xsd:anyURI optional
URI which uniquely identifies the datatype library.  If not provided, the datatype library for the enclosing column set is used.
Type xsd:token required
Unique ID for the datatype within its datatype library.

Source

<xsd:element name="Data" type="Data">
  <xsd:annotation>
    <xsd:documentation>Data type of the column.</xsd:documentation>
  </xsd:annotation>
</xsd:element>

Sample

Code

63