ColumnSetDocument

Document type for the definition of a column set, which is a set of code list columns and/or keys.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
DatatypeLibrary xsd:anyURI http://www.w3.org/2001/XMLSchema-datatypes optional
URI which uniquely identifies the default datatype library for the column set.  If not provided, defaults to the URI for W3C XML Schema datatypes.

Used By

Element ColumnSet

Source

<xsd:complexType name="ColumnSetDocument">
  <xsd:annotation>
    <xsd:documentation>Document type for the definition of a column set, which is a set of code list columns and/or keys.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:group ref="DocumentHeader">
      <xsd:annotation>
        <xsd:documentation>General document information for the column set.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
    <xsd:group ref="ColumnSetContent">
      <xsd:annotation>
        <xsd:documentation>Details of the column set.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
  </xsd:sequence>
  <xsd:attributeGroup ref="DefaultDatatypeLibrary">
    <xsd:annotation>
      <xsd:documentation>Identification of the default datatype library for the column set.</xsd:documentation>
    </xsd:annotation>
  </xsd:attributeGroup>
</xsd:complexType>