DefaultDatatypeLibrary

Identification of the default datatype library for a column set.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
DatatypeLibrary xsd:anyURI http://www.w3.org/2001/XMLSchema-datatypes optional
URI which uniquely identifies the default datatype library for the column set.  If not provided, defaults to the URI for W3C XML Schema datatypes.

Used By

Complex Types ColumnSet, ColumnSetDocument

Source

<xsd:attributeGroup name="DefaultDatatypeLibrary">
  <xsd:annotation>
    <xsd:documentation>Identification of the default datatype library for a column set.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="DatatypeLibrary" type="xsd:anyURI" default="http://www.w3.org/2001/XMLSchema-datatypes">
    <xsd:annotation>
      <xsd:documentation>URI which uniquely identifies the default datatype library for the column set. If not provided, defaults to the URI for W3C XML Schema datatypes.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>