ColumnRef

Reference to a column defined in an external column set or code list.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ExternalRef xsd:token required
Unique ID of the resource within the external document.
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="ColumnRef">
  <xsd:annotation>
    <xsd:documentation>Reference to a column defined in an external column set or code list.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Annotation" minOccurs="0" type="Annotation">
      <xsd:annotation>
        <xsd:documentation>User annotation about the referenced column.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:group ref="IdentificationUriSet">
      <xsd:annotation>
        <xsd:documentation>Identification of the external column set or code list which contains the column definition.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
  </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="ExternalReference">
    <xsd:annotation>
      <xsd:documentation>ID which identifies which identifies the column within the external column set or code list.</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>