ColumnSetRef

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

Complex Type Information

Model

Used By

Source

<xsd:complexType name="ColumnSetRef">
  <xsd:annotation>
    <xsd:documentation>Reference to a column set defined in an external column set or code list document.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Annotation" minOccurs="0" type="Annotation">
      <xsd:annotation>
        <xsd:documentation>User annotation about the referenced column set.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:group ref="IdentificationUriSet">
      <xsd:annotation>
        <xsd:documentation>Identification of the external column set or code list document which contains the column set definition.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
  </xsd:sequence>
</xsd:complexType>