KeyColumnRef

Reference to a column which forms part of a key.

Complex Type 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.

Used By

Element Key/ColumnRef

Source

<xsd:complexType name="KeyColumnRef">
  <xsd:annotation>
    <xsd:documentation>Reference to a column which forms part of a key.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Annotation" minOccurs="0" form="unqualified">
      <xsd:annotation>
        <xsd:documentation>User annotation about the column.</xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
        <xsd:annotation>
          <xsd:documentation>User annotation information for a resource.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
          <xsd:element name="Description" minOccurs="0" form="unqualified">
            <xsd:complexType>
              <xsd:annotation>
                <xsd:documentation>Human readable information about the resource.</xsd:documentation>
              </xsd:annotation>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="AppInfo" minOccurs="0" form="unqualified">
            <xsd:complexType>
              <xsd:annotation>
                <xsd:documentation>Machine-readable information about the resource.</xsd:documentation>
              </xsd:annotation>
            </xsd:complexType>
          </xsd:element>
        </xsd:sequence>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="Ref" type="xsd:IDREF" use="required">
    <xsd:annotation>
      <xsd:documentation>Reference to the ID of the column within the document.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>