<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> |