<xsd:complexType name="Value">
<xsd:annotation>
<xsd:documentation>Individual value from a row which represents a conceptual value in a code list.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Annotation" minOccurs="0" type="Annotation">
<xsd:annotation>
<xsd:documentation>User annotation about the value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="ValueChoice">
<xsd:annotation>
<xsd:documentation>A choice between a simple textual value and a complex (structured) XML value.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
<xsd:attributeGroup ref="ColumnReference">
<xsd:annotation>
<xsd:documentation>Reference to the column with which this value is associated. If not provided, the column is assumed to be the column following the column of the preceding value.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType> |