<xsd:group name="ColumnSetChoice">
<xsd:annotation>
<xsd:documentation>A choice between a column set definition and a column set reference.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="ColumnSet" type="ColumnSet">
<xsd:annotation>
<xsd:documentation>Definition of a column set.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ColumnSetRef" type="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:element>
</xsd:choice>
</xsd:group> |