ColumnRef

References to the document IDs of the columns which make up the key.  Only required columns can form part of a key.

Element Information

Model

Children: Annotation

Attributes

QName Type Fixed Default Use Inheritable Annotation
Ref xsd:IDREF required
Reference to the ID of the column within the document.

Source

<xsd:element name="ColumnRef" maxOccurs="unbounded" type="KeyColumnRef">
  <xsd:annotation>
    <xsd:documentation>References to the document IDs of the columns which make up the key. Only required columns can form part of a key.</xsd:documentation>
  </xsd:annotation>
</xsd:element>

Sample