Column

Definition of a column.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Id xsd:ID required
Unique ID within the document for the resource.
Use UseType required
Whether the resource is required or optional.

Used By

Source

<xsd:complexType name="Column">
  <xsd:annotation>
    <xsd:documentation>Definition of a column.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Annotation" minOccurs="0" type="Annotation">
      <xsd:annotation>
        <xsd:documentation>User information about the column.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:group ref="NameSet">
      <xsd:annotation>
        <xsd:documentation>Name(s) of the column.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
    <xsd:element name="Data" type="Data">
      <xsd:annotation>
        <xsd:documentation>Data type of the column.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attributeGroup ref="IdDefinition">
    <xsd:annotation>
      <xsd:documentation>ID which identifies the column within the document.</xsd:documentation>
    </xsd:annotation>
  </xsd:attributeGroup>
  <xsd:attributeGroup ref="UseDefinition">
    <xsd:annotation>
      <xsd:documentation>Whether the column is required or optional.</xsd:documentation>
    </xsd:annotation>
  </xsd:attributeGroup>
</xsd:complexType>