ColumnSet

Definition of a column set.

Complex Type Information

Model

Children: Column, ColumnRef, Key, KeyRef

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

Source

<xsd:complexType name="ColumnSet">
  <xsd:annotation>
    <xsd:documentation>Definition of a column set.</xsd:documentation>
  </xsd:annotation>
  <xsd:group ref="ColumnSetContent">
    <xsd:annotation>
      <xsd:documentation>Details of the column set.</xsd:documentation>
    </xsd:annotation>
  </xsd:group>
  <xsd:attributeGroup ref="DefaultDatatypeLibrary">
    <xsd:annotation>
      <xsd:documentation>Identification of the default datatype library for the column set.</xsd:documentation>
    </xsd:annotation>
  </xsd:attributeGroup>
</xsd:complexType>