Definition Type: Element
Name: datatype
Namespace: uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882
Containing Schema: schema.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specifies information about the data type of a column. Set to one of the types defined in dt.xsd.
Collapse XSD Schema Diagram:
Drilldown into maxLength in schema dt_xsd Drilldown into type in schema dt_xsdXSD Diagram of datatype in schema schema_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="datatype">
    <xsd:annotation>
        <xsd:documentation>Specifies information about the data type of a column. Set to one of the types defined in dt.xsd.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute ref="dt:type" use="optional" />
        <xsd:attribute ref="dt:maxLength" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
type dt:type Optional
maxLength dt:maxLength Optional