ColumnSetContent

Specific details of a column set.

Element Group Information

Model

Children: Column, ColumnRef, Key, KeyRef

Used By

Complex Types ColumnSet, ColumnSetDocument

Source

<xsd:group name="ColumnSetContent">
  <xsd:annotation>
    <xsd:documentation>Specific details of a column set.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:group ref="ColumnChoice" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>A choice between a column definition and a column reference.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
    <xsd:group ref="KeyChoice" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>A choice between a key definition and a key reference.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
  </xsd:sequence>
</xsd:group>