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